Skip to content

Latest commit

 

History

History
106 lines (48 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

106 lines (48 loc) · 5.52 KB

2.2.6 (2024-05-27)

Bug Fixes

  • deps: bump slf4jVersion from 2.0.12 to 2.0.13 (#16) (f8efcca)

2.2.5 (2024-04-08)

Bug Fixes

  • version: [CORMORANT-1629] update to gradle 8.7 (983b54f)

2.2.4 (2024-03-26)

Bug Fixes

  • 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)

Bug Fixes

  • deps: bump slf4jVersion from 2.0.9 to 2.0.12 (#10) (3320737)

2.2.2 (2024-03-26)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • encryptionCheck: introduce new method DecryptionService#hasSameEncryptionFlag(..) so kafka consumers can validate the kafka message producer (39e05c2)

2.1.2 (2023-11-03)

Bug Fixes

  • specUpdate: update "ce_" header names to comply with the CloudEvent specification. (efdc140)

2.1.1 (2023-10-17)

Bug Fixes

  • specUpdate: bug fix in KafkaEncryptionHelper#aesEncryptedPayloadOfKafka - it used the wrong IV variable (94c6378)

2.1.0 (2023-10-04)

Features

  • specUpdate: Updated to Kafka Headers of specification version 2. Use new "ce_encryption.ref.*" headers. (11a9bff)

2.0.1 (2023-09-22)

Bug Fixes

  • codeStyle: make classes "final" so nobody can alter them. Create ReadonlyVaultApi interface so UnitTests become more easy. (c47b918)

2.0.0 (2023-09-21)

Bug Fixes

  • init: rename java package from "de.otto.messaging.kafka.e2ee" to "de.otto.kafka.messaging.e2ee" so it matches the artifactId (b69f69d)

BREAKING CHANGES

  • init: package names have changed to "de.otto.kafka.messaging.e2ee"

1.0.1 (2023-09-21)

Bug Fixes

  • init: remove publishing from github action pipeline - this will come later. For now we can use the release.sh script. (86a1ba6)

1.0.0 (2023-09-21)

Features

  • init: create first version of messaging.kafka.e2ee library (4756ec2)