2.2.6 (2024-05-27)
2.2.5 (2024-04-08)
- version: [CORMORANT-1629] update to gradle 8.7 (983b54f)
2.2.4 (2024-03-26)
- deps: bump io.github.gradle-nexus.publish-plugin (#12) (8953578)
- deps: bump org.assertj:assertj-core from 3.25.1 to 3.25.3 (#13) (6f38bf5)
2.2.3 (2024-03-26)
2.2.2 (2024-03-26)
- deps: bump io.github.jopenlibs:vault-java-driver (#1) (55839ec)
- deps: bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2 (#11) (4d419e2)
2.2.1 (2024-03-26)
- deps: bump actions/setup-java from 3 to 4 (#3) (b97ef42)
- deps: bump actions/upload-artifact from 3 to 4 (#4) (49dcdf8)
- deps: bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#7) (780f52b)
2.2.0 (2024-02-20)
- encryptionCheck: introduce new method DecryptionService#hasSameEncryptionFlag(..) so kafka consumers can validate the kafka message producer (39e05c2)
2.1.2 (2023-11-03)
- specUpdate: update "ce_" header names to comply with the CloudEvent specification. (efdc140)
2.1.1 (2023-10-17)
- specUpdate: bug fix in KafkaEncryptionHelper#aesEncryptedPayloadOfKafka - it used the wrong IV variable (94c6378)
2.1.0 (2023-10-04)
- specUpdate: Updated to Kafka Headers of specification version 2. Use new "ce_encryption.ref.*" headers. (11a9bff)
2.0.1 (2023-09-22)
- codeStyle: make classes "final" so nobody can alter them. Create ReadonlyVaultApi interface so UnitTests become more easy. (c47b918)
2.0.0 (2023-09-21)
- init: rename java package from "de.otto.messaging.kafka.e2ee" to "de.otto.kafka.messaging.e2ee" so it matches the artifactId (b69f69d)
- init: package names have changed to "de.otto.kafka.messaging.e2ee"
1.0.1 (2023-09-21)
- init: remove publishing from github action pipeline - this will come later. For now we can use the release.sh script. (86a1ba6)
- init: create first version of messaging.kafka.e2ee library (4756ec2)