github projectnessie/nessie nessie-0.12.1
Nessie 0.12.1

4 years ago

Highlights

Try it

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

The attached nessie-quarkus-0.12.1-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.12.1/nessie-quarkus-0.12.1-runner.jar
java -jar nessie-quarkus-0.12.1-runner.jar

The attached nessie-helm-0.12.1.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.12.1 (#2576)
  • Cleanup AbstractTestRest (#2550)
  • Accessing a URL with invalid branch results in 404 Not found (#2561)
  • Disable MongoDB devservices (#2474)
  • Cleanup DatabaseAdapterFactory/VersionStore factory/producer code (#2534)
  • Fix Swagger API example schema for getContents() (#2552)
  • Increase REST API test coverage (#2522)
  • Add missing license test header in Python project files (#2549)
  • Add devs (#2548)
  • Refactor Nessie CLI Python commands into separate files as well as Nessie client and utils (#2546)
  • Update CLI doc about merge and cherry-pick (#2537)
  • Fix Swagger API example for getContents() (#2545)
  • Change VersionStore.getValues to return a map rather than a list (#2529)
  • Add NessieConfiguration.getMaxSupportedApiVersion() (#2504)
  • Move quarkus.http.auth.basic to TestBasicAuthentication (#2523)
  • Migrate webpack dev server to v4 (#2532)
  • Improve Commit Details representation in UI #2473 (#2473)
  • Fix pynessie.auth not found error (#2530)
  • Fix handling of list entries when namespaceDepth > key.size (#2518)
  • Clean nessie log cli command up (#2520)
  • Move %test Quarkus properties into test code (#2455)
  • Add -Dquickly for faster local builds (#2514)
  • Do not start Mongo testcontainer (#2512)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.