Highlights
- 26 commits since 0.16.0
- Rename 'query_expression' query param to 'filter'
- Rename 'max' query param to 'maxRecords'
- Rename 'fetchAdditionalInfo' query param to 'fetch' for better extensibility
- 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.17.0-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.17.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.17.0/nessie-quarkus-0.17.0-runner.jar
java -jar nessie-quarkus-0.17.0-runner.jar
The attached nessie-helm-0.17.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.17.0 (#2859)
- Rename 'fetchAdditionalInfo' query param to 'fetch' for better extensibility (#2848)
- Use 'get' prefix for DiffResponse/DiffEntry properties (#2858)
- Rename 'max' query param to 'maxRecords' (#2849)
- Rename 'query_expression' query param to 'filter' (#2833)
- Add tests with missing Accept headers (#2834)
- Updating Flink Feature Matrix (#2825)