Skip to content

Nessie 0.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 14:50
· 4663 commits to main since this release

Highlights

Try it

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

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

The attached nessie-helm-0.42.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.42.0 (#5016)
  • Remove unnecessary code-coverage usage (#4992)
  • Type check python tests and tools (#4990)
  • Add pylint plugin to check license headers in python files(#4972)
  • Revert "build(deps): bump jakarta.annotation-api from 1.3.5 to 2.1.1 (#4969)" (#4982)
  • Revert "build(deps): bump versionSlf4j from 1.7.36 to 2.0.0 (#4967)" (#4981)
  • Adopt compatibility tests for Nessie 0.40.0..0.41.0 (#4962)
  • Revert "Automatically add labels for common cases requiring native tests (#4931)" (#4963)
  • Fix typo in Javadoc (#4961)
  • Automatically add labels for common cases requiring native tests (#4931)
  • Remove payload from Content.Type (#4945)
  • Make content-type backend serialization pluggable (#4944)
  • Fix Quarkus logging during build (#4948)
  • Re-add payload to StoreWorker to identify the content-type (#4943)
  • Fix Nessie Web UI build (#4947)
  • Remove now superfluous functionality in StoreWorker (#4942)
  • Fix OpenAPI spec re-generation (#4946)
  • Remove a lot of unnecessary Java type parameters (#4941)
  • Make AbstractRestRefLog.testReflog repeatable (#4933)
  • Disable datasource dev services (#4930)
  • Register KeyEntryForCel for reflection inside Quarkus (#4929)
  • Expose name and full key to "get entries" filters (#4913)
  • Add PR workflow for Nessie-Query-Engine-Integration-Tests (#4686)
  • Add generic adapter type to DatabaseAdapterFactory (#4914)
  • Update javadoc for NessieReferenceConflictException (#4911)
  • Minor open-addressing key-list hashing changes (#4890)
  • Fix missing version from content-generator tool (#4891)
  • Add missing methods to adjustable adapter configs (#4889)
  • CI: Read-only cache usage for main-native (#4877)
  • Upgrade to Gradle 7.5.1 (#4880)
  • IDE: Also detect Eclipse IDE (#4878)