Nessie 0.21.1
github-actions
released this
02 Mar 08:17
·
6089 commits
to main
since this release
Highlights
- 79 commits since 0.20.1
- (no user visible changes)
- 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.21.1-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.21.1-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.21.1/nessie-quarkus-0.21.1-runner.jar
java -jar nessie-quarkus-0.21.1-runner.jar
The attached nessie-helm-0.21.1.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):
- Use unsaved in-memory commits during key list re-construction (#3486)
- Shave off two database reads reads per Nessie operation (#3463)
- Add Tomasz + Christopher (#3483)
- Add tracing to database-adapter internal operations (#3447)
- Put NessieApi creation into try-with-resources block (#3480)
- Fix invalid code block indent in site docs (#3465)
- Fix warnings for relocated quarkus extensions (#3462)
- Remove demo tests from compatibility-tests (#3461)
- Add up-to-date check for Python CLI docs (#3449)
- Framework for compatibility and upgrade checks (#3323)
- Pin lint dependencies to bandit 1.7.2 (#3458)
- Regenerate Python CLI docs (#3446)
- Remove output_string from execute_cli_command (#3445)
- Log fpp for merged ContentBloomFilters (#3429)
- Refactor the
StreamingUtil
class (#3431) - Nessie SQL extensions: Fix Use reference at hash (#3440)
- CI: Cancel duplicate workflow runs (#3430)
- Create Exception Mapper that specifically handles ConstraintViolationExceptions (#3428)
- Add DELETE_DEFAULT_BRANCH access check (#3415)
- Proper hash collision check for RocksDB (#3413)
- GC base module to identify expired contents (#3194)
- Extract variable for variation key (#3397)
- Ban imports from org.jetbrains.annotations (#3398)
- Simplify Key.toString (#3396)
- Prefer ThreadLocal.withInitial (#3395)
- Make Spark SQL Extensions work with Spark 3.1 and 3.2.1 (#3319)