diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd7ced1c..26b1ce24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.0" + ".": "0.50.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1424ea..eb7c8b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.50.0](https://github.com/G-Core/gcore-python/compare/v0.49.0...v0.50.0) (2026-07-01) + + +### ⚠ BREAKING CHANGES + +* **cdn:** update cdn OpenAPI spec +* **waap:** JA4 support, multi-value analytics filters, exclusion filters + +### Features + +* **cdn:** support logs uploader configs in Terraform ([6b4295f](https://github.com/G-Core/gcore-python/commit/6b4295f68915b57a86f9edf4c12b2c783aebf8e8)) +* **cdn:** support logs uploader policies in Terraform ([6139264](https://github.com/G-Core/gcore-python/commit/61392649ff3592d9f6a735e0a295a858fe6252f0)) +* **cdn:** update cdn OpenAPI spec ([52dee8f](https://github.com/G-Core/gcore-python/commit/52dee8fec4785e8aaadbde7105aefb5601fac1c9)) +* **dns:** DNSSEC status fields + PTR/SVCB/HTTPS/CAA/DS rrset types ([dc7339a](https://github.com/G-Core/gcore-python/commit/dc7339ac6c8c403e7050daeb5831d2a764bc0282)) +* **streaming:** add srt_passphrase for encrypted SRT PUSH ingest ([5eb9740](https://github.com/G-Core/gcore-python/commit/5eb9740beeeb63ce9256f98a4cb1761601169849)) +* **waap:** JA4 support, multi-value analytics filters, exclusion filters ([afbde20](https://github.com/G-Core/gcore-python/commit/afbde20035990443848bc7e84f922111312963d8)) + + +### Chores + +* bootstrap product specs and reformat openapi.yml ([3c5ca4e](https://github.com/G-Core/gcore-python/commit/3c5ca4e3939fbe94a68944543f4df89329f9e453)) + ## [0.49.0](https://github.com/G-Core/gcore-python/compare/v0.48.0...v0.49.0) (2026-06-22) diff --git a/pyproject.toml b/pyproject.toml index 58adf217..c35c5358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gcore" -version = "0.49.0" +version = "0.50.0" description = "The official Python library for the gcore API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/gcore/_version.py b/src/gcore/_version.py index ced62266..1cc55b1a 100644 --- a/src/gcore/_version.py +++ b/src/gcore/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "gcore" -__version__ = "0.49.0" # x-release-please-version +__version__ = "0.50.0" # x-release-please-version