Skip to content

Releases: neo4j/neo4j-kafka-connector

5.1.9

24 Jan 18:59
Compare
Choose a tag to compare

Changelog

cbcc521 revert: remove neo4j version parser (#276)
14d3a35 feat: add neo4j version parser (#275)

5.1.8

10 Jan 12:25
Compare
Choose a tag to compare

Changelog

f2f502a fix: include a final return clause within constructed query (#263)
dca9d21 feat: support kafka connect built-in types (#261)
7ecee27 fix: re-throw exceptions if errant reporter is not set (#262)

5.1.7

27 Nov 10:52
Compare
Choose a tag to compare

Changelog

This release is a maintenance release which provides updated dependencies.

5.1.6

22 Nov 19:13
Compare
Choose a tag to compare

Changelog

This release is a maintenance release which provides updated dependencies.

5.1.5

29 Oct 14:55
Compare
Choose a tag to compare

Changelog

01e6398 build: upgrade org.apache.kafka:kafka-clients from 3.4.1 to 3.8.0 (#189)
4b575e7 feat: add compact payload mode (#196)
c2d0767 fix: prevent exception caused by adding duplicate fields in schema generation (#195)

5.1.4

14 Oct 13:51
Compare
Choose a tag to compare

Changelog

258b2a2 build: upgrade dependencies (#193)
d5c1a23 fix: handle cdc schema events in a strict way and enforce keys (#188)

5.1.3

07 Oct 10:31
Compare
Choose a tag to compare

Changelog

ee80062 build: release version 5.1.3
855f7eb fix: filter invalid keys from node change events (#187)
327c05c build: update version to 5.1.3-SNAPSHOT

5.1.2

27 Sep 10:17
Compare
Choose a tag to compare

Changelog

affe8fa ci: implement build matrix for JDK (#176)
1e3acb3 chore: add json embedded options for sink registry (#185)
246bb6d fix: use incoming object if schema is not defined (#184)
94182fb test: validate quickstart config properties (#183)

5.1.1

09 Sep 12:33
Compare
Choose a tag to compare

Please see What's new for notable changes and Changelog for a full list of changes.

Changelog

🔊 This patch release updates the Neo4j driver which includes a fix for CVE-2023-34462.
If you are using the 5.1.0 release, upgrade as soon as possible!

a2cc6ef build: release version 5.1.1
7b96e88 chore: bump Java driver to latest 4.4.x (#181)
063b1fd build: do filtering only on manifest file (#179)
f34ac4f build: update version to 5.1.1-SNAPSHOT

5.1.0

04 Sep 09:39
Compare
Choose a tag to compare

Please see What's new for notable changes and Changelog for a full list of changes.

Changelog

7dbc695 chore: remove max retry attempts config property (#178)
fe279cc refactor: use latest cdc client (#177)
8bb7123 feat: implement configurable cdc source value serialization strategy (#169)