Skip to content

Nessie 0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 15:07
· 5470 commits to main since this release

Highlights

Try it

The attached executable file nessie-quarkus-0.29.0-runner is a x86-64 native binary image and only works on compatible Linux environments.

The attached nessie-quarkus-0.29.0-runner.jar is a standalone uber-jar file that runs on Java 11 or newer and it is also available via Maven Central. Download and run it (requires Java 11):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.29.0/nessie-quarkus-0.29.0-runner.jar
java -jar nessie-quarkus-0.29.0-runner.jar

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

Full Changelog (minus dependabot commits):

  • Prepare Nessie 0.29.0 (#4170)
  • Use Junit5 assumptions in versioned tests + versioned/persist tests (#4169)
  • Spark SQL: Configure ref.hash for NessieCatalog only when explicitly requested (#4165)
  • Escape all column names in SQL DML+DDL statements (#4168)
  • Use hashOnRef when fetching Namespaces (#4163)
  • Helm: Add ingress support for Kubernetes >=1.22 (#4149)
  • Minor code style changes in some database-adapter implementations, for upcoming PRs (#4137)
  • Fix CockroachDB transaction-retry behavior (#4136)
  • Bump versions of Postgres + Cockroach used in tests (#4134)
  • Test/contents: Add a couple more API operations (#4127)
  • Suppress deprecation warnings 'BasicAuthenticationProvider` (#4115)
  • Remove validation from static of() in GenericMetadata (#4114)
  • Prevent codecov upload on forks (#4095)