Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.49.0"
".": "0.50.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gcore/_version.py
Original file line number Diff line number Diff line change
@@ -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
Loading