Skip to content

Releases: everest-engineering/axon-crypto-shredding-extension

2.0.0

30 Nov 07:16
Compare
Choose a tag to compare
  • Added abstraction for SecretKeyRepository
  • Moved default implementation of SecretKeyRepository to Lhotse
  • Upgraded Springboot to 3.2.0
  • Upgraded Junit to 5.9.3
  • Upgraded Gradle to 8.4.0

1.2.0

08 Feb 04:51
9476742
Compare
Choose a tag to compare
  • Added META-INF files to enable Spring Boot auto configuration
  • Renamed deleteSecretKey -> shredSecretKey to better convey function
  • Made it possible to check that a key exists
  • Introduced an extensible string converter for key identifier fields
  • Replaced Guava's Defaults.defaultValue() with an extensible DefaultValueProvider
  • Made encrypter/decrypter classes public

1.1.0

02 Feb 04:56
33ba4b2
Compare
Choose a tag to compare

Adopted Spring Boot 3

1.0.1

28 Sep 22:29
f1f5eb0
Compare
Choose a tag to compare

Dependency updates

1.0.0

20 Jun 06:49
29922eb
Compare
Choose a tag to compare

The interface is now considered stable.

This release adds support for multiple encryption key identifiers per payload (typically an event or saga).

0.9.11

12 Apr 07:22
057f852
Compare
Choose a tag to compare

Marked key service as not supporting transactions

0.9.10

08 Apr 04:38
6a5d842
Compare
Choose a tag to compare

Relaxed transaction isolation of CryptoShreddingKeyService to allow reading of committed keys within an ongoing transaction

0.9.9

30 Mar 04:24
3f403a0
Compare
Choose a tag to compare
Dependency upgrades

0.9.8

31 Dec 00:52
ec79b7b
Compare
Choose a tag to compare

Dependency updates

0.9.7

30 Nov 03:04
7de08dc
Compare
Choose a tag to compare

Dependency upgrades