Version 1.6.0
Version 1.6.0 (Jul 06, 2020)
Notes
This release is intended to be a used to verify that, absent any deprecations, upgrading 2.0 should just need to be a a drop in replacement. One caveat is that not all deprecations can have 1.x replacements and so some deprecation uses will have to wait until after the upgrade to 2.0 to replace.
Downloads
Binaries can be found on maven central.
Docs
Full documentation and javadoc can be found at https://morphia.dev/1.6.0/ and https://morphia.dev/1.6.0/javadoc/.
9 Issues Resolved
BREAKING
- Issue #1395: Add MapperOptions.legacy() and deprecate MapperOptions.builder()
TASK
- Issue #1410: Add licence file in core jar
BUG
- Issue #476: Memory Leak
- Issue #1400: Guice extension not being utilized for @Embedded objects
- Issue #1406: UpdateOperations.dec can change field type
- Issue #1461: HashMap<UUID, any> is not properly decoded
DOCS
- Issue #1410: Add licence file in core jar
ENHANCEMENT
- Issue #1395: Add MapperOptions.legacy() and deprecate MapperOptions.builder()
- Issue #1440: Consider a 1.6 release of the driver that is compatible with the 4.x Java driver
- Issue #1442: Audit "user facing" interfaces for any missing deprecations