Skip to content

Siddhi Store RDBMS 7.0.0 Release

Compare
Choose a tag to compare
@niveathika niveathika released this 04 Oct 18:30
· 172 commits to master since this 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