Nessie 0.81.1 release
- 19 commits since 0.81.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.81.1
- 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.81.1-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.81.1-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.81.1/nessie-quarkus-0.81.1-runner.jar
java -jar nessie-quarkus-0.81.1-runner.jar
Nessie GC tool is attached as nessie-gc-0.81.1.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.81.1 --help.
The attached nessie-helm-0.81.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.
Changelog
Fixes
- GC: Fix handling of quoted column names in Iceberg
Full Changelog (minus renovate commits):
- Ninja: changelog
- Use custom class for handling storage URIs (#8420)
- Site doc generator: respect Javadoc on type for smallrye-config (#8445)
- Doc-gen: traverse really all supertypes (#8446)
- Build: fix a bunch of deprecation warnings and no non-consumed apt arg (#8436)
- Build: tackle Gradle deprecations (#8440)
- Handle deprecation of Maven
DefaultServiceLocator(#8431) - Nit: Eliminate deprecation warnings (#8430)
- Build: Disable warnings about javac command line options for Java 21+ (#8432)
- Build: Prevent log4j2 to register its MBean (#8433)
- Build: Prevent unnecessary scala compile warning (#8437)
- Build/Scala: replace deprecated
JavaConverterswithCollectionConverters(#8439) - Build: Remove no longer necessary Java toolchain "constraint" (#8438)