Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asciidoc:
page-product: Neo4j Connector for Kafka
kafka-connect-version: 3.0
connector-version: '5.1'
exact-connector-version: '5.1.18'
exact-connector-version: '5.1.19'
page-pagination: true
product-name: Neo4j Connector for Kafka
url-common-license-page: https://neo4j.com/docs/license/
Expand Down
13 changes: 13 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This page lists changes to the {product-name}.

== Version 5.1.19
[cols="1,2", options="header"]
|===
| Feature | Details

a|
label:functionality[]
label:new[]

Configure Neo4j Java Driver to use provider SLF4J configuration.
| Logging behaviour of Neo4j Java Driver is now delegated to SLF4J, ensuring the driver follows the configuration of the active SLF4J implementation.
|===

== Version 5.1.18

[cols="1,2", options="header"]
Expand Down