Skip to content

Nessie 0.30.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 18:58
· 5414 commits to main since this release

Highlights

Try it

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

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

The attached nessie-helm-0.30.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.30.0 (#4233)
  • Add commit-ID to KeyListEntry when writing new key-lists (#4232)
  • Do not process old key-lists when retrieving values. (#4230)
  • Add docs section for using S3 with Spark (#4217)
  • Helm: Fix k8s version detection in ingress template (#4216)
  • Database-adapter: commit optimizations (#4177)
  • Remove the configurable default for the configurable values (#4204)
  • Fix doc of key-list-distance (#4203)
  • Unify identical enums in persist.proto (#4201)
  • Handle missing scenarios in gc-base algorithm (#4183)
  • Misc. fixes (#4176)
  • Eliminate duplicated code (#4175)
  • Dynamo/Mongo/TX: use bulk/batch requests where possible (#4174)