Skip to content

6.0.1

Latest
Compare
Choose a tag to compare
@injectives injectives released this 03 Oct 10:32
82f74a1

The neo4j-java-driver-bom has been updated to not import netty-bom.

If you are using Netty Native Transport, please ensure to either:

  • Use a compatible Netty Native Transport version with Netty version used by the driver.
  • Import netty-bom with the desired Netty version (at present, the driver is shipped with Netty 4.2+)

6.0 API documentation

👏 Improvements


  • feat(bom): delete netty-bom from neo4j-java-driver-bom #1707