Skip to content

6.1.3

Choose a tag to compare

@michael-simons michael-simons released this 17 Feb 11:54
· 381 commits to main since this release

What's Changed

πŸš€ Features

  • a42da59 feat(metadata): Cache the result of getTables per metadata instance as it is used during columns computations, too.
  • 2de971b feat(metadata): Use apoc.meta.schema if available for computing tables and relationships.
  • 404bd0f feat(metadata): Make sampling size for relationships configurable.

πŸ› Bug Fixes

  • 93abb1a fix(test): Disable reflection based test in native image. (#844)
  • 3bb7ab7 fix(build): The default of structuredMessage is false.

πŸ”„οΈ Refactorings

  • de2b3d3 refactor(meta): Sanitize sampling size and ensure it works for both apoc and Cypher solutions.

🧹 Housekeeping

  • 080ce04 Bump quarkus.platform.version from 3.18.2 to 3.18.3 (#849)
  • 14ee32f Bump org.hibernate.orm:hibernate-platform (#848)
  • c0ccfad Bump org.neo4j:neo4j-cypher-dsl-bom (#847)
  • 08c1b3d build(deps-dev): Bump com.tngtech.archunit:archunit from 1.3.0 to 1.4.0 (#846)
  • d7aefaf Bump org.jdbi:jdbi3-bom from 3.47.0 to 3.48.0 (#845)

πŸ›  Build

  • 3a03ce1 build: Use default values for announcer.
  • 34e7cad build: Exclude shaded dependencies from semver check.
  • b8523fb build: Enable announcer on release only.