Nessie 0.64.0
github-actions
released this
03 Jul 17:27
·
2753 commits
to main
since this release
Nessie 0.64.0 release
- 27 commits since 0.63.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.64.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.64.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.64.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.64.0/nessie-quarkus-0.64.0-runner.jar
java -jar nessie-quarkus-0.64.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.64.0
, which is an executable.
(chmod 744 nessie-gc-0.64.0
after download.)
Can also be run using java -jar nessie-gc-0.64.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.64.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):
- Ninja: really fix create-release WF
- Fix create-release workflow (#7177)
- Make gc-base, gc-iceberg classes Java 8 compatible (#7174)
- Nessie-Java-API: Add builder methods for extended merge behaviors (#7175)
- Spark-SQL-tests: Nessie client configuration + ignore committer (#7166)
- improve configure-on-demand (#7173)
- Fix Gradle task dependencies (#7172)
- Let Immutables discover the right Guava version (#7165)
- Unify Gradle daemon heap size (#7164)
- Revert Gradle daemon heap settings (#7160)
- Nessie Catalog related changes for Spark SQL extensions (#7159)
- Minor Gradle build scripts addition (noop for
main
) (#7158) - Fully lazy
StoreIndexElement
deserializion (#7132) - CI: attempt to fix snapshot publising (#7151)
- Revert "Use WorkerThread if parallelism is one." (#7152)
- Use WorkerThread if parallelism is one. (#7150)
- Move
python/
to separate repo (#7147) - Move
ui/
to separate repo (#7146) - Simplify test profiles in AbstractOAuth2Authentication and AbstractBearerAuthentication (#7143)
- Remove another Deltalake left-over (#7145)