Skip to content

Nessie 0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 14:08
· 5662 commits to main since this release

Highlights

Try it

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

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

The attached nessie-helm-0.27.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):

  • Don't throw exception in requiresGlobalState (#3960)
  • Add metadata to IcebergTable + IcebergView (#3947)
  • Prepare Nessie 0.27.0 (#3958)
  • Support adding/updating/removing Namespace properties (#3931)
  • Handle nanosecond precision in TestInstantConversion (#3948)
  • Simplify compatibilty tests versions (#3950)
  • Make GC test cases as IT with java 11 toolchain config (#3949)
  • Make NessieContentGenerator extensible (#3934)
  • Python-requirements: move Sphinx to separate requirements.txt (#3933)
  • Use the NESSIE_BUILDER secret to auto-merge dependabot PRs (#3926)