Skip to content

Nessie 0.70.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 15:59
· 2524 commits to main since this release

Nessie 0.70.0 release

Try it

The attached nessie-quarkus-0.70.0-runner.jar is a standalone uber-jar file that runs on Java 11 or newer and it is also available via Maven Central. Download and run it (requires Java 11):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.70.0/nessie-quarkus-0.70.0-runner.jar
java -jar nessie-quarkus-0.70.0-runner.jar

Nessie GC tool is attached as nessie-gc-0.70.0, which is an executable.
(chmod 744 nessie-gc-0.70.0 after download.)
Can also be run using java -jar nessie-gc-0.70.0, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.

The attached nessie-helm-0.70.0.tgz is a packaged Helm chart, which can be downloaded and installed via Helm.
There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

New Features

  • Content Generator tool: added new --hash parameter to commits, content and entries
    commands.

Changes

  • Content Generator tool: commit hashes are now printed in full when running the commits command.
  • For a "get-keys" operation that requests the content objects as well, the content objects are now
    fetched using bulk-requests.

Fixes

  • Fixed potential index corruption when importing repositories with many keys into the new storage
    model that could cause some contents to become inaccessible.

Full Changelog (minus renovate commits):

  • Propagate index stripes from parent to child commits (#7452)
  • Build: fix removal of superfluous system-property for NesQuEIT (#7455)
  • Build: remove superfluous system-property hack (#7451)
  • Bulk-fetch contents for get-keys (#7450)
  • Print full hashes in commits command (#7449)
  • Add --hash parameter to content-generator commands (#7448)