Skip to content

Commit c9a2944

Browse files
release: 0.34.0
1 parent 7443a58 commit c9a2944

4 files changed

Lines changed: 55 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.33.0"
2+
".": "0.34.0"
33
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## 0.34.0 (2026-02-23)
4+
5+
Full Changelog: [v0.33.0...v0.34.0](https://github.com/G-Core/gcore-python/compare/v0.33.0...v0.34.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **iam:** rename models and update examples
10+
* **iam:** rename models and update examples
11+
* **waap:** move domains.toggle_policy to domains.policies.toggle
12+
* **waap:** split api_discovery methods into scan_results, openapi, and settings subresources
13+
* **streaming:** move streams clip methods to streams.clips
14+
* **streaming:** move playlists.list_videos to playlists.videos.list
15+
* **cdn:** move ip_ranges.list_ips to ips.list
16+
17+
### Features
18+
19+
* **api:** aggregated API specs update ([39acbb8](https://github.com/G-Core/gcore-python/commit/39acbb811cad1725b4396ef6ede094ef4c4c5e02))
20+
* **api:** aggregated API specs update ([ebf5798](https://github.com/G-Core/gcore-python/commit/ebf57985fa967cc5f8abd167ba09110a7c832950))
21+
* **api:** aggregated API specs update ([0deadd1](https://github.com/G-Core/gcore-python/commit/0deadd1591cdf99fa6c8dc62d3c239b5d7aa7587))
22+
* **api:** aggregated API specs update ([507f04d](https://github.com/G-Core/gcore-python/commit/507f04d10f8307628092b91d0333fb1682d829eb))
23+
* **api:** aggregated API specs update ([dc25cc7](https://github.com/G-Core/gcore-python/commit/dc25cc76e4dd199daa6ff8128d1e03ee8f42ffbf))
24+
* **api:** aggregated API specs update ([34d65c1](https://github.com/G-Core/gcore-python/commit/34d65c17e2438ba6ab5d60907936eb5d12181a31))
25+
* **api:** aggregated API specs update ([079e24c](https://github.com/G-Core/gcore-python/commit/079e24cd6522792e9d841a2e0f408e21e617e05e))
26+
* **api:** aggregated API specs update ([9255354](https://github.com/G-Core/gcore-python/commit/925535479aea739b6abbd1fa76ea892d342fc355))
27+
* **cdn:** enable terraform generation for cdn rules ([4724ee3](https://github.com/G-Core/gcore-python/commit/4724ee3468cadb989bdc0b99e79de4b243e870f8))
28+
* **cloud:** add create_and_poll/delete_and_poll for security group rules ([#151](https://github.com/G-Core/gcore-python/issues/151)) ([b0934b4](https://github.com/G-Core/gcore-python/commit/b0934b4bdcf62c3af24356dcf28aedb10e5c175a))
29+
* **cloud:** enable terraform for security group rules (v2) ([9cd0f53](https://github.com/G-Core/gcore-python/commit/9cd0f536ca121d44af097dda1a1f14f77f3293bf))
30+
31+
32+
### Bug Fixes
33+
34+
* **cloud:** keep v1 replace method for security group rules ([6611ee4](https://github.com/G-Core/gcore-python/commit/6611ee4adae0a5c428e147c8cc56b363d4f789b0))
35+
* **storage:** update storage type and ignore deprecation in examples ([df7fbed](https://github.com/G-Core/gcore-python/commit/df7fbed9dca33894eaf3111bf7d87b0a1aa16977))
36+
* **waap:** split api_discovery methods into scan_results, openapi, and settings subresources ([b1c884f](https://github.com/G-Core/gcore-python/commit/b1c884f463f33289b820eb5565ac9d7d74afbb2f))
37+
38+
39+
### Chores
40+
41+
* **internal:** add request options to SSE classes ([7c4bdc6](https://github.com/G-Core/gcore-python/commit/7c4bdc6cbcfa8d8fa1a366c0f6090d290499a6f6))
42+
* **streaming:** skip Clip tests ([da190a9](https://github.com/G-Core/gcore-python/commit/da190a97f8f42fc930c4381b62e6e2230e9961a1))
43+
* update mock server docs ([4e4a1f8](https://github.com/G-Core/gcore-python/commit/4e4a1f8ea185a3f84be9c68839569002b8c08e2f))
44+
45+
46+
### Refactors
47+
48+
* **cdn:** move ip_ranges.list_ips to ips.list ([d86c213](https://github.com/G-Core/gcore-python/commit/d86c21322c7ea98ba5ada8ddb6e93843ac2c7719))
49+
* **iam:** rename models and update examples ([2da7f85](https://github.com/G-Core/gcore-python/commit/2da7f85bd5944349aec34c473638a3c30f3a9f23))
50+
* **iam:** rename models and update examples ([9dce180](https://github.com/G-Core/gcore-python/commit/9dce180a6be142c2a75e12ce2978565d438694f9))
51+
* **streaming:** move playlists.list_videos to playlists.videos.list ([c156758](https://github.com/G-Core/gcore-python/commit/c156758df6af4bc9516794adf1ab984d7f17d29e))
52+
* **streaming:** move streams clip methods to streams.clips ([3618fc7](https://github.com/G-Core/gcore-python/commit/3618fc747692a6b6921ec82cba39180b6d99021a))
53+
* **waap:** move domains.toggle_policy to domains.policies.toggle ([e17429a](https://github.com/G-Core/gcore-python/commit/e17429ad3e37a2eef866b61833b1176cfac5b6d1))
54+
355
## 0.33.0 (2026-02-16)
456

557
Full Changelog: [v0.32.0...v0.33.0](https://github.com/G-Core/gcore-python/compare/v0.32.0...v0.33.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gcore"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
description = "The official Python library for the gcore API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gcore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "gcore"
4-
__version__ = "0.33.0" # x-release-please-version
4+
__version__ = "0.34.0" # x-release-please-version

0 commit comments

Comments
 (0)