Skip to content

Releases: rockset/kafka-connect-rockset

Release version 2.1.0

25 Jan 01:48
406ca84
Compare
Choose a tag to compare

Propagates the kafka record timestamps so that source detection latency can be calculated.

Release version 2.0.0

02 Nov 18:59
Compare
Choose a tag to compare
  • Removed deprecated configurations rockset.apikey, rockset.collection, and rockset.workspace
  • New configuration option rockset.retry.backoff.ms
  • Bug fix for potential out-of-order message delivery
  • Explicitly upgrade org.apache.avro to 1.11.3 to address https://avd.aquasec.com/nvd/cve-2023-39410

Release version 1.4.3

15 Sep 14:33
Compare
Choose a tag to compare
  • Update rockset-java client dependency

Release 1.4.2

28 Sep 21:56
Compare
Choose a tag to compare

Update dependencies to latest

Release 1.4.1

21 Sep 13:25
Compare
Choose a tag to compare
  • Fix Avro parser handling nulls
  • Fix timestamp handling

Release 1.4.0

14 Apr 19:57
e943f88
Compare
Choose a tag to compare

Adds a configurable batch size parameter.

Release version 1.3.1

24 Jan 23:57
Compare
Choose a tag to compare

Fixes avro parsing for nested array types.

Release version 1.3.0

06 Nov 03:05
Compare
Choose a tag to compare

Support list type message

Release version 1.2.1

22 Nov 22:08
Compare
Choose a tag to compare
  • Don't throw errors from put. Only flush call handles failures.
  • Fixed an issue where all threads block during retries.

Release version 1.2.0

05 Oct 05:08
Compare
Choose a tag to compare
  • Connector now supports keys in messages for all types
  • _id for documents are now assigned on the server side. This could cause collections to have duplicate docs for a message
  • Key for a message is now part of the document, under _meta.kafka.key