Releases: weXsol/Mongrel
Releases · weXsol/Mongrel
Preparing for release
Preparing for the release
eXist-db 3.0 and EXPATH compatibility
This release is an important milestone for the extension
- it is the first release to be compatible with eXist-db 3.0
- it supports Xquery 3.1 JSON data in the functions
- it is the first step to get aligned with the Expath initiative for mongodb drivers
Repair package naming
Merge pull request #26 from dizzzz/fix_package_in_xar Update packages
Implementing remaining functions
Implementation of the following functions:
- group
- save
- update
Upgrade to newest stable mongo driver
map-reduce
Implemented map-reduce function
v0.3.2: more functions
Added functions:
- findAndRemove()
- findAndModify()
- aggregate()
Documentation is yet missing; check unit tests for examples.
https://github.com/dizzzz/Mongrel/tree/master/java/test/src/org/exist/mongodb/test
V0.3.1 : extending functionality
- Added findOne()
- Updated eval() to return typed data
- Added drop-collection function
- Added tests (unit tests)
- Added support dateTime parameters for eval()
- Extended find()
- General improvements
v0.3.0: Rename and introducing JS queries
The project was renamed to Mongrel ; short, catchy and a bit of humor :-)
- implemented command() and eval() functions
- added smart HTTP contpression support for
gridfs:stream-by-filename()
andgridfs:stream-by-objectid
Changelog in detail
v0.2.0: Extending the MongoDB function set
Added 1st version of function to query Mongodb using the driver functions.
Detailed changelog
v0.1.2: Pre-release point 2
Significant refactoring, update of function signatures
Detailed changelog