Nessie 0.53.1 release
- 15 commits since 0.53.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.53.1
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.53.1-java - Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.53.1-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.53.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.53.1-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.53.1-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.1/nessie-quarkus-0.53.1-runner.jar
java -jar nessie-quarkus-0.53.1-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.1.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):
- New storage: add "batch write" facade (#6385)
- Persist: replace
updateObj()withupsertObj()(#6384) - Import: print total duration (#6383)
- IntelliJ: exclude more directories from indexing (#6374)
- Import: Eager prefetching of commits during finalization (#6378)
- New storage:
Persist.updateObj()must respect index-size limits (#6377) - Import: use updated commit as new parent (#6376)
- Nessie Import: Respect commit import batch size (new model) (#6371)
- Nessie Import: Respect commit import batch size (new model) (#6375)
- Nessie Import: Print durations, double row size printed to console (#6370)