Highlights
- 97 commits since 0.10.1
- Various doc + site improvements
- Fix Nessie's representation of global and on-reference state (Iceberg tables)
- Fix CLI log -n option
- Spark SQL extension 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.11.0-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.11.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.11.0/nessie-quarkus-0.11.0-runner.jar
java -jar nessie-quarkus-0.11.0-runner.jar
The attached nessie-helm-0.11.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 0.11.0 (#2435)
- Bump to Quarkus 2.3.1.Final and replace ConfigProperties with ConfigMappings (#2306)
- Split into generic and REST specific API interfaces and implementations (#2413)
- show commit history #2023 (#2376)
- Exclude tcnative and fix a regression in perf tests (#2434)
- Doc updates - use consistent username on Keycloak (#2420)
- Fix global and on-reference state (#2313)
- Support expected contents in Nessie Put operations in CLI (#2384)
- Use composite ID in MongoDB (#2394)
- Validate nessie catalog prior to executing nessie spark commands (#2377)
- docker-compose for store type and authn variants (#2414)
- Fix boolean attribute missing in openapi (#2412)
- Replace
@JsonFormatwith@Pattern(#2410) - Rename config prefix
nessie.adapter.tonessie.version.store.advanced.*(#2409) - Make
AbstractTestRestpublic/protected so it can be easily overridden, no functional change (#2408) - Nit: cleanup ContentsId (#2382)
- Remove premature
prehash=truein most cases (#2378) - Use initialize instead of reinitialize for MongoVersionStoreFactory (#2370)
- Fix CLI log -n option (#2363)
- Update Spark via Iceberg docs (#2379)
- Simplify Namespace + introduce TableReference (#2364)
- Give rocks-db-config a default value so it can be omitted (#2369)
- Add database-adapter test-jar artifacts to bom for proper version management (#2366)
- Add configuration docs (#2345)
- Update Nessie tag line in README.md (#2365)
- Use default reference as base in CLI branch/tag commands (#2310)
- Spark SQL: Use proper identifier when handling reference names (#2361)
- Move withUri(String) convenience method to NessieClientBuilder (#2343)