Nessie 0.16.0
github-actions
released this
03 Dec 13:17
·
6749 commits
to main
since this release
Highlights
- 25 commits since 0.15.1
- Mark optional fields as @nullable / add validation for required fields in param classes
- Add CEL-filter to get-all-references
- Fix NPE for unchanged operation for fetching commit log with additional metadata
- Allow CEL-filtering on optional operations in get-commit-log
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- PyPI: https://pypi.org/project/pynessie/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.16.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.16.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.16.0/nessie-quarkus-0.16.0-runner.jar
java -jar nessie-quarkus-0.16.0-runner.jar
The attached nessie-helm-0.16.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):
- Python: Add CLI command to show a diff between two references (#2831)
- Prepare Nessie 0.16.0 (#2832)
- Register CEL value wrappers for reflection inside Quarkus (#2824)
- Clarify CEL filter javadoc and examples (#2823)
- Allow CEL-filtering on optional operations in get-commit-log (#2810)
- Python: Add -x flag to fetch additional metadata for branches/tags (#2822)
- Fix NPE for unchanged operation for fetching commit log with additional info (#2808)
- Add CEL-filter to get-all-references (#2809)
- Do not let check-results-upload fail unnecessarily (#2806)
- Mark optional fields as @nullable / add validation for required fields in param classes (#2807)