Skip to content

6.3.0

Choose a tag to compare

@michael-simons michael-simons released this 07 Apr 10:42
· 285 commits to main since this release

What's Changed

This is big feature release including support for both Metrics and Tracing.
Metrics will be enabled automatically if you use the Neo4j JDBC Driver within an application that has Micrometer on the class path.

Tracing can be enabled via the Neo4jDataSource and putting Micrometer Tracing on the class path and choosing a registry and reporter that fits your needs. We tested both the Zipkin Brave registry with Zipkin, and the OpenTelemetry registry together with the Otel sender against Dash0.

Please read our docs how to configure this: Configuring tracing for the JDBC driver.

🚀 Features

  • 2025829 feat: Add support for tracing. (#904)
  • 74466d8 feat: Allow the full URL to be configured on the datasource.
  • e00bdae feat: Add events and metrics to the driver. (#895)

🧹 Housekeeping

  • 6c71310 Bump org.jooq:jooq from 3.19.21 to 3.19.22 (#909)
  • 07bc0c4 Bump org.neo4j:cypher-v5-antlr-parser from 5.26.4 to 5.26.5 (#908)
  • 87ab869 Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#907)
  • 6c99932 Bump org.hibernate.orm:hibernate-platform (#906)
  • 3a74dce Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#902)
  • 21ebae1 Bump org.apache.maven.plugins:maven-failsafe-plugin (#901)
  • 9da5b81 Bump org.jdbi:jdbi3-bom from 3.48.0 to 3.49.0 (#900)
  • 608578b Bump org.apache.maven.plugins:maven-surefire-plugin (#899)
  • 2ee1c4e Bump quarkus.platform.version from 3.19.4 to 3.21.0 (#898)