Skip to content

0.110

Compare
Choose a tag to compare
@evanchooly evanchooly released this 09 Feb 23:22
· 3328 commits to master since this release

Version 0.110 (Feb 06, 2015)

Notes

The biggest addition this release is the geo support. While this API is expected to be reasonably stable it's new and almost certainly has some rough edges and will evolve as we work with the community to round off these edges and stabilize it for the 1.0 release. Please note that this release has a hard requirement on 2.13.0 of the Java driver.

Downloads

Below and on maven central.

Docs

https://rawgithub.com/wiki/mongodb/morphia/javadoc/0.110/index.html

Issues Resolved

BUG

  • Issue 710: Setting storeEmpties=true can resurrect nulls as empties
  • Issue 702: storeNulls seems to be broken on reads
  • Issue 698: Validation should use separate lists to check for failures
  • Issue 685: Custom valueMapper in MapperOptions
  • Issue 683: Package mapping issue
  • Issue 624: ReferenceMapper can not handle null references if MapperOptions.isStoreNulls() returns true

ENHANCEMENT

  • Issue 701: Add option to lowercase default entity collection name
  • Issue 700: API for $near queries. Fixes #642
  • Issue 699: Issue 647 - Adding type suport
  • Issue 696: improve performance of multimaps
  • Issue 695: Downgrade from WARN to DEBUG message about capped collection existing (fixes #694)
  • Issue 694: Erroneous warning "DatastoreImpl: DBCollection already exists is capped already"
  • Issue 647: CriteriaQuery don't support "$type"

UNCATEGORIZED

  • Issue 693: Implemented entities for all Geo types currently supported by MongoDB