github projectnessie/nessie nessie-0.103.0
Nessie 0.103.0

10 months ago

Try it

The attached nessie-quarkus-0.103.0-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.103.0/nessie-quarkus-0.103.0-runner.jar
java -jar nessie-quarkus-0.103.0-runner.jar

Nessie CLI is attached as nessie-cli-0.103.0.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.0.

Nessie GC tool is attached as nessie-gc-0.103.0.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.103.0 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.0-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.0 --help.

The attached nessie-helm-0.103.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

Highlights

  • If you are using Iceberg/Java 1.8.0 it is STRONGLY RECOMMENDED to upgrade to this or a newer Nessie release!

Upgrade notes

  • This Nessie version is compatible with Iceberg/Java version 1.8.0 via Iceberg REST.
    Iceberg 1.8.0 contains changes that breaks compatibility with previous Nessie versions!
  • Iceberg table spec v3 is not supported in Nessie, because it is still under active development.

Changes

  • Dependencies that are only licensed using GPL+CE are no longer included in Nessie CLI, server and admin tool.

Full Changelog (minus renovate commits):

  • Ban dependencies licensed only as GPL+CE (#10413)
  • Update changelog (#10412)
  • Iceberg 1.8: Adopt remaining changes in CatalogTests + ViewCatalogTests (#10411)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.