Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@evanchooly evanchooly released this 07 Jul 05:34
· 2899 commits to master since this release

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

BUG

DOCS

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