diff --git a/README.md b/README.md index ddd183b1fa3..7404235ac7a 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,13 @@ Nessie Iceberg's integration is compatible with Iceberg as in the following tabl | Nessie version | Iceberg version | Spark version | Hive version | Flink version | Presto version | |----------------|-----------------|----------------------------------------------------------------------|--------------|----------------|----------------| -| 0.45.0 | 1.0.0 | 3.1.x (Scala 2.12), 3.2.x (Scala 2.12+2.13), 3.3.x (Scala 2.12+2.13) | n/a | 1.14.x, 1.15.x | 0.276.x 0.277 | +| 0.46.0 | 1.0.0 | 3.1.x (Scala 2.12), 3.2.x (Scala 2.12+2.13), 3.3.x (Scala 2.12+2.13) | n/a | 1.14.x, 1.15.x | 0.276.x 0.277 | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.45.0 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.46.0 | [Custom](#delta-lake-artifacts) | 3.2.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index 2e826a688af..0f8410db66d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.45.0 | :white_check_mark: | -| < 0.45.0 | :x: | +| 0.46.0 | :white_check_mark: | +| < 0.46.0 | :x: | All Nessie 0.x.x versions are considered beta or even alpha releases and not supported after release of Nessie 1.0.0. diff --git a/helm/nessie/Chart.yaml b/helm/nessie/Chart.yaml index 9afdefe368c..3be94897c3c 100644 --- a/helm/nessie/Chart.yaml +++ b/helm/nessie/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nessie description: A Helm chart for Nessie type: application -version: 0.45.0 +version: 0.46.0 home: https://projectnessie.org/ icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg sources: diff --git a/python/HISTORY.rst b/python/HISTORY.rst index 7de11668267..0e17fee5f9d 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.46.0 (2022-12-20) +------------------- + +* See release notes and changelog on GitHub: https://github.com/projectnessie/nessie/releases/tag/nessie-0.46.0 +* python: upgrade safety to 2.3.4 (#5658) + 0.45.0 (2022-11-29) ------------------- diff --git a/python/pynessie/__init__.py b/python/pynessie/__init__.py index 85207d89c3c..f0059ccc7a1 100644 --- a/python/pynessie/__init__.py +++ b/python/pynessie/__init__.py @@ -23,7 +23,7 @@ __author__ = """Project Nessie""" __email__ = "nessie-release-builder@dremio.com" -__version__ = "0.45.1" +__version__ = "0.46.0" def get_config(config_dir: Optional[str] = None, args: Optional[dict] = None) -> confuse.Configuration: diff --git a/python/setup.cfg b/python/setup.cfg index 233b08a36e6..05bc72f9732 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.45.1 +current_version = 0.46.0 commit = False tag = False diff --git a/python/setup.py b/python/setup.py index e5f403a0236..eea16f76f38 100644 --- a/python/setup.py +++ b/python/setup.py @@ -68,6 +68,6 @@ name="pynessie", packages=find_packages(include=["pynessie", "pynessie.*"]), url="https://github.com/projectnessie/nessie", - version="0.45.1", + version="0.46.0", zip_safe=False, ) diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 2abcb1aa431..a8de15923b9 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,70 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.46.0 Release (December 20, 2022) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.46.0). + +* Make generated OpenAPI type names more readable (#5732) +* Add serialized form tests for `CommitMeta` v2 (#5731) +* Add v2 attributes to `CommitMeta` (#5706) +* CI: No duplicate checkstyle task runs (#5703) +* Allow publishing Gradle build scans from CI (#5701) +* Remove legacy Spark extensions (#5704) +* Fix flaky TestKeyGenerator (#5702) +* Support merge/transplant message overrides (#5686) +* Add common ancestor commit in merge tests (#5696) +* Add global test timeout for versioned/persist/ (#5690) +* Add DeleteContent command (#4773) +* Expose updated reference data in java client APIs (#5670) +* Fix OpenAPI docs for the required "expected hash" parameters (#5665) +* Expose MergeBehavior to java clients (#5682) +* Expose `CommitResponse` in java client API (#5673) +* Migrate `FetchOption` to the `model` package (#5667) +* Add README.md to model (#5668) +* Use API v2 in GC CLI (#5660) +* Add pagination params to the Diff API v2 (#5452) +* Replace deprecated native build parameters (#5662) +* Move Graal/native registration to nessie-quarkus-common (#5661) +* Increase gradle memory in integration tests (#5654) +* Remove unused Jaeger properties (#5647) +* Validate ID for explicitly created Namespaces (#5644) +* Gradle: no longer run test classes concurrently (#5653) +* Nit: remove TODO (#5652) +* Fix GetReferenceParams description for API v2 (#5639) +* Import: move repo-setup part to nessie-versioned-transfer (#5640) +* Export using reference/commit-log scanning (#5635) +* Switch nessie-client to use OpenTelemetry (#5607) +* Version-store tests: use proper Put operations (#5614) +* DatabaseAdapter/identify-heads-and-forks: Allow commit-log scanning (#5638) +* Version-store tests: Adjust test to currently undetected transplant conflict (#5613) +* DatabaseAdapterExtension: Allow adapter-configurations on fields (#5637) +* Export: store exporting Nessie version and show during import (#5636) +* Adopt REST tests to stricter validations (#5612) +* PersistVersionStore: expose missing additional-parents (#5633) +* Export/import: explicit tests for exporter/importer implementations (#5631) +* DatabaseAdapter/identifyHeadsAndForks: Don't return `NO_ANCESTOR` as fork point (#5632) +* Export/import: remove unused functionality from BatchWriter (#5630) +* Rely on new `NessieVersion` in CLI tools (#5629) +* Allow `-` as a reference name in v2 REST paths (#5618) +* Export/import: move file related code to separate package (#5628) +* Use soft-assertions in jaxrs-tests (#5610) +* Adopt versioned-tests to not set cid for "new" `Content`; minor refactoring for merge/transplant (#5611) +* Deprecate commit lists in merge-results (#5599) +* Add Nessie version into nessie-model.jar (#5609) +* Minor verstion-store commit-log test refactoring (#5604) +* Minor merge test enhancements (#5603) +* Add "diff test" with a key "in between" (#5602) +* Add a some test cases for "reference not found" scenarios (#5601) +* Factory methods for EntriesResponse.Entry + DiffResponse.Entry + MergeResult.KeyDetails (#5600) +* Add expected content to v2 REST update namespace (#5598) +* Switch to OpenTelemetry in Nessie Quarkus server (#5605) +* Minor code clean-up in client-side Namespace operations (#5594) +* Fix v2 URL path mapping for getReferenceByName (#5596) +* Add REST API v2 (#5004) +* Fix `@Parameter` annotations in `DiffParams` (#5589) +* Build UI against Nessie API v1 from 0.45.0 (#5587) + ## 0.45.0 Release (November 29, 2022) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.45.0). diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index 66e8a97b8e4..8fc272063ae 100644 --- a/site/docs/try/server-upgrade.md +++ b/site/docs/try/server-upgrade.md @@ -11,7 +11,7 @@ are not supported and must be avoided. | Rolling Upgrade Supported | _From_ Nessie version | _To_ Nessie version | |---------------------------|-----------------------|---------------------| -| :heavy_check_mark: | 0.40.0 or newer | 0.45.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.46.0 or newer | | :x: | < 0.40.0 | 0.40.0 or newer | | :heavy_check_mark: | 0.26.0 to 0.29.0 | 0.27.0 to 0.30.0 | | :x: | 0.25.0 or older | 0.26.0 or newer | diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 99a421fc8d5..46af5f1c6fa 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.45.0 - python: v0.45.0 + java: 0.46.0 + python: v0.46.0 iceberg: 1.0.0 analytics: provider: google diff --git a/ui/package-lock.json b/ui/package-lock.json index b370e1f2740..d1f1e320b24 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "nessie-ui", - "version": "0.45.1", + "version": "0.46.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nessie-ui", - "version": "0.45.1", + "version": "0.46.0", "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", diff --git a/ui/package.json b/ui/package.json index 3db0b0624db..f647b6d7095 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "nessie-ui", - "version": "0.45.1", + "version": "0.46.0", "lockfileVersion": 2, "private": true, "dependencies": { diff --git a/version.txt b/version.txt index cd38d273ab1..332af7bbe37 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.45.1-SNAPSHOT \ No newline at end of file +0.46.0 \ No newline at end of file