github projectnessie/nessie nessie-0.103.1
Nessie 0.103.1

9 months ago

Try it

The attached nessie-quarkus-0.103.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.103.1/nessie-quarkus-0.103.1-runner.jar
java -jar nessie-quarkus-0.103.1-runner.jar

Nessie CLI is attached as nessie-cli-0.103.1.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.1.

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

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.1-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.1 --help.

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

Highlights

  • Configuration option nessie.version.store.persist.cache-enable-soft-references defaults to
    false now. Some feedback suggests that using soft references in the Nessie cache may not be
    optimal with respect to GC overhead in some environments, so defaulting to false is safer.

New Features

  • Helm: Allow annotations on the configmap

Fixes

  • Catalog: Return consistent metadata-location for Iceberg REST APIs

Full Changelog (minus renovate commits):

  • Ninja: changelog
  • Helm: Allow annotations on the configmap. (#10510)
  • Catalog: Return consistent metadata-location for Iceberg REST APIs (#10508)
  • Make cache-enable-soft-references default to false (#10526)
  • Add copy command to the ContentGenerator tool (#10443)
  • Renovate: Quarkus Group (#10435)
  • CI/NesQuEIT: Remove Spark 3.3 + revert workaround #10184 (#10436)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.