Skip to content

Nessie 0.53.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 18:09
· 3476 commits to main since this release

Nessie 0.53.0 release

Try it

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

The attached nessie-quarkus-0.53.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.53.0/nessie-quarkus-0.53.0-runner.jar
java -jar nessie-quarkus-0.53.0-runner.jar

Nessie GC tool is attached as nessie-gc, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.

The attached nessie-helm-0.53.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 renovate commits):

  • Import: paint dots also during the finalize phase (#6366)
  • Use relocated protobuf runtime (#6355)
  • Build/publishing: Proper Gradle module metadata for shadow-jars (#6361)
  • Intellij: exclude /.mvn + /ui/node_modules (#6364)
  • Support annotation-based configuration in "old server" tests (#6356)
  • Mongo/storage: use replaceOne instead of findAndReplaceOne (#6363)
  • Compatibility-test: allow adapter-configuration via system properties (#6353)
  • Compatibility-tests: require Nessie >= 0.42.0, cleanup code (#6352)
  • CI: Bump newer-java-version WF from 19 to 20 (#6348)
  • Properly return ParamConverterProvider errors as HTTP/400 (#6346)
  • Remove InstantParamConverterProvider (#6341)
  • Update release notes template, remove "Docker Hub" (#6339)
  • Build: Fix Jackson-annotations configuration for build-plugins int-test (#6337)
  • Nit: Remove unnecessary null-check (#6344)