Releases: projectnessie/nessie
Nessie 0.58.0
Nessie 0.58.0 release
- 42 commits since 0.57.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.58.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.58.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.58.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.58.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.58.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.58.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.58.0/nessie-quarkus-0.58.0-runner.jar
java -jar nessie-quarkus-0.58.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.58.0
, which is an executable.
(chmod 744 nessie-gc-0.58.0
after download.)
Can also be run using java -jar nessie-gc-0.58.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.58.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 renovate commits):
- Renovate: let more dependency trigger Quarkus/native CI (#6596)
- OAuth2 authentication provider for Nessie client (#6527)
- Design document for Nessie events notification system (#6482)
- JAX-RS: Properly "pass through"
WebApplicationException
(#6584) - CI: Make Quarkus/native job not a matrix job (#6589)
- Quarkus: Fix HTTP compression parameters (#6581)
- Remove direct use of hamcrest (#6583)
- CI: Replace auto-labeler with changed-files checks (#6577)
- CI: Use Java 20 in "newer-java" (#6582)
- Update Helm template for new storage implementation. (#6580)
- Gradle: eliminate some more
doFirst
/doLast
script references (#6516) - CI: Remove
CI Success
job (#6572) - Align Quarkus dependencies (#6565)
- Python:
codecov
not found (#6568) - CI: Skip Helm CI, if version is not available (fix) (#6559)
- Revert "Update smartbear/swaggerhub-cli action to v0.7.1 (#6519)" (#6556)
- Release-WF: Disable the Gradle cache (#6555)
Nessie 0.57.0
Nessie 0.57.0 release
- 45 commits since 0.56.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.57.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.57.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.57.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.57.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.57.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.57.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.57.0/nessie-quarkus-0.57.0-runner.jar
java -jar nessie-quarkus-0.57.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.57.0
, which is an executable.
(chmod 744 nessie-gc-0.57.0
after download.)
Can also be run using java -jar nessie-gc-0.57.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.57.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 renovate commits):
- CI: adjust Gradle cache storage parameters for non-
ci.yml
workflows (#6521) - Build: use Smallrye-OpenAPI-Plugin from Gradle plugins (#6525)
- Perftest: Fix commit-to-branch simulation (#6552)
- Support
@NessieServerProperty
annotations in nested tests (#6548) - Remove unused type parameter in Backends.createPersist (#6554)
- CI: Skip Helm CI, if version is not available (#6546)
- Fix wrong jackson-core coordinates (#6553)
- CI: Un-bump latest Java from 20 to 19 (#359) (#6551)
- CI-Workflow updates (#6481)
- CI: finally the correct artifacts (#6520)
- README: Fix deep-links into CI jobs (#6522)
- Bump nodejs to 18.15.0 LTS + npm to 9.5.0 LTS (#6542)
- Merge: Verify that there is at least one source commit (#6514)
- Gradle: minor non-changes for configuration-cache (#6513)
- CI: Cache everything that's needed (#6515)
- Fix
nessie-gc
publication (#6511) - Fix specVersion to comply with semver syntax (#6506)
Nessie 0.56.0
Nessie 0.56.0 release
- 11 commits since 0.55.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.56.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.56.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.56.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.56.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.56.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.56.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.56.0/nessie-quarkus-0.56.0-runner.jar
java -jar nessie-quarkus-0.56.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.56.0
, which is an executable. Can also be run using java -jar nessie-gc-0.56.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.56.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 renovate commits):
- CI: Save 15m in CI NesQuEIT (#6505)
- Populate reference conflict details (#6503)
- Enhance
NessieError
with error details (#6492) - Revert slf4j2 bump (#6504)
- Revert "Update smartbear/swaggerhub-cli action to v0.7.0 (#6478)" (#6500)
- Test code cleanup / no functional change (#6502)
- Add
@JsonView
to HttpConfigApi v2 (#6498) - Fix CI badge on README.md (#6499)
Nessie 0.55.0
Nessie 0.55.0 release
- 40 commits since 0.54.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.55.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.55.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.55.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.55.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.55.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.55.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.55.0/nessie-quarkus-0.55.0-runner.jar
java -jar nessie-quarkus-0.55.0-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.55.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 renovate commits):
- Add min-version + spec-version-bag to
NessieConfiguration
(#6480) - IntelliJ: Exclude build directories in build-tools-integration-tests (#6489)
- Support running compatibility tests with the new data model. (#6484)
- Test code: Refactor
Json
toJsonNode
in tests (#6487) - Bump jaxb-impl from hadoop-common (#6485)
- Let errorprone not check code generated by APTs (#6486)
- Bring back logback logging (#6469)
- Remove concurrent test case execution per class (#6479)
- WF: No more need to schedule contaner-registry sync (#6454)
- Refactor CI workflow - bring back reasonable CI runtime (#6461)
- Do not let Weld register a shutdown hook (#6470)
- Skip empty commits during merge/transplant (#6468)
- Simplify BaseCommitHelper.mergeSquashFastForward() (#6467)
- Nit: remove unused version decl (#6466)
- Fix validation error messages in CommitImpl (#6450)
- Add a convenience
compileAll
Gradle task (#6456) - Fix nessie-perftest-simulations standalone (#6453)
- IntelliJ: Let IntelliJ test-runner default to CHOOSE_PER_TEST again (#6452)
- python: move safety check to separate tox env (#6451)
Nessie 0.54.0
Nessie 0.54.0 release
- 45 commits since 0.53.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.54.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.54.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.54.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.54.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.54.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.54.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.54.0/nessie-quarkus-0.54.0-runner.jar
java -jar nessie-quarkus-0.54.0-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.54.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 renovate commits):
- Scylla: 8->4G (#6446)
- Remove the need to pass
Put.expectedContent()
(#6438) - Tests: Faster ScyllaDB container startup (#6444)
- IntelliJ: Always use Gradle to run tests (#6445)
- Testing: Faster C* container startup (#6443)
- Re-add Cassandra version store type to Nessie-Quarkus (#6440)
- Allow CI on Nessie forks (#6442)
- Cleanup/build: Remove no longer used Gradle configuration (#6437)
- Add missing "project only" code-coverage-report tasks (#6436)
- Fix OOM when running tests
:nessie-cli
(#6435) - Some minor Gradle build optimizations (#6428)
- Testing: add
-XX:+HeapDumpOnOutOfMemoryError
(#6433) - Nit: fix IntelliJ import warning for nessie-perftest-simulations (#6431)
- Disable testcontainers startup checks (#6423)
- Remove old content-attachments approach (#6422)
- Expand iceberg-views version-ID to 64 bit (#6421)
- Update Nessie client version as per Iceberg 1.2.0 release (#6412)
- Site: Update Iceberg, Flink, Presto versions (#6419)
- Gradle CI tweaks (#6416)
- Bump maven to 3.9.1 + maven-resolver to 1.9.7 (#6413)
- Nit: suppress "unclosed resource" warning in some tests (#6408)
- UI-Build: Use openapi-generator jar directly (#6411)
- Nit: remove unnecessary
.collect()
(#6414) - Nit: Suppress a bunch of unchecked and deprecated warnings (#6410)
- Fix nullability for fields of ContentValueObj (#6409)
- Remove deprecated and unused
@NessieUri
annotation (#6407) - Tests: Update Quarkus' TestNessieError (#6399)
- Remove exception mapping for
java.security.AccessControlException
(#6405) - Nit: remove unused code from #6384 (#6406)
Nessie 0.53.1
Nessie 0.53.1 release
- 15 commits since 0.53.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.53.1
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.53.1-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.53.1-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.53.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.53.1-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.53.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.53.1/nessie-quarkus-0.53.1-runner.jar
java -jar nessie-quarkus-0.53.1-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.53.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 renovate commits):
- New storage: add "batch write" facade (#6385)
- Persist: replace
updateObj()
withupsertObj()
(#6384) - Import: print total duration (#6383)
- IntelliJ: exclude more directories from indexing (#6374)
- Import: Eager prefetching of commits during finalization (#6378)
- New storage:
Persist.updateObj()
must respect index-size limits (#6377) - Import: use updated commit as new parent (#6376)
- Nessie Import: Respect commit import batch size (new model) (#6371)
- Nessie Import: Respect commit import batch size (new model) (#6375)
- Nessie Import: Print durations, double row size printed to console (#6370)
Nessie 0.53.0
Nessie 0.53.0 release
- 30 commits since 0.52.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.53.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.53.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.53.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.53.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.53.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.53.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.53.0/nessie-quarkus-0.53.0-runner.jar
java -jar nessie-quarkus-0.53.0-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.53.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 renovate commits):
- Import: paint dots also during the finalize phase (#6366)
- Use relocated protobuf runtime (#6355)
- Build/publishing: Proper Gradle module metadata for shadow-jars (#6361)
- Intellij: exclude
/.mvn
+/ui/node_modules
(#6364) - Support annotation-based configuration in "old server" tests (#6356)
- Mongo/storage: use
replaceOne
instead offindAndReplaceOne
(#6363) - Compatibility-test: allow adapter-configuration via system properties (#6353)
- Compatibility-tests: require Nessie >= 0.42.0, cleanup code (#6352)
- CI: Bump newer-java-version WF from 19 to 20 (#6348)
- Properly return
ParamConverterProvider
errors as HTTP/400 (#6346) - Remove InstantParamConverterProvider (#6341)
- Update release notes template, remove "Docker Hub" (#6339)
- Build: Fix Jackson-annotations configuration for build-plugins int-test (#6337)
- Nit: Remove unnecessary null-check (#6344)
Nessie 0.52.3
Nessie 0.52.3 release
- 92 commits since 0.51.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.52.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.52.3-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.52.3-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.52.3/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.52.3-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.52.3-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.52.3/nessie-quarkus-0.52.3-runner.jar
java -jar nessie-quarkus-0.52.3-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.52.3.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 renovate commits):
- Ninja: fix release WF
- Ninja: fix release WF
- Fix release WF (#6334)
- New storage: fix writetamp collision in C* integration tests (#6332)
- Use positive repo erase confirmation codes. (#6317)
- Forbid special ASCII chars in content keys (#6313)
- GH WF: Remove
concurrency
from PR jobs (#6314) - Replace Docker Hub with ghcr.io (#6305)
- Fix param examples for getSeveralContents() (#6302)
- Fix labeler config (#6303)
- Workaround UI issues in ghcr.io + quay.io (#6299)
- Fix docker-sync WF typo (#6296)
- GH WF to sync container repositories (#6295)
- Content-tool: Add command to create missing namespaces (#6280)
- Ensure parent namespace(s) for commited content objects exist (#6246)
- Core reorg: use
api/
andintegrations/
directories (#6288) - Add ACKNOWLEDGEMENTS.md (#6289)
- Allow some integration tests to be executed on macOS (#6266)
- Build/CI: Allow renovate to update the Maven wrapper (#6286)
- Update the Docker image section of main README.md (#6267)
- Ignore jEnv .java-version file (#6268)
- Use JvmTestSuite + JacocoReport (#6231)
- Content-generator tool changes for 'Ensure parent namespace(s) for commited content objects exist' PR (#6265)
- Test changes for 'Ensure parent namespace(s) for commited content objects exist' PR (#6263)
- CLI tool cheanges for 'Ensure parent namespace(s) for commited content objects exist' PR (#6264)
- compatiblity-tests: Extracted test changes for namespace-validation (#6261)
- Fix maven group id in docs (#6259)
- Add helper functions to
Namespace
andContentKey()
(#6256) - Let ITs against Nessie/Quarkus send back stack traces (#6257)
- Replace
Key
withContentKey
(#6242) - New DynamoDB storage - do not pull in the Apache HTTP client (#6243)
- Add missing Gradle build scan for last check (#6254)
- Fix
AbstractDatabaseAdapter.removeKeyCollisionsForNamespaces
(#6253) - Fix wrong parameter validation override (#6241)
- Nit: remove mentions of dependabot (#6239)
- New Nessie storage model (#5641)
Nessie 0.51.1
Nessie 0.51.1 release
- 59 commits since 0.50.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.51.1
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull projectnessie/nessie:0.51.1-java
- Image with native amd64 binary:
docker pull projectnessie/nessie:0.51.1-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.51.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.51.1-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.51.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.51.1/nessie-quarkus-0.51.1-runner.jar
java -jar nessie-quarkus-0.51.1-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.51.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/renovate commits):
- DOCS PR for Maven group-ID refactoring (#6207)
- Properly sign pom-relocations (#6236)
- Allow tests to customize Nessie REST API URI resolution. (#6234)
- build/nit: Remove superfluous settings (#6232)
- Add SwaggerHub badge to README (#6233)
- Make V2 ref path-param parsing independent of
Reference
(#6224) - Add tests to validate that API v1 responses do not have v2 attributes. (#6222)
- Fix codecov-n-builds (#6230)
- V2 REST declares wrong response types in OpenAPI spec (#6211)
- Fix native images after recent rocksdb version bump (#6216)
- Symlink gradle-wrapper.jar, unignore gradle-wrapper.jar (#6219)
- upgrade GH WFs to ubuntu-22.04 (#6206)
- Maven group-ID refactoring (#6197)
- Fix:
Content.Type
is a string (#6202) - Git ignore
__pycache__
(#6201) - Compatibility tests code cleanup (#6198)
- Site: Update community page with updated chat information (#6192)
- Move Nessie speecific build code into this build (#6196)
- Nit: javadoc (#6193)
- Gradle 8 adoption for NesQuEIT (#6166)
- mac-CI: Workaround for brew-upgrade issue (#6184)
Nessie 0.50.0
Nessie 0.50.0 release
- 46 commits since 0.49.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.50.0
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull projectnessie/nessie:0.50.0-java
- Image with native amd64 binary:
docker pull projectnessie/nessie:0.50.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.50.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.50.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.50.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.50.0/nessie-quarkus-0.50.0-runner.jar
java -jar nessie-quarkus-0.50.0-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.50.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/renovate commits):
- Strip jakarta.* annotations for Java 8 (#6172)
- Fix Nessie GH URL in docs (#6167)
- Refactor advanced configuration (#6159)
- Site: Update community links CI and README.md CI (#6165)
- Redesign telemetry support in Helm chart (#6153)
- Disable versioned-transfer ITs in macOS CI (#6164)
- Remove rocksdb.dbPath from Helm chart values (#6149)
- Fix console log level setting in Helm charts (#6158)
- Minor fixes to the build-push-images.sh script (#6155)
- mac-os/win CI - add retry for steps that regularly timeout/hang (#6152)
- Add missing jakarta.* annotations (#6150)
- Disable intTest using containers/podman for macOS CI (#6148)
- Improve nessie-ui build a little bit (#6147)
- Bump npm from 7.24.2 to 9.4.2 and nodejs from 16.14.2 to 18.4.1 (#6145)
- Rename jobs for mac+win GH workflows (#6143)
- Allow all GH WFs to become "required checks" (#6131)
- Label
model
changes withpr-integrations
(#6132) - GH workflow to smoke test Docker images (#6127)
- Fix typo in release notes (#6129)
- PR Auto labeler (#6128)
- Fix renovate configuration (#6124)