Skip to content

Releases: siddhi-io/siddhi-store-rdbms

Siddhi Store RDBMS 7.0.16 Release

31 Mar 14:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.9...v7.0.16

Siddhi Store RDBMS 7.0.9 Release

31 Mar 14:10
Compare
Choose a tag to compare

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

02 Apr 10:51
Compare
Choose a tag to compare

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

24 Apr 08:03
Compare
Choose a tag to compare

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

05 Dec 13:40
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Store RDBMS 7.0.5 Release contains bug fixes related to multiple str:contains() check in the filter condition (#216)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Store RDBMS 7.0.4 Release

29 Nov 11:37
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Store RDBMS 7.0.4 release comes with the fix to field.length parameter to ignore validation for Named aggregation SHARD_ID column (#214)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Store RDBMS 7.0.3 Release

21 Nov 16:23
Compare
Choose a tag to compare

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

08 Nov 11:52
Compare
Choose a tag to compare

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

07 Oct 19:27
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Store RDBMS 7.0.1 release contains fixes to support running on JDK 11.

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi Store RDBMS 7.0.0 Release

04 Oct 18:30
Compare
Choose a tag to compare

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