Highlights
- 178 commits since 0.17.0
- Add reflog support
- Uses commit-timestamp "now" for merged/transplanted commits
- Add new reflog command to the CLI
- Add support for Python 3.10
- Drop support for Python 3.6
- 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.18.0-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.18.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.18.0/nessie-quarkus-0.18.0-runner.jar
java -jar nessie-quarkus-0.18.0-runner.jar
The attached nessie-helm-0.18.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.18.0 release (#3070)
- [CLI] Reflog support for pynessie #3059
- Refactor test case validation for reflog (#3042)
- Include necessary JVM options to build Nessie with Java 17 (#3041)
- Reflog support in Nessie (#2950)
- Disable errorprone for generated sources (#3027)
- Revert "Bump dependency-check-maven from 6.5.1 to 6.5.2 (#2986)" (#3026)
- Simplify and fix GH workflow cache usage for pip + maven (#2989)
- Drop support for Python 3.6 (#2992)
- Add support for Python 3.10 (#2990)
- Add
/contentto single-page-app-routing in Quarkus (#2965) - Fix Python CI (#2979)
- Contributing.md - line breaks for readability (#2915)
- Let dependabot catch indirect dependencies (#2907)
- Fix formatting in Explore.test.tsx (#2906)
- Update merged+transplanted commits with "now" as commit-timestamp (#2882)
- Replace package.json with pkg.json (#2902)
- Flapdoodle: Make log-parsing for TCP port more resilient (#2867)
- Revert "Bump de.flapdoodle.embed.mongo from 3.1.4 to 3.2.2 (#2840)" (#2862)