Skip to content

Releases: siddhi-io/siddhi-store-mongodb

Siddhi Store MongoDB 2.1.4

31 Mar 14:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.4

Siddhi Store MongoDB 2.1.2 Release

30 Mar 12:44
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Store MongoDB 2.1.2 release contains improvements to encryption protocol

Highlights

Make encryption protocol configurable. #61

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Store MongoDB 2.1.0 Release

05 Dec 16:00
Compare
Choose a tag to compare

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

04 Oct 18:47
Compare
Choose a tag to compare

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

27 Sep 17:21
Compare
Choose a tag to compare

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

v2.0.1

11 Jul 09:20
Compare
Choose a tag to compare
[WSO2 Release] [Jenkins #154] [Release 2.0.1] copy for tag v2.0.1