Skip to content

Nessie 0.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 17:21
· 4843 commits to main since this release

Highlights

Try it

The attached executable file nessie-quarkus-0.41.0-runner is a x86-64 native binary image and only works on compatible Linux environments.

The attached nessie-quarkus-0.41.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.41.0/nessie-quarkus-0.41.0-runner.jar
java -jar nessie-quarkus-0.41.0-runner.jar

The attached nessie-helm-0.41.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.

Full Changelog (minus dependabot commits):

  • Prepare Nessie 0.41.0 (#4879)
  • Fix issue when looking up key in an open-addressing-key-list (#4867)
  • Do not presist and expose attached content metadata (#4849)
  • Adopt error-prone-rules to v2.15.0 (#4876)
  • Add @MustBeClosed on methods that return closeable Streams (#4846)
  • Remove misleading, wrong information from retry-error message (#4850)
  • Unify github workflows (#4845)