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