cert-d-java/CHANGELOG.md

36 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-03-01 16:08:04 +01:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
SPDX-License-Identifier: CC0-1.0
-->
# Cert-D-Java Changelog
2023-07-07 12:00:38 +02:00
## 0.2.2
2023-07-07 11:42:02 +02:00
- Bump Bouncy Castle to `1.75`
2023-07-07 12:05:07 +02:00
- Bump `sqlite-jdbc` to `3.42.0.0`
2022-11-25 16:06:58 +01:00
2022-08-27 13:24:27 +02:00
## 0.2.1
- Throw `NoSuchElementException` when querying non-existent certificates
2022-08-25 12:00:14 +02:00
## 0.2.0
2022-08-12 15:42:44 +02:00
- `pgp-certificate-store`:
- Rework `Certificate`, `Key` to inherit from `KeyMaterial`
- Rename `CertificateReaderBackend` to `KeyMaterialReaderBackend`
- Rename `CertificateMerger` to `KeyMaterialMerger`
- Rework `PGPCertificateStore` class
- `pgp-cert-d-java`:
2022-08-25 11:55:15 +02:00
- Increase minimum Android API level to 26
- Add `PGPCertificateDirectories` factory class
2022-08-12 15:42:44 +02:00
- Rework `PGPCertificateDirectory` class by separating out backend logic
- Split interface into `ReadOnlyPGPCertificateDirectory` and `WritingPGPCertificateDirectory`
2022-08-25 11:55:15 +02:00
- `FileBasedCertificateDirectoryBackend`: Calculate tag based on file attributes (inode)
2022-08-12 15:42:44 +02:00
- `pgp-cert-d-java-jdbc-sqlite-lookup`:
- Add `DatabaseSubkeyLookupFactory`
2022-04-29 16:31:49 +02:00
## 0.1.1
2022-04-26 01:39:24 +02:00
- Bump `slf4j` to `1.7.36`
2022-04-29 16:31:49 +02:00
- Bump `logback` to `1.2.11`
2022-04-26 01:39:24 +02:00
## 0.1.0
2022-04-29 16:31:49 +02:00
- Initial Release