Releases: opencb/datastore
Releases · opencb/datastore
datastore v0.5.0
No changes here this time, this is the last release of this library as an independent repository, datastore has been integrated into java-common-libs v3.1.0 where new features and improvements have been developed:
https://github.com/opencb/java-common-libs/releases/tag/v3.1.0
Please check java-common-libs to follow the improvements and change your pom.xml dependencies
datastore v0.3.0
This release has focused on MongoDB datastore. Major improvements include:
- MongoDB API has been completed and cleaned up, JUnit tests have been added
- now queries can be exported to a file or any other output by extending QueryResultWriter interface
- many small improvements and bug fixes