Nessie 0.74.0
·
2539 commits
to main
since this release
Nessie 0.74.0 release
- 69 commits since 0.73.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.74.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.74.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.74.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.74.0/nessie-quarkus-0.74.0-runner.jar
java -jar nessie-quarkus-0.74.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.74.0
, which is an executable.
(chmod 744 nessie-gc-0.74.0
after download.)
Can also be run using java -jar nessie-gc-0.74.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.74.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
- Nessie-GC: Support Google Cloud Storage (GCS) (experimental)
- Nessie-GC: Support Azure Blob Storage (experimental)
Fixes
- Add namespace validation for rename operation.
- Namespace validation now correctly reports only one conflict when deleting a namespace that has
children, whereas previously it reported one conflict for each child.
Full Changelog (minus renovate commits):
- Fix wrong cache capacity unit in
NessiePersistCache
(#7746) - Persist: enforce that null array elements are legal (#7741)
- BigTable: set QUALIFIER_OBJ_TYPE cell when upserting (#7731)
- Fix Nesqueit after #7715 (#7722)
- Renovate: only add one label (#7720)
- Nessie-GC: Support Azure Blob Storage (experimental) (#7715)
- Minor doc enhancements around authentication providers (#7710)
- Nessie-GC: Support Google Cloud Storage (GCS) (experimental) (#7709)
- Report a single conflict when deleting a namespace with many children (#7704)
- Add nessie-client-testextension to nessie-bom (#7703)
- Fix Maven-Central search URL in release notes (#7696)
- Align opentelemetry-alpha version (#7694)
- Fix snapshot publishing (#7692)
- Add namespace validation for rename operation (#7650)
- fix JUnit Jupiter references (#7690)
- DynamoDB: fix wrong error message when key schema invalid (#7685)
- OAuth2Client: improve stack traces and reduce log frequency (#7678)
- ITOAuth2Client: improve shutdown sequence (#7676)
- ITOAuth2Client: use less aggressive token lifespans (#7675)