Skip to content

Releases: MorphiaOrg/morphia

Morphia 0.105 released

18 Sep 20:03
Compare
Choose a tag to compare

This change is solely the package rename which means that not only will you need to update your code but also your build files if you use something like maven or gradle. Which you should be. This change is largely just globally replacing "com.google.code.morphia" with "org.mongodb.morphia" A global search and replace should catch everything that needs to change but I'd still recommend making this change in isolation.

This release is only the package rename. There are no functionality or bug changes included. Next week, I'll be out in San Francisco for JavaOne giving a couple of talks (stop by and say hi if you're around) so this release will have time to bake some before any other changes go in to git. This will hopefully give everyone time to catch any glitches and resolve them before things start evolving on top this change.

If you use maven, your new dependency entry should look like this:

<dependency>
    <groupId>org.mongodb.morphia</groupId>
    <artifactId>morphia</artifactId>
    <version>0.105</version>
</dependency>

A special thanks to ismetozalp for helping to iron out issues in the GWT module.

As always, please let us know if you have any problems with this release by opening an issue at https://github.com/mongodb/morphia/issues

Morphia 0.104 released

12 Sep 19:40
Compare
Choose a tag to compare

Morphia 0.104 has officially been released. There are numerous issues fixed with this release but most notably is enhanced geospatial query capabilities, new support for $mod, and some long overdue GWT fixes. Also of note is that this is the last release before the package rename.

0.103 Released

28 Aug 17:24
Compare
Choose a tag to compare

This release contains a number of fixed issues. This release also passes all tests against the 3.0.x SNAPSHOT build for those interested in giving the new driver a try.