Skip to content

Releases: mmolimar/ksql-jdbc-driver

Release version 1.2.0

20 Jan 15:06
b4f2129
Compare
Choose a tag to compare

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

20 Jan 14:57
a28d17e
Compare
Choose a tag to compare

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

20 Jan 14:57
644ab5d
Compare
Choose a tag to compare

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

10 Apr 14:04
aab61ef
Compare
Choose a tag to compare

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

31 Oct 14:22
Compare
Choose a tag to compare

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.