- Pods
- Morphia 1.0.10
- Release Notes

MorphiaRelease Notes
Versions
v1.0.10
- Bug:
QueryExecutor.orderByIndex() always threw an Err. - Bug:
QueryExecutor.limit() may take null.
v1.0.8
- Chg: Map keys are automatically encoded / decoded as unicode escape sequences as MongoDB does not allow characters
$ and . in keys.
v1.0.6
- New: Added
Datastore.isEmpty(). - Chg:
MapConverter.makeMap() now always creates an ordered map. - Bug: Only BSON types could be used for the
_id field.
v1.0.4
- New:
SimpleConverter utility class for converting simple serializable types to and from Str. - New: Converters for
Depend, Locale, MimeType, Time, TimeZone, Unit, Uuid, Version. - Chg: Documented and made public the
Converters service. - Chg:
Datastore.insert() now returns the given entity.
v1.0.2
- Bug:
Binary objects with a generic subtype could not be read from the database as BSON converted them to Buf objects.
v1.0.0
- New: Introduced the Query Builder API.
- New:
IntSequences services provides an alternative to unique ObjectIDs. - New: Mongo
Collections maybe injected in the same manner as Datastore objects, using the @Inject.type attribute.
v0.0.10
v0.0.8
v0.0.6
v0.0.4
- Chg:
@Entity facet is now inherited. - Bug:
Datastore.findOne() and Datastore.get() could throw a NullErr if checked was false.
v0.0.2