Nessie 0.25.0
github-actions
released this
06 Apr 11:56
·
5833 commits
to main
since this release
Highlights
- 57 commits since 0.24.0
- Nessie Quarkus Server can use Postgres as its backend database
- Explicitly define behavior of multiple commit-operations in a commit
- Load correct view metadata for a given ref
- 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.25.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.25.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.25.0/nessie-quarkus-0.25.0-runner.jar
java -jar nessie-quarkus-0.25.0-runner.jar
The attached nessie-helm-0.25.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.25.0 (#3849)
- Little bit faster quarkus-server test (#3854)
- Use parameter classes MergeParams + TransplantParams (#3833)
- Test: Prevent empty map in test (#3852)
- TX db-adapter: empty result stream for empty query (#3851)
- Load correct view metadata for a given ref (#3848)
- Faster database-adapter tests (#3844)
- Improve test runtime for REST tests a little (#3845)
- Nit: Replace assume with if (#3846)
- Refactor gc-base module to be reusable for gc-iceberg module (#3814)
- Explicitly define behavior of multiple operations for the same key in a commit (#2311)
- Move TestModelObjectsSerialization to correct Maven project (#3831)
- Refactor testGetContent to validate dotted names (#3811)
- Store GC identify action's results into a table (#3421)
- Add support for Postgres to Nessie Quarkus Server (#3797)
- Transactional database adapter: fix some statement leaks (#3796)