mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-12-05 04:41:08 +01:00
1.3 KiB
1.3 KiB
Cert-D-Java Changelog
0.2.4-SNAPSHOT
- Add constructor parameters to
BadDataException
0.2.3
- Bump Bouncy Castle to
1.82and switch tojdk18on-variants - Upgrade build system
- Bump gradle to
8.8 - Bump logback to
1.5.13 - Raise minimal JVM level to 11
- Bump gradle to
0.2.2
- Bump Bouncy Castle to
1.75 - Bump
sqlite-jdbcto3.42.0.0
0.2.1
- Throw
NoSuchElementExceptionwhen querying non-existent certificates
0.2.0
pgp-certificate-store:- Rework
Certificate,Keyto inherit fromKeyMaterial - Rename
CertificateReaderBackendtoKeyMaterialReaderBackend - Rename
CertificateMergertoKeyMaterialMerger - Rework
PGPCertificateStoreclass
- Rework
pgp-cert-d-java:- Increase minimum Android API level to 26
- Add
PGPCertificateDirectoriesfactory class - Rework
PGPCertificateDirectoryclass by separating out backend logic - Split interface into
ReadOnlyPGPCertificateDirectoryandWritingPGPCertificateDirectory FileBasedCertificateDirectoryBackend: Calculate tag based on file attributes (inode)
pgp-cert-d-java-jdbc-sqlite-lookup:- Add
DatabaseSubkeyLookupFactory
- Add
0.1.1
- Bump
slf4jto1.7.36 - Bump
logbackto1.2.11
0.1.0
- Initial Release