Releases: siddhi-io/siddhi-store-rdbms
Siddhi Store RDBMS 7.0.16 Release
What's Changed
- Introduce DatabaseRuntimeException by @niruhan in #224
- Update RDBMSCompiledCondition.java by @AnuGayan in #242
- Bump Siddhi version to 5.1.23 by @senthuran16 in #241
- Update H2 version by @AnuGayan in #240
- Upgrade log4j1 to 2.17.1 by @dnwick in #237
- Fix indentation by @dnwick in #238
- Halt osgi test framework due to log4j compatibility issues by @AnuGayan in #239
- Add support to read rdbms config file externally by @dnwick in #232
- Update pom.xml by @AnuGayan in #231
- Bump h2 from 1.4.187 to 2.0.206 by @dependabot in #233
- Fix a minor bug by @AnuGayan in #234
- Upgrade carbon datasource version by @dnwick in #230
- Add improvement to acknowledge when query doesnt return data by @ramindu90 in #229
New Contributors
- @niruhan made their first contribution in #224
- @senthuran16 made their first contribution in #241
Full Changelog: v7.0.9...v7.0.16
Siddhi Store RDBMS 7.0.9 Release
This Release is compatible with Siddhi 5.x.x
Overview
Include overview
Recheck all PR listed and finalise
- Bump siddhi version to latest (#243)
- Update RDBMSCompiledCondition.java (#242)
- Introduce DatabaseRuntimeException (#224)
- Bump Siddhi version to 5.1.23 (#241)
- Update H2 version (#240)
- Halt osgi test framework due to log4j compatibility issues (#239)
- Fix indentation (#238)
- Upgrade log4j1 to 2.17.1 (#237)
- Fix a minor bug (#234)
- Bump h2 from 1.4.187 to 2.0.206 (#233)
- Update pom.xml (#231)
- Add support to read rdbms config file externally (#232)
- Upgrade carbon datasource version (#230)
- Add improvement to acknowledge when query doesnt return data (#229)
- Add support to read null values as it is (#228)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 7.0.8 Release
This Release is compatible with Siddhi 5.x.x
Overview
Include overview
Recheck all PR listed and finalise
- Update double variable type in postgreSQL (#227)
- Allow adding null values to rdbms tables (#226)
- Bump siddhi version into 5.1.13 (#222)
- Add carbon metrics to get dashboard support (#221)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 7.0.6 Release
This Release is compatible with Siddhi 5.x.x
Overview
- Add Procedure Function which can be used to execute stored procedures (#220)
- Bump siddhi to released version (#219)
- Add testcase for agggregation select group by AGG_TIMESTAMP (#218)
- Fix complete changes config (#217)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 7.0.5 Release
Siddhi Store RDBMS 7.0.4 Release
Siddhi Store RDBMS 7.0.3 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store RDBMS 7.0.3 release contains various bug fixes related to datasource handling.
Bug Fixes
- Siddhi app is still active if a erroneous data source is used in the store (#211)
- Migrate OSGI test distribution to 5.1.0 (#209)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 7.0.2 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store RDBMS 7.0.2 release contains various bug fixes related having clause with is null
and also improvements to enable binary collation.
Features and Improvements
- Introduce 'use.collation' property in store configuration to enable binary collation (#206)
Bug Fixes
Is Null
check in having clause fails to provide expected results (#208)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 7.0.1 Release
Siddhi Store RDBMS 7.0.0 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store RDBMS 7.0.0 release contains various bug fixes related to parameter validation and add support for the use for rdbms:query() and rdbms:cud() when used in Java/Python library.
Features & Improvements
- Add support for Siddhi level data sources in Java/Python library (#201)
- Add support for defining multiple indexes (#202)
Bug Fixes
- Fix parameter validation in rdbms:query() (#202)
Migration
rdbms:query() function parameters should be reordered as follows,
query('datasource.name', 'attribute.definition.list', 'query', 'parameter', ...)
Complete Changes
Please find the complete changes here
Download
Download the release from here