Skip to content

Releases: projectnessie/nessie

Nessie 0.107.5

21 Apr 09:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.5/nessie-quarkus-0.107.5-runner.jar
java -jar nessie-quarkus-0.107.5-runner.jar

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

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

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

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Remove micrometer simpleclient (#12336)
  • Testing/Vault: set SKIP_SETCAP=true (#12331)
  • Re-enable Authelia Authorization Code test (#12326)
  • Adapt Authelia integration tests to 4.39.19 (#12322)
  • Adapt tests to Keycloak v26.6.0 (#12312)
  • Trino-testing-container: defensive result rows copy (#12313)
  • Client-integration-tests: use fully qualified Authelia version (#12311)
  • Update dependency io.quarkus.platform:quarkus-bom to v3.33.1 (#12309)
  • Fix IntelliJ import (#12308)
  • Renovate: do not auto-merge Gradle action + revert to v5 (#12251)

Nessie 0.107.4

09 Mar 10:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.4/nessie-quarkus-0.107.4-runner.jar
java -jar nessie-quarkus-0.107.4-runner.jar

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

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

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

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • add spark sql 4.0 extension (#12126)
  • [Site Doc] fix iceberg version in spark-scala jar link (#12169)
  • Add support for extraContainers in helm chart (#12178)
  • Update Helm CI job (#12152)
  • Quarkus: adapt anonymous() "auth" to recent Quarkus changes (#12144)
  • Ninja/Renovate: fix Quarkus extension plugin exclusion

Nessie 0.107.3

25 Feb 15:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.3/nessie-quarkus-0.107.3-runner.jar
java -jar nessie-quarkus-0.107.3-runner.jar

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

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

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

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Commit-log should stop at "latest-hash" (#12135)
  • Ninja/Renovate: also ignore io.quarkus.extension to prefer the Quarkus Platform BOM
  • Fix typo from #12105
  • Remove jitpack.io repo (#12117)
  • Remove superfluous JRE11 check and assumption (#12106)
  • Renovate: Bump only Quarkus platform BOM (#12105)
  • Do not let Renovate query repository.a.o/.../snapshots (#12099)
  • Site: add a script to remove versioned-docs with identical content (#12046)
  • Fixes S3Exception/AccessDeniedExcepiton assertion (#12073)
  • Remove Minio handling from Renovate config (#12059)

Nessie 0.107.2

09 Feb 13:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.2/nessie-quarkus-0.107.2-runner.jar
java -jar nessie-quarkus-0.107.2-runner.jar

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

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

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

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Update to Quarkus 3.31 (#11995)
  • Fix a few errors for errorprone 2.47.0 (#12038)
  • Tackle a JUnit deprecation (#12037)
  • Quarkus 3.31/Google Secrets Manager: disable by default (#12029)
  • Azurite testcontainer: use --skipApiVersionCheck (#12021)

Nessie 0.107.1

04 Feb 09:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.1/nessie-quarkus-0.107.1-runner.jar
java -jar nessie-quarkus-0.107.1-runner.jar

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

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

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

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

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie
    versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

Full Changelog (minus renovate commits):

  • Automatically adjust gradlew during Gradle Wrapper updates (#11999)
  • Azurite: use old service version in tests (#12008)

Nessie 0.107.0

28 Jan 17:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Try it

The attached nessie-quarkus-0.107.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.107.0/nessie-quarkus-0.107.0-runner.jar
java -jar nessie-quarkus-0.107.0-runner.jar

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

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

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

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

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie
    versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

Full Changelog (minus renovate commits):

  • Allow field ID 0 in Iceberg schemas for Paimon compatibility (#11973)
  • Ninja: changelog
  • Add jitpack.io repository also for NesQuEIT (#11958)
  • Fix ExternalBaseUriImpl behavior with X-Forwarded-Prefix header (#11960)
  • Add jitpack.io repository (#11951)
  • Another attempt, follow-up of #11939 (#11950)
  • Update Scala versions (#11949)
  • Enforce scala-lang version (#11939)
  • Let quarkus-build index com.azure:azure-json (#11931)
  • Fix Iceberg-realm.json so example docker containers can work (#11937)
  • Apply changes from #11768 to quarkus-cr workflow (#11935)
  • Tackle quarkus.log.console.json deprecation (#11934)
  • Tackle quarkus.smallrye-health.context-propagation deprecation (#11933)
  • Tackle @Valid on collection element type warning (#11932)
  • Fix all ListPrefixes test classes (#11926)
  • Adopt for Junit 6 (#11921)
  • Fix ITBigTablePersis.TablePrefixes execution order issue (#11924)
  • Errorprone: text block (#11905)
  • ErrorProne: switch (#11904)
  • Errorprone: pattern (#11903)
  • Errorprone: fix execution (#11829)
  • Errorprone: fix some Java 17 warnings (#11901)
  • Require Java 17 as the minimum Java version for clients (#11885)
  • Address couple more errorprone warnings (#11900)
  • Errorprone: format string (#11873)
  • Errorprone: Slf4j* (#11895)
  • Errorprone: FutureReturnValueIgnored (#11894)
  • Errorprone: StringSplitter (#11893)
  • Errorprone: EmptyCatch (#11889)
  • Errorprone: switch pattern (#11874)
  • Errorprone: AssignmentExpression (#11880)
  • Errorprone: UnnecessaryLambda (#11896)
  • Errorprone: charset + locale (#11886)
  • Errorprone: JdkObsolete (#11890)
  • Errorprone: Duration nanos/seconds (#11892)
  • Errorprone: ConstantPatternCompile (#11891)
  • Errorprone: AddressSelection (#11875)
  • Errorprone: switch pattern (#11887)
  • Errorprone: unused stuff (#11888)
  • Errorprone: InlineMe (#11884)
  • Errorprone: ReferenceEquality (#11883)
  • Errorprone: InvalidBlockTag + AlmostJavadoc (#11882)
  • Errorprone: TypeParameterUnusedInFormals (#11881)
  • Errorprone: JavaUtilDate (#11879)
  • Errorprone: EnumOrdinal (#11877)
  • Errorprone: ReferenceEquality + Class equality (#11876)
  • Errorprone: ByteBufferBackingArray (#11871)
  • Errorprone: unnecessary paranthesis (#11872)
  • Errorprone: IdentityHashMap (#11868)
  • Errorprone: asSubclass() instead of cast (#11869)
  • Errorprone: Collection->List (equals not implemented warning) (#11867)
  • Errorprone: static class (#11866)
  • Errorprone: pattern matching (#11865)
  • Errorprone: resource leak (#11864)
  • Errorprone: ZoneOffset (#11863)
  • Errorprone: BooleanLiteral (#11862)
  • Errorprone: JavaLangClash (#11861)
  • Errorprone: UnnecessaryAssignment (#11860)
  • Errorprone: MixedMutabilityReturnType (#11858)
  • Errorprone: NonCanonicalType (#11857)
  • Errorprone: visibility modifiers (#11854)
  • Errorprone: CanonicalDuration (#11856)
  • Errorprone: VoidUsed (#11859)
  • Errorprone: ImmutableAnnotationChecker (#11855)
  • Errorprone: ClassInitializationDeadlock (#11843)
  • Errorprone: inlineme replacements (#11847)
  • Errorprone: fix use of assertj .as() (#11846)
  • Errorprone: HidingField (#11845)
  • Errorprone: UnnecessaryBoxedVariable (#11844)
  • Errorprone: ImmutableEnumChecker (#11842)
  • Errorprone: ThreadPriorityCheck (#11841)
  • Errorprone: String/repeat (#11840)
  • Errorprone: confusing/inconsistent type names (#11839)
  • Errorprone: missing @Override (#11838)
  • Errorprone: disable DoNotCall + DoNotCallSuggester (#11837)
  • Prepare for new errorprone version 2.46.0 (#11825)
  • Helm: Add chart test configuration (#11777)

Nessie 0.106.1

05 Jan 13:20

Choose a tag to compare

Try it

The attached nessie-quarkus-0.106.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.106.1/nessie-quarkus-0.106.1-runner.jar
java -jar nessie-quarkus-0.106.1-runner.jar

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

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

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

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

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true)
    so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that
    reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading
    Nessie. Fixes #11441.

Full Changelog (minus renovate commits):

  • Testing: Use testcontainers functionality to pull redocly-cli image (#11775)
  • feat: GatewayAPI support for the helm chart (#11768)
  • Pin Helm Unit version to 1.0.2 (#11765)
  • Publish/pom: prevent including test-fixtures dependencies as runtime (#11700)
  • Migrate to nmcp Central Portal publishing (#11695)
  • Ninja: forgot to push to main
  • Ninja... one more
  • ninja-fix previous PR
  • Fix create-release workflow (#11691)
  • Support configuration of S3 signing URL validity via chart (#11690)
  • feat(helm): add priority class support (#11689)
  • Add OCI friendly S3 chunked encoding toggle (#11676)
  • Get back snapshot publications - take 2 (#11653)
  • Attempt to get snapshot publishing back (#11629)
  • Ninja (last one!): fix new Quarkus-CR workflow
  • Ninja: fix run of Quarkus CR workflow
  • Ninja: remove conditional
  • Ninja: fix dangling whitespace in Quarkus CR workflow + align names
  • CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (#11605)
  • Fix a test issue in macOS CI (#11575)

Nessie 0.106.0

05 Dec 15:49

Choose a tag to compare

Try it

The attached nessie-quarkus-0.106.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.106.0/nessie-quarkus-0.106.0-runner.jar
java -jar nessie-quarkus-0.106.0-runner.jar

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

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

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

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

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true)
    so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that
    reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading
    Nessie. Fixes #11441.

Full Changelog (minus renovate commits):

  • Ninja... one more
  • ninja-fix previous PR
  • Fix create-release workflow (#11691)
  • Support configuration of S3 signing URL validity via chart (#11690)
  • feat(helm): add priority class support (#11689)
  • Add OCI friendly S3 chunked encoding toggle (#11676)
  • Get back snapshot publications - take 2 (#11653)
  • Attempt to get snapshot publishing back (#11629)
  • Ninja (last one!): fix new Quarkus-CR workflow
  • Ninja: fix run of Quarkus CR workflow
  • Ninja: remove conditional
  • Ninja: fix dangling whitespace in Quarkus CR workflow + align names
  • CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (#11605)
  • Fix a test issue in macOS CI (#11575)

Nessie 0.105.7

06 Nov 07:06

Choose a tag to compare

Try it

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

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

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

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

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

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

Full Changelog (minus renovate commits):

  • Ninja: changelog
  • Fix: nested schema fields used as identifier field causes NPE (#11569)
  • CI: Fix build scans (#11565)
  • Build: improve caching (#11563)

Nessie 0.105.6

24 Oct 06:34

Choose a tag to compare

Try it

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

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

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

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

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

Fixes

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

Full Changelog (minus renovate commits):

  • Build: fix some Java deprecation warnings (#11516)
  • Gradle 9 prep - create iceberg/bom directory (#11515)
  • Bugfix: S3 remote signing for batch deletions does not work (#11493)
  • Prepare for Gradle 9 (#11491)
  • Quarkus: Tackle some more deprecated/changed configs (#11492)
  • CI/Test: Tackle deprecated otel config property (#11490)