Skip to content

Releases: weXsol/Mongrel

Preparing for release

16 Feb 20:21
Compare
Choose a tag to compare
Preparing for release Pre-release
Pre-release

Preparing for the release

eXist-db 3.0 and EXPATH compatibility

22 Jul 19:54
Compare
Choose a tag to compare
Pre-release

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

15 Feb 13:48
Compare
Choose a tag to compare
Repair package naming Pre-release
Pre-release
Merge pull request #26 from dizzzz/fix_package_in_xar

Update packages

Implementing remaining functions

02 Feb 21:48
Compare
Choose a tag to compare
Pre-release

Implementation of the following functions:

  • group
  • save
  • update

Upgrade to newest stable mongo driver

map-reduce

22 Jan 21:59
Compare
Choose a tag to compare
map-reduce Pre-release
Pre-release

Implemented map-reduce function

v0.3.2: more functions

10 Jan 19:32
Compare
Choose a tag to compare
Pre-release

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

09 Jan 21:43
Compare
Choose a tag to compare
Pre-release
  • 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

30 Dec 19:51
Compare
Choose a tag to compare

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() and gridfs:stream-by-objectid

Changelog in detail

v0.2.0: Extending the MongoDB function set

25 Sep 20:25
Compare
Choose a tag to compare

Added 1st version of function to query Mongodb using the driver functions.

Detailed changelog

v0.1.2: Pre-release point 2

09 Oct 20:37
Compare
Choose a tag to compare
Pre-release

Significant refactoring, update of function signatures

Detailed changelog