Nessie 0.20.0
github-actions
released this
16 Feb 19:36
·
6266 commits
to main
since this release
Highlights
- 97 commits since 0.19.0
- Enable metrics for MongoDB by default
- Make try-loop-state configurable and add metrics
- Reorganize routes in UI
- Improve error reporting in Nessie Java client
- Various test improvements
- 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.20.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.20.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.20.0/nessie-quarkus-0.20.0-runner.jar
java -jar nessie-quarkus-0.20.0-runner.jar
The attached nessie-helm-0.20.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.20.0 release (#3375)
- Enable Mongo metrics+tracing by default in Quarkus (#3371)
- Make try-loop-state configurable and add metrics (#3370)
- Reorganise routes (#3313)
- Revert "Revert #3358" (#3361)
- Bump delta-core_2.12 from 1.0.0-nessie to 1.1.0-nessie (#3360)
- More useful exception message, when database-adapter was not found (#3362)
- Refactor AbstractTestRest to support parallel hierarchy (#3359)
- Revert #3358
- NINJA: Fix release-publish.yml
- NINJA: Fix release-publish.yml
- publish swaggerhub w/ release (#3358)
- Tighten python requirements (#3347)
- use maven wrapper for jackson ITs (#3343)
- Properly close RocksDB in Quarkus (#3322)
- Use provided scope for maven-plugin-api (#3342)
- parallel maven builds in workflows (#3316)
- use official maven wrapper (#3320)
- remove doc references to Reviewable (#3318)
- workflows also cache maven wrapper (#3321)
- make codecov ignore tiny coverage changes (#3317)
- remove old python version references (#3315)
- update to maven 3.8.4 in wrapper (#3314)
- fix glob-parent CVE (#3312)
- Add Herman (#3311)
- Use docker hostname for dynamodb integ test (#3306)
- Introduce
ContentVariant
to the database-adapter (#3305) - Simplify
StoreWorker
a little (#3304) - Follow-up for "Use the right
StoreWorker
in tests" (#3303) - Use the right
StoreWorker
in tests (#3292) - Replace StringStoreWorker with something more expressive (#3276)
- Bump Gradle from 7.3.3 to 7.4 (#3287)
- Refactor error reporting in Nessie API (#3226)