Releases: projectnessie/nessie
Nessie 0.105.4
- 67 commits since 0.105.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.4
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.105.4-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.4-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.4/nessie-quarkus-0.105.4-runner.jar
java -jar nessie-quarkus-0.105.4-runner.jar
Nessie CLI is attached as nessie-cli-0.105.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.4
.
Nessie GC tool is attached as nessie-gc-0.105.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.4 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.4-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.4 --help
.
The attached nessie-helm-0.105.4.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.
Changelog
Fixes
- Iceberg REST: adapt the deprecation of
lastColumnId
inAddSchema
table metadata update, fiel field is optional now
Full Changelog (minus renovate commits):
- Add KMS to GC tool (#11433)
Nessie 0.105.3
- 26 commits since 0.105.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.105.3-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.3-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar
java -jar nessie-quarkus-0.105.3-runner.jar
Nessie CLI is attached as nessie-cli-0.105.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3
.
Nessie GC tool is attached as nessie-gc-0.105.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.3-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help
.
The attached nessie-helm-0.105.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.
Changelog
Fixes
- Iceberg REST: adapt the deprecation of
lastColumnId
inAddSchema
table metadata update, fiel field is optional now
Full Changelog (minus renovate commits):
Nessie 0.105.2
- 17 commits since 0.105.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.105.2-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.2-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar
java -jar nessie-quarkus-0.105.2-runner.jar
Nessie CLI is attached as nessie-cli-0.105.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.2
.
Nessie GC tool is attached as nessie-gc-0.105.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.2 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.2-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.2 --help
.
The attached nessie-helm-0.105.2.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.
Changelog
Highlights
- Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).
Full Changelog (minus renovate commits):
Nessie 0.105.1
- 68 commits since 0.105.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.1
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.105.1-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.1-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.1/nessie-quarkus-0.105.1-runner.jar
java -jar nessie-quarkus-0.105.1-runner.jar
Nessie CLI is attached as nessie-cli-0.105.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.1
.
Nessie GC tool is attached as nessie-gc-0.105.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.1 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.1-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.1 --help
.
The attached nessie-helm-0.105.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.
Changelog
Highlights
- Bump Iceberg from version 1.9.2 to 1.10.0
Full Changelog (minus renovate commits):
- Ninja: changelog
- Iceberg 1.10: Adopt Nessie CLI for Iceberg 1.10 S3 remote signing reconfiguration (#11305)
- Site-build: do not exclude 1.10 (#11302)
- Iceberg 1.10: S3 remote signing can no longer be "reconfigured" (#11303)
- Add AWSSDK kms dependency, required w/ Iceberg 1.10 (#11300)
- Iceberg 1.10: Adopt to oauth changes (#11304)
- Adopt Iceberg 1.10 GenericManifestFile restrictions (#11299)
- build: Nessie 0.10x is less than 0.50.* (#11301)
- Nit: fix deprecation warning in NessieServerAdminTestExtension (#11293)
- Nit: tackle deprecation warnings (#11294)
- Build/Shadow: handle duplicate files (no warnings) (#11292)
- Build/local-testing: Allow using custom Quarkus versions and not enforce Quarkus platform versions (#11276)
- Migrate from VLSI Jandex plugin to Kordamp Jandex plugin (#11268)
- Ninja: bump site-build timeout
Nessie 0.105.0
- 21 commits since 0.104.10
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.105.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.0-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.0/nessie-quarkus-0.105.0-runner.jar
java -jar nessie-quarkus-0.105.0-runner.jar
Nessie CLI is attached as nessie-cli-0.105.0.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.0
.
Nessie GC tool is attached as nessie-gc-0.105.0.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.0 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.0-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.0 --help
.
The attached nessie-helm-0.105.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.
Changelog
Fixes
- A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue
where theextra-params
configuration option was not being properly included in the authorization
URI. Consequently, users, particularly Auth0 users passing theaudience
parameter, were receiving
opaque tokens instead of JWTs.
Full Changelog (minus renovate commits):
- OAuth2 (Authorization Code): Include extra parameters in authorization URI (#11239)
Nessie 0.104.10
- 10 commits since 0.104.9
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.10-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.10-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-quarkus-0.104.10-runner.jar
java -jar nessie-quarkus-0.104.10-runner.jar
Nessie CLI is attached as nessie-cli-0.104.10.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.10
.
Nessie GC tool is attached as nessie-gc-0.104.10.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.10 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.10-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.10 --help
.
The attached nessie-helm-0.104.10.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.
Changelog
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECT
statement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0
(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
- fix: typo in server-iam.assume-role (#11219)
Nessie 0.104.9
- 1 commits since 0.104.7
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.9-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.9-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.9/nessie-quarkus-0.104.9-runner.jar
java -jar nessie-quarkus-0.104.9-runner.jar
Nessie CLI is attached as nessie-cli-0.104.9.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.9
.
Nessie GC tool is attached as nessie-gc-0.104.9.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.9 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.9-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.9 --help
.
The attached nessie-helm-0.104.9.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.
Changelog
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECT
statement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0
(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
- Fix STDOUT redirect in create-gh-release-notes.sh (#11209)
Nessie 0.104.4
- 123 commits since 0.104.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.4
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.4-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.4-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.4/nessie-quarkus-0.104.4-runner.jar
java -jar nessie-quarkus-0.104.4-runner.jar
Nessie CLI is attached as nessie-cli-0.104.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.4
.
Nessie GC tool is attached as nessie-gc-0.104.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.4 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.4-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.4 --help
.
The attached nessie-helm-0.104.4.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.
Changelog
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECT
statement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0
(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
Nessie 0.104.3
- 93 commits since 0.104.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.3-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.3-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar
Nessie CLI is attached as nessie-cli-0.104.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.3
.
Nessie GC tool is attached as nessie-gc-0.104.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.3 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.3-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.3 --help
.
The attached nessie-helm-0.104.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.
Changelog
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECT
statement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0
(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
Nessie 0.104.2
- 133 commits since 0.104.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.2-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.2-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-quarkus-0.104.2-runner.jar
java -jar nessie-quarkus-0.104.2-runner.jar
Nessie CLI is attached as nessie-cli-0.104.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.2
.
Nessie GC tool is attached as nessie-gc-0.104.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.2 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.2-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.2 --help
.
The attached nessie-helm-0.104.2.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.
Changelog
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECT
statement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0
(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
- JDBC: Let JDBC fetch-size default to 100 (#10933)
- Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
- Fix error messages in
AssertRefSnapshotId
(#10860) - feat(build): make archive builds reproducible (#10858)
- Java11-client: don't share the FJP, shutdown (if possible) (#10835)
- Add
public
workaround to some tests (#10836) - Handle Iceberg NestedField.of() deprecation (#10829)
- Object-storage-mock: add start/stop log messages (#10832)
- Move secrets-manager
QuarkusTest
s tosrc/test/
(#10839) - Testing: give Quarkus 4g (#10837)
- Update
AddressResolver
, prepare for Vertx 5 (#10838) - QUarkus:
RestAssured
may sometimes have the wrong port (#10840) - Multi-env-test-engine cosmetics (#10828)
- Disable
ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()
(#10830)