Releases: aerospike/java-object-mapper
Releases · aerospike/java-object-mapper
2.5.2
Bug Fixes
Maintenance
- Add Boolean mapper test cases by @cinterloper in #169 .
- Fix missing report error in Snyk scan workflow by @reugn in #170 .
Dependencies
New Contributors
- @cinterloper made their first contribution in #169 .
- @sk020734 made their first contribution in #171 .
Full Changelog: 2.5.1...2.5.2
2.5.1
Bug Fixes
Improvements
Maintenance
- Configure permissions in the snyk scan workflow by @reugn in #164 .
- FMWK-526 Set version to 2.5.1 by @reugn in #167 .
Full Changelog: 2.5.0...2.5.1
2.5.0
New Features
- FMWK-468 Allow send key classes to use PK instead of Bin by @tim-aero in #160 .
- FMWK-466 Add Insert Only Method by @tim-aero in #158 .
Bug Fixes
- FMWK-467 Issue using refs with yaml file by @roimenashe in #161 .
Dependencies
- Bump dependencies and set version to 2.5.0 by @roimenashe in #162 .
Changelog
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
New features:
Skip static final fields (#123).
Permit unannotated embedded classes (#125).
Bug fixes:
Handle null values in EnumMapper (#122).
Fix break statement misuse (#124).
Dependencies updates:
Bump dependencies and update compatibility table (#126).
Maintenance:
Deprecate find() method, use scan/query APIs instead (#115).
Fix ReactiveBatchLoad unit tests (#120).
Update build workflow (#121).