Releases: agoston/spring-data-mongodb-encrypt
Releases · agoston/spring-data-mongodb-encrypt
2.9.1
Bumped library versions.
Moved autoconfig file to where spring3 expects.
Added some doc on docker-compose.yml.
Changed java build version to 17 as this is the minimum spring3 requires.
2.9.0
Bumped spring-boot version to 3.2.0. Consequently, minimum java version is now 17.
2.8.0
Added support for programmatically specifying encrypted fields (thanks @zruchala !)
2.7.1
- Fixed #48 (autoconfiguration broken in 2.7.0)
2.7.0
- split cryptvault into a separate library
- [build] replaced travis-ci with github actions
2.6.1
fixed issue where silentDecryptionFailure=true still failed on non-encrypted field
2.6.0
- Updated libraries: mongo java driver to 4, spring-data to 3.
2.5.1
- Fixed bug introduced in 2.5.0 that failed on primitive types and UUID.