Skip to content

Nessie 0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 12:48
· 5983 commits to main since this release

Highlights

Try it

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

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

The attached nessie-helm-0.22.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.22.0 release (#3600)
  • Record commit-id in key-lists (#3592)
  • Make validator a Callable (#3597)
  • Quarkus CLI (#3584)
  • Fix connection leaks in tests and add validation (#3588)
  • Quarkus: Split DatabaseAdapter + VersionStore producers (#3583)
  • Split nessie-quarkus into commons, tests, server (#3582)
  • global-log compaction (#3559)
  • AbstractDatabaseAdapter.fetchValues() looking for non-existing keys (#3590)
  • Validation during atomic commit (#3586)
  • Fix connection leaks in tests (#3587)
  • Remove duplicate, identical tests (#3571)
  • Use os-maven-plugin as extension (#3574)
  • Remove Serializable from Reference (#3561)
  • Respect max-requests in batch-deletes for DynamoDB (#3569)
  • Nessie Server Banner (#3575)
  • Add Span.finish() (#3570)
  • Fix nessie catalog check for delta (#3558)
  • Add delta test for nessie sql extensions (#3557)
  • Remove unused 'type' + "type-extractor" functions (#3556)
  • Remove unused overload in ContentAndState (#3555)
  • Remove obsolete condition for delta tests (#3554)
  • Avoid confusion around hive catalog in tests (#3553)
  • Remove "committer-is-empty" check in test (#3551)
  • Use Immutable Builder functionality in HTTP Param classes to generate Builders (#3544)
  • Reduce number of tags for micrometer (#3511)
  • Version manage apprunner plugin in top-level pom (#3528)
  • Add Nessie repos to README and tweak build intructions (#3529)
  • Move nessie-apprunner-* out of main code base (#3518)
  • Create Grafana Dashboard for Nessie service (#3510)
  • Remove lambda + persist-bench from -Dquickly builds (#3520)
  • Don't start Quarkus for not-run integration tests (#3519)
  • Use externally maintained nessie-antlr-runtime (#3513)
  • Allow IntelliJ to property generate proto sources (#3512)
  • Add java doc to create reference builder API (#3460)
  • Add cmd to read content (#3499)
  • Add cmd to read all refs (#3482)
  • Add command to read commits (#3481)