Skip to content

Releases: projectnessie/nessie

Nessie 0.104.1

07 May 18:39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Nessie 0.102.5

05 Feb 19:44
Compare
Choose a tag to compare

Try it

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

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

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

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

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

Note

  • This release has no code changes.
  • NOTICE and LICENSE files clarifications, included in jars published to Maven Central.

Full Changelog (minus renovate commits):

  • Include NOTICE+LICENSE in every jar (#10331)

Nessie 0.102.4

31 Jan 22:16
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.102.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.102.4/nessie-quarkus-0.102.4-runner.jar
java -jar nessie-quarkus-0.102.4-runner.jar

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

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

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

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

Note

  • This release has no code changes except NOTICE file(s) clarifications.

Full Changelog (minus renovate commits):

  • Ninja: CHANGELOG
  • Add separate NOTICE-BINARY-DIST file (#10315)
  • Site: Improve the Nessie Spark SQL Extensions page (#10304)

Nessie 0.102.3

30 Jan 09:38
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.102.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.102.3/nessie-quarkus-0.102.3-runner.jar
java -jar nessie-quarkus-0.102.3-runner.jar

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

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

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

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

  • Catalog: Iceberg table configurations overrides are now available in storage configuration settings.
    Example: nessie.catalog.service.s3.default-options.table-config-overrides.py-io-impl=pyiceberg.io.pyarrow.PyArrowFileIO

Full Changelog (minus renovate commits):

  • Ninja: add AL2 license for smallrye-certs
  • Renovate: group quarkus-platform + quarkus-plugin together (#10300)
  • Fix build scripts to distribute the right files (#10297)
  • Catalog: Add table config overrides to bucket configuration (#10296)
  • Fix a new failure in NesQuEIT, dependency issue w/ scala-collection-compat (#10298)
  • Fix NesQuEIT for recent Iceberg changes (#10281)
  • Adopt renovate config for #10275 (#10280)
  • Update some Maven coordinates (#10275)

Nessie 0.102.2

23 Jan 21:31
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.102.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.102.2/nessie-quarkus-0.102.2-runner.jar
java -jar nessie-quarkus-0.102.2-runner.jar

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

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

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

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

Fixes

  • Nessie re-assigns IDs for new schemas/partition-specs/sort-orders. The check that the provided ID for
    those must be valid (>= 0) is therefore superfluous, it can actually unnecessarily lead to problems. This
    change also fixes an issue that the last-added schema/spec/sort ID is set to -1, if the schema/spec/sort
    already existed. This lets the set-current-schema/set-default-partition-spec/set-default-sort-order
    updates with -1 for the last-added one fail, but it should return the ID of the schema/spec/sort ID that
    already existed.

Full Changelog (minus renovate commits):

  • Catalog: Allow passing -1 for new schema/partition-spec/sort-order (#10264)