Releases: mmolimar/ksql-jdbc-driver
Releases · mmolimar/ksql-jdbc-driver
Release version 1.2.0
New release including the following:
- Upgrade to ksqlDB 5.4.0 and Kafka 2.4.0.
- Suppot auth against ksqlDB.
- New KSQL entities supported.
- KSQL error management improvements.
- Upgrade to Scala 2.12 and SBT 1.3.6.
- More support for JDBC spec.
- More integration and unit tests.
Release version 1.1
This version includes the following:
- Upgrade to KSQL v5.3.0 version and Kafka 2.3.0.
getMoreResults
JDBC spec implementation.- Code style improvements.
Release major version 1.0
Major release version:
- Upgrade to KSQL v5.1.2 version.
- All KSQL commands supported in SQL queries.
- Much more support to JDBC spec.
- New unit an integration tests.
Upgrade KSQL version and support timeout in requests
This release contains the following features:
- Upgrade to KSQL v4.1.0-rc3 version.
- Added timeout property to configure max time wait when receiving messages.
- Exceptions refactor.
First release
Initial release of the driver. It includes the following:
- Integration with KSQL engine.
- Able to execute queries to get data and metadata.
- Unit and integration tests.