Releases: siddhi-io/siddhi-store-mongodb
Siddhi Store MongoDB 2.1.4
What's Changed
- Update log4j to 2.17.1, and Siddhi to 5.1.23 by @senthuran16 in #63
New Contributors
- @senthuran16 made their first contribution in #63
Full Changelog: v2.1.2...v2.1.4
Siddhi Store MongoDB 2.1.2 Release
Siddhi Store MongoDB 2.1.0 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store MongoDB 2.1.0 release contains performance improvements related to query execution.
Highlights
Optimize MongoDB store to execute select clause in DB by pushing the querying to DB level rather than fetch the records to Siddhi level and executing queries at Siddhi level. (#56)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store MongoDB 2.0.3 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store MongoDB 2.0.2 release contains bug fixes related to deploying in OSGi environment ad add support for compound indices.
Highlights
- Support for compound indices (#52), Index annotation can be defined as follows,
@Index('attribute1', 'attribute2:-1', {background:true} )
Format will be as follows,
@Index('{FieldName}:{SortOrder}', 'IndexOptions')
Bug Fixes
- Fix bundle not resolving in OSGi environment (#54)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store MongoDB 2.0.2 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store MongoDB 2.0.2 release contains refactoring related to mongo DB client jar packaging and Siddhi dependency upgrade.
Highlights
- Removed packing mongoDB client jar within the extension. For this release onwards MongoDB connector jar should be added to the runtime. (#47)
Features & Improvements
- Add new Siddhi site theme for siddhi-store-mongodb extension (#45)
- Bump siddhi dependency version (#51)
Bug Fixes
- Refactor log4j properties used in the extension (#49)
Complete Changes
Please find the complete changes here
Download
Download the release from here