Releases: aerospike/java-object-mapper
Releases · aerospike/java-object-mapper
2.6.0
09 Jul 14:26
Compare
Sorry, something went wrong.
No results found
Features
Maintenance
Updates
FMWK-791 Update dependencies and set version to 2.6.0 by @reugn in #184 .
Full Changelog : 2.5.2...2.6.0
2.5.2
28 Jan 09:41
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: synchronize result processor in scan callback by @sk020734 in #171 .
Maintenance
Dependencies
FMWK-661 Update dependencies and set version to 2.5.2 by @reugn in #172 .
New Contributors
Full Changelog : 2.5.1...2.5.2
2.5.1
05 Aug 08:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
FMWK-496 Resolve potential memory leak related to object references by @reugn in #165 .
Improvements
FMWK-520 Remove unnecessary checked ReflectiveOperationException declaration by @reugn in #166 .
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
08 Jul 07:24
Compare
Sorry, something went wrong.
No results found
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
Dependencies
Changelog
Full Changelog : 2.4.0...2.5.0
2.4.0
21 Apr 12:29
Compare
Sorry, something went wrong.
No results found
New Features
Added support for BigDecimal and BigInteger. (#154 )
Bug Fixes
FMWK-383 Fix Infinite Loop on Error Mapping. (#153 )
Dependencies
Bump dependencies and set version to 2.4.0. (#156 )
Maintenance
FMWK-249 Add Snyk scan workflow. (#152 )
2.3.2
29 Aug 08:20
Compare
Sorry, something went wrong.
No results found
2.3.1
09 Aug 08:06
Compare
Sorry, something went wrong.
No results found
Updates
[FMWK-217] - Upgrade Aerospike Java client to 7.0.0 (addresses CVE-2023-36480 ). (#149 )
[FMWK-219] - Upgrade dependencies. (#150 )
2.3.0
13 Jul 09:31
Compare
Sorry, something went wrong.
No results found
Features
[FMWK-204] - Allow classes to have no attributes. (#138 )
[FMWK-205] - Add more options to preload classes. (#139 )
[FMWK-206] - Support interface superclass. (#140 )
[FMWK-207] - Add support for configuration in code. (#147 )
Updates
[FMWK-208] - Update dependencies. (#148 )
2.2.0
02 Feb 09:42
Compare
Sorry, something went wrong.
No results found
New features:
[FMWK-137] - Support TTL changes through write policy. (#136 )
[FMWK-136] - Add mappers for java.time classes. (#131 )
Dependencies updates:
[FMWK-138] - Bump dependencies. (#137 )
Maintenance:
Remove BlockHound in tests. (#127 )
[FMWK-135] - Fix Javadoc in AerospikeReference. (#134 )
2.1.0
29 Sep 09:26
Compare
Sorry, something went wrong.
No results found
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 ).