github projectnessie/nessie nessie-0.91.2
Nessie 0.91.2

17 months ago

Nessie 0.91.2 release

Try it

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

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

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

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

Breaking changes

  • We have improved Nessie client's support for impersonation scenarios using the token exchange
    grant type. A few options starting with nessie.authentication.oauth2.token-exchange.* were
    renamed to nessie.authentication.oauth2.impersonation.*. Check the [Nessie authentication
    settings] for details. Please note that token exchange and impersonation are both considered in
    beta state. Their APIs and configuration options are subject to change at any time.

Full Changelog (minus renovate commits):

  • OAuth2Client: differentiate token exchange from impersonation (#8847)
  • Migrate off deprecated AwsS3V4Signer to AwsV4HttpSigner (#8923)
  • OAuthClient: improve next token refresh computation (#8922)
  • Docker compose: expose Nessie management port (#8888)
  • Site: update headers to appear in ToC (#8916)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.