Skip to content

Nessie 0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 14:55
· 6980 commits to main since this release

Highlights

Try it

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

The attached nessie-quarkus-0.14.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.14.0/nessie-quarkus-0.14.0-runner.jar
java -jar nessie-quarkus-0.14.0-runner.jar

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

  • Prep Nessie 0.14.0 release (#2657)
  • Move table-metadata-pointer back to global state, use snapshot,schema,spec,sort-order ids as on-ref state (#2626)
  • Handle ContentKey better in nessie CLI (#2636)
  • Create README.md for content-generator tool (#2635)
  • UI: Move webpack-dev-server + couple plugins + build packages to dev-dependencies (#2625)
  • Content-generator: fix non-global-state content-types (#2627)
  • Generate docs for nested commands (#2628)
  • Bump Iceberg from 0.12.0 to 0.12.1 (#2543)
  • Simple tool to generate (nonsense) Nessie content (#2615)
  • Add pagination to TreeApi.getAllReferences() (#2603)
  • Break up contents CLI command into sub-commands and some other fixes (#2593)
  • UI: Remove dependency to tslint (in favor of ESLint) (#2602) (#2610)
  • UI: Remove dependency to tslint (in favor of ESLint) (#2602)
  • Rename ContentsKey to ContentKey and Contents to Content (#2585)
  • UI: Prevent warning for unspecified React version (#2600)
  • UI: remove @types/http-proxy-middleware (#2599)
  • Introduce pylint to pynessie in order to enforce more strict checking (#2578)
  • Revert "Remove ContentsApi, move getMultipleContents() to TreeApi + adopt nessie CLI (#2570)" (#2579)
  • Remove ContentsApi, move getMultipleContents() to TreeApi + adopt nessie CLI (#2570)
  • Bump Quarkus version from 2.4.0.Final to 2.4.1.Final (#2471)
  • Add unit test for init checks (#2577)