Skip to content

Releases: projectnessie/nessie

Nessie 0.104.9

25 Aug 15:10

Choose a tag to compare

Try it

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

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
    all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows.
    To revert to the old behavior, set the corresponding configuration option to 0 (not recommended).
    A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Fix STDOUT redirect in create-gh-release-notes.sh (#11209)

Nessie 0.104.4

18 Aug 11:30

Choose a tag to compare

Try it

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

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
    all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows.
    To revert to the old behavior, set the corresponding configuration option to 0 (not recommended).
    A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Add missing s3.path-style-access to GC Tool help (#11169)
  • Helm chart: fix nodeport support (#11137)

Nessie 0.104.3

11 Jul 13:47

Choose a tag to compare

Try it

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

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
    all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows.
    To revert to the old behavior, set the corresponding configuration option to 0 (not recommended).
    A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Switch Keycloak container to standard token exchange (#10963)
  • Respect idea.active in addition to idea.sync.active (#10980)

Nessie 0.104.2

12 Jun 19:57

Choose a tag to compare

Try it

The attached nessie-quarkus-0.104.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.104.2/nessie-quarkus-0.104.2-runner.jar
java -jar nessie-quarkus-0.104.2-runner.jar

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
    all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows.
    To revert to the old behavior, set the corresponding configuration option to 0 (not recommended).
    A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • JDBC: Let JDBC fetch-size default to 100 (#10933)
  • Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • Fix error messages in AssertRefSnapshotId (#10860)
  • feat(build): make archive builds reproducible (#10858)
  • Java11-client: don't share the FJP, shutdown (if possible) (#10835)
  • Add public workaround to some tests (#10836)
  • Handle Iceberg NestedField.of() deprecation (#10829)
  • Object-storage-mock: add start/stop log messages (#10832)
  • Move secrets-manager QuarkusTests to src/test/ (#10839)
  • Testing: give Quarkus 4g (#10837)
  • Update AddressResolver, prepare for Vertx 5 (#10838)
  • QUarkus: RestAssured may sometimes have the wrong port (#10840)
  • Multi-env-test-engine cosmetics (#10828)
  • Disable ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode() (#10830)

Nessie 0.104.1

07 May 18:39

Choose a tag to compare

Try it

The attached nessie-quarkus-0.104.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.104.1/nessie-quarkus-0.104.1-runner.jar
java -jar nessie-quarkus-0.104.1-runner.jar

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

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

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

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

Changes

  • OpenAPI specs are no longer published to swaggerhub.

Full Changelog (minus renovate commits):

  • Migrate to a different Maven publishing plugin (#10784)

Nessie 0.103.6

01 May 10:23

Choose a tag to compare

Try it

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

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

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

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

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

Changes

  • OpenAPI specs are no longer published to swaggerhub.

Full Changelog (minus renovate commits):

  • Remove links to swaggerhub (#10757)

Nessie 0.103.3

08 Apr 16:08

Choose a tag to compare

Try it

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

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

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

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

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

New Features

  • Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than
    the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are
    admitted as long as the current cache size is less than the "cache-capacity + overshoot".

Changes

  • Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the
    second-fraction.

Full Changelog (minus renovate commits):

  • Introduce a hard capacity limit for the objects cache (#10629)
  • Maven publication: Produce correct <scm><tag> in pom.xml (#10656)
  • Relax Nessie REST API relative-commit-spec timestamp rules (#10623)
  • Simplify Lowkey Vault configuration (#10591)

Nessie 0.103.2

21 Mar 18:23

Choose a tag to compare

Try it

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

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

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

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

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

New Features

  • Catalog/S3/request-signing: Add a per-S3-bucket config option url-signing-expire to override the default
    3-hour lifetime of S3-URL-signing URLs.

Full Changelog (minus renovate commits):

  • Make S3 signing URL validity configurable (#10582)
  • Adopt to next guava version (#10581)
  • Disable NTP check for Authelia ITs (#10570)
  • Adopt to JUnit deprecation (#10569)

Nessie 0.103.1

18 Mar 12:29

Choose a tag to compare

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)

Nessie 0.103.0

18 Feb 17:27

Choose a tag to compare

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)