New Version of Morphium available V3.1.3

info

date: 2017-05-17 12:05:03

tags: Java MongoDB Morphium

category: Java

Created by: Stephan Bösebeck

logged in

ADMIN


New Version of Morphium available V3.1.3

This release contains some minor fixes and improvements:

  • fixing some testcases, adding new tests
  • bug in storelist fixed, where it does not honor the disableBufferedWriterForThread
  • improving aggregator, making it more easiy to use (no need to call end() on group anymore)
  • adding aggegator functions $stdDevPop and $stdDevSamp
  • caching fix for ID-Cache, cache projection fix
  • avoiding ConcurrentModificationException in whe flushing buffered writer
  • minor improvements to performance...

You can either get it from github or via maven central:

    <dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>3.1.3</version>
    </dependency>