Nessie 0.47.0 release
- 38 commits since 0.46.7
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.47.0
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
docker pull projectnessie/nessie:0.47.0 - PyPI: https://pypi.org/project/pynessie/0.47.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.47.0-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.47.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.47.0/nessie-quarkus-0.47.0-runner.jar
java -jar nessie-quarkus-0.47.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.47.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/renovate commits):
- Use custom CDI extension for injecting Principals (#5883)
- Update V2 commit-response to include generated content-IDs (#5880)
- Add content-ID to REST API v2 entries endpoint (#5879)
- Gatling: properly prefer
sim.duration.secondsoversim.commits(#5847) - Spark extensions tests - no CID for new content & common-ancestor (#5877)
- Content generator: no CID for new content, properly use expectedContent+CID for existing (#5876)
- Deltalake: no CID for new content, properly use expectedContent+CID for existing (#5875)
- Quarkus & JAX-RS tests - no CID for new content & common-ancestor (#5874)
- Do not expose junit-jupiter-engine via test artifacts (#5870)
- Gatling: allow running the Gatling simulations against an external Nessie (#5848)
- Testing: unify container start retry mechanism (#5844)
- Testing/benchmarking: fix configuration for persist-bench via system properties (#5843)
- Add macOS + Windows build check badges to README.md (#5849)
- Use REST API v2 in Gatling simulations (#5846)
- Testing: use full Quarkus listen-URL instead of just the port (#5845)
- GH WF: simplify some steps (#5869)