Skip to content

Releases: projectnessie/nessie

Nessie 0.105.4

08 Oct 17:05
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.105.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.105.4/nessie-quarkus-0.105.4-runner.jar
java -jar nessie-quarkus-0.105.4-runner.jar

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

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

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

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

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

Full Changelog (minus renovate commits):

Nessie 0.105.3

24 Sep 16:45
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.105.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.105.3/nessie-quarkus-0.105.3-runner.jar
java -jar nessie-quarkus-0.105.3-runner.jar

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

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

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

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

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

Full Changelog (minus renovate commits):

  • IRC: Make AddSchema.lastColumnId optional (#11352)
  • Add nessie-object-storage-mock to nessie-bom (#11343)
  • Fix maxOS CI (#11329)

Nessie 0.105.2

19 Sep 11:27
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.105.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.105.2/nessie-quarkus-0.105.2-runner.jar
java -jar nessie-quarkus-0.105.2-runner.jar

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

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

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

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

Highlights

  • Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).

Full Changelog (minus renovate commits):

  • Updates for Nessie-UI merge (#11323)
  • CI/Caching: Fix Gradle cache retention (#11318)

Nessie 0.105.1

16 Sep 15:17
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.105.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.105.1/nessie-quarkus-0.105.1-runner.jar
java -jar nessie-quarkus-0.105.1-runner.jar

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

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

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

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

  • Bump Iceberg from version 1.9.2 to 1.10.0

Full Changelog (minus renovate commits):

  • Ninja: changelog
  • Iceberg 1.10: Adopt Nessie CLI for Iceberg 1.10 S3 remote signing reconfiguration (#11305)
  • Site-build: do not exclude 1.10 (#11302)
  • Iceberg 1.10: S3 remote signing can no longer be "reconfigured" (#11303)
  • Add AWSSDK kms dependency, required w/ Iceberg 1.10 (#11300)
  • Iceberg 1.10: Adopt to oauth changes (#11304)
  • Adopt Iceberg 1.10 GenericManifestFile restrictions (#11299)
  • build: Nessie 0.10x is less than 0.50.* (#11301)
  • Nit: fix deprecation warning in NessieServerAdminTestExtension (#11293)
  • Nit: tackle deprecation warnings (#11294)
  • Build/Shadow: handle duplicate files (no warnings) (#11292)
  • Build/local-testing: Allow using custom Quarkus versions and not enforce Quarkus platform versions (#11276)
  • Migrate from VLSI Jandex plugin to Kordamp Jandex plugin (#11268)
  • Ninja: bump site-build timeout

Nessie 0.105.0

03 Sep 18:30
Compare
Choose a tag to compare

Try it

The attached nessie-quarkus-0.105.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.105.0/nessie-quarkus-0.105.0-runner.jar
java -jar nessie-quarkus-0.105.0-runner.jar

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

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

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

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

Fixes

  • A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue
    where the extra-params configuration option was not being properly included in the authorization
    URI. Consequently, users, particularly Auth0 users passing the audience parameter, were receiving
    opaque tokens instead of JWTs.

Full Changelog (minus renovate commits):

  • OAuth2 (Authorization Code): Include extra parameters in authorization URI (#11239)

Nessie 0.104.10

27 Aug 15:26
Compare
Choose a tag to compare

Try it

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

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

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

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

The attached nessie-helm-0.104.10.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: typo in server-iam.assume-role (#11219)

Nessie 0.104.9

25 Aug 15:10
Compare
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
Compare
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
Compare
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
Compare
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)