0.109
Version 0.109 (Dec 17, 2014)
Notes
This release is a mix of enhancements and bug fixes, largely provided by the community via pull requests. The enhancements are adding Morphia support for features that are supported by the underlying Java driver.
Downloads
Below and on maven central.
Docs
https://rawgithub.com/wiki/mongodb/morphia/javadoc/0.109/index.html
Issues Resolved
ENHANCEMENT
- Issue 671: add $max/$min update operator support
- Issue 634: Support for maxTime
- Issue 570: Add support for 2dsphere (Mongo 2.4+)
BUG
- Issue 668: ReflectionUtils bug causes hierarchy of classes with type parameters more than three deep to return null
- Issue 662: Bug ReflectionUtils.getClasses() loads super set of classes when loading from jar vs directory
- Issue 649: Updating field in a list of embedded objects causes an error unless you turn off validation
- Issue 646: Converters for sub-classes don't work
- Issue 615: Incorrect warning when querying with subclass of mapped type
UNCATEGORIZED
- Issue 637: Simplify Automated Release