Skip to content

Commit 9ae1986

Browse files
release: 5.0.0
1 parent fc1662a commit 9ae1986

File tree

4 files changed

+90
-3
lines changed

4 files changed

+90
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 5.0.0 (2025-09-25)
4+
5+
Full Changelog: [v4.3.1...v5.0.0](https://github.com/cloudflare/cloudflare-python/compare/v4.3.1...v5.0.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a0fa061](https://github.com/cloudflare/cloudflare-python/commit/a0fa061e9dd35d5181312633ae30f2f2dea2477f))
10+
* **api:** api update ([f44708a](https://github.com/cloudflare/cloudflare-python/commit/f44708a971afc32b47d0a26a180bd5b341afc648))
11+
* **api:** api update ([2282740](https://github.com/cloudflare/cloudflare-python/commit/228274041eeae42334b3c836d13ea70ac4995b95))
12+
* **api:** api update ([773e38e](https://github.com/cloudflare/cloudflare-python/commit/773e38e475ebea25ef3391f2895ee8da120e71cd))
13+
* **api:** api update ([ba98c8f](https://github.com/cloudflare/cloudflare-python/commit/ba98c8f013ea36ab95d748ed2859e1cc0973240f))
14+
* **api:** api update ([caeddff](https://github.com/cloudflare/cloudflare-python/commit/caeddffdfe5793d627977fd88f20c0c5cc9da7f4))
15+
* **api:** api update ([68ba7ab](https://github.com/cloudflare/cloudflare-python/commit/68ba7ab38d5ad79a521934c0b873620bb32e2cb0))
16+
* **api:** api update ([56fc25a](https://github.com/cloudflare/cloudflare-python/commit/56fc25a52184378fc97ea666bde49f0ca136d2d3))
17+
* **api:** api update ([079c03b](https://github.com/cloudflare/cloudflare-python/commit/079c03b30b648b26377eccc69633f73e9520453f))
18+
* **api:** api update ([f1555e9](https://github.com/cloudflare/cloudflare-python/commit/f1555e9c9771824ca1a4d4b4adf3b4abf47d4bde))
19+
* **api:** api update ([ff105bb](https://github.com/cloudflare/cloudflare-python/commit/ff105bb616196a5493162d5aa70790c29cecdda3))
20+
* **api:** api update ([a711fce](https://github.com/cloudflare/cloudflare-python/commit/a711fceba44cce4c72a0ba356a9d95d6ebb713b8))
21+
* **api:** api update ([5489bd9](https://github.com/cloudflare/cloudflare-python/commit/5489bd9ed67258aa4fe243da3cea3eca8021a12a))
22+
* **api:** api update ([f40aace](https://github.com/cloudflare/cloudflare-python/commit/f40aace1473d562d1c7fbe940d9431ea5d68c30a))
23+
* **api:** api update ([62ac5d8](https://github.com/cloudflare/cloudflare-python/commit/62ac5d80524f97037e26a73971ea9872597016ad))
24+
* **api:** api update ([cf5a8d3](https://github.com/cloudflare/cloudflare-python/commit/cf5a8d3be26d200243f16b6a2047566ed0297113))
25+
* **api:** api update ([35fa46f](https://github.com/cloudflare/cloudflare-python/commit/35fa46fc9577a0012ba0bdf87389b67d43e2b7d8))
26+
* **api:** api update ([b89b811](https://github.com/cloudflare/cloudflare-python/commit/b89b811b7bc58c2432573ab5a36e1b6a59b5233c))
27+
* improve future compat with pydantic v3 ([813dd68](https://github.com/cloudflare/cloudflare-python/commit/813dd685ebe2158929bd275c58ad2979ef89b879))
28+
* Merge branch 'cbennett/LB-4979' into 'main' ([54fad7a](https://github.com/cloudflare/cloudflare-python/commit/54fad7a926f3c5d2ffc5e353197e5f23ebf4daf4))
29+
* Merge branch 'davis/PINGORA-2658' into 'main' ([d4c7ac1](https://github.com/cloudflare/cloudflare-python/commit/d4c7ac1fafade17a731d098f0b8f69b0f191d98b))
30+
* Merge branch 'mingwei/BGP-418' into 'main' ([06da30c](https://github.com/cloudflare/cloudflare-python/commit/06da30cdec682e38125aa78587fb15d8bb4b1d01))
31+
* Merge branch 'vaishak/skip-worker-test' into 'main' ([5fbdcbf](https://github.com/cloudflare/cloudflare-python/commit/5fbdcbfcb20b6560bdb1606e3270c3995e5ab7d3))
32+
* **types:** replace List[str] with SequenceNotStr in params ([67ceb0e](https://github.com/cloudflare/cloudflare-python/commit/67ceb0e8c838edf6b77afb06f2b740dcaa2b780b))
33+
34+
35+
### Bug Fixes
36+
37+
* avoid newer type syntax ([488949a](https://github.com/cloudflare/cloudflare-python/commit/488949a0005f9e6f66cfc7c84ad1e0585f389ada))
38+
* **compat:** compat with `pydantic<2.8.0` when using additional fields ([196fc7e](https://github.com/cloudflare/cloudflare-python/commit/196fc7e2f66bfca13a282a108b4a310f2c752413))
39+
* correctly handle sending multipart/form-data requests with JSON ([9414525](https://github.com/cloudflare/cloudflare-python/commit/94145255688804027a169472353834357eaa8893))
40+
* **types:** add missing types to method arguments ([ff43c4b](https://github.com/cloudflare/cloudflare-python/commit/ff43c4b71a54b020dab8f66853afacf8df5edfc4))
41+
42+
43+
### Chores
44+
45+
* **api:** update composite API spec ([ae75b97](https://github.com/cloudflare/cloudflare-python/commit/ae75b975bc2c6fbb7533ad3c1e760a583004ff72))
46+
* **api:** update composite API spec ([6d4ac53](https://github.com/cloudflare/cloudflare-python/commit/6d4ac534e26649a4e2c204cb315b72677cf171ae))
47+
* **api:** update composite API spec ([3295807](https://github.com/cloudflare/cloudflare-python/commit/32958071f8a578a2268783a9ae4665def6cdb8d5))
48+
* **api:** update composite API spec ([d364b14](https://github.com/cloudflare/cloudflare-python/commit/d364b14ecc78ee1c55815bac418c4c0355d4e1f3))
49+
* **api:** update composite API spec ([7866f94](https://github.com/cloudflare/cloudflare-python/commit/7866f946b9a46b6ee15d796cc35c705e3070eabc))
50+
* **api:** update composite API spec ([2619bdd](https://github.com/cloudflare/cloudflare-python/commit/2619bdd42eefbd421041fb58694b73b03a4bd96a))
51+
* **api:** update composite API spec ([523f53c](https://github.com/cloudflare/cloudflare-python/commit/523f53c0ab124e579326b421e112b4a2b33da5b6))
52+
* **api:** update composite API spec ([dcf13f9](https://github.com/cloudflare/cloudflare-python/commit/dcf13f9b67cd3d3f15aca826f3bc9ed19dca399e))
53+
* **api:** update composite API spec ([f3a440b](https://github.com/cloudflare/cloudflare-python/commit/f3a440b0cda26a9236c1917cb473656e175728be))
54+
* **api:** update composite API spec ([e7bc47a](https://github.com/cloudflare/cloudflare-python/commit/e7bc47a845ba5fb307ee40df7386c92e79dc2313))
55+
* **api:** update composite API spec ([ff8ebd3](https://github.com/cloudflare/cloudflare-python/commit/ff8ebd36b34d6209160646760da957aacaa4fc91))
56+
* **api:** update composite API spec ([0e36fce](https://github.com/cloudflare/cloudflare-python/commit/0e36fcef9e76a82fc1f04b59817089f6ff1a8d38))
57+
* **api:** update composite API spec ([561b698](https://github.com/cloudflare/cloudflare-python/commit/561b698963f60dc2f7e7c9c63483da3e738ea73c))
58+
* **api:** update composite API spec ([722325a](https://github.com/cloudflare/cloudflare-python/commit/722325acf4d536e926fac01bae97b3695e5417be))
59+
* **api:** update composite API spec ([c71f02d](https://github.com/cloudflare/cloudflare-python/commit/c71f02dfc6e3752b62cae8035b32d7dab9892adb))
60+
* **api:** update composite API spec ([f83fb94](https://github.com/cloudflare/cloudflare-python/commit/f83fb94aef6108ccef0e5bee56cbdb2a7cbf59a5))
61+
* **api:** update composite API spec ([70c306e](https://github.com/cloudflare/cloudflare-python/commit/70c306e7813dd6e63b94afc74dc487c41595be08))
62+
* **api:** update composite API spec ([f271a4b](https://github.com/cloudflare/cloudflare-python/commit/f271a4bfac3240d7336f80682e61e7b382173cc7))
63+
* **api:** update composite API spec ([b129315](https://github.com/cloudflare/cloudflare-python/commit/b1293158fb57b3ac0da27c13bc31190345696836))
64+
* **api:** update composite API spec ([a269190](https://github.com/cloudflare/cloudflare-python/commit/a269190b5a7dcdd580150b7f9dadad5dc0447c4d))
65+
* **api:** update composite API spec ([f8d4167](https://github.com/cloudflare/cloudflare-python/commit/f8d4167cb8658b1c020fd1789f015d5aa059968b))
66+
* **api:** update composite API spec ([afc8269](https://github.com/cloudflare/cloudflare-python/commit/afc82697b9919a82aef0cb5ccc8bee3d66d0ee85))
67+
* **api:** update composite API spec ([ab7a651](https://github.com/cloudflare/cloudflare-python/commit/ab7a6516774d357570dc141a44e53da0f78687a3))
68+
* **api:** update composite API spec ([f3d9db8](https://github.com/cloudflare/cloudflare-python/commit/f3d9db84bf32de0f8eb45b932f45a326b72fb758))
69+
* **api:** update composite API spec ([f9bb7ff](https://github.com/cloudflare/cloudflare-python/commit/f9bb7ffb8275d7ffd1b1bccd4587799da9b46d29))
70+
* **api:** update composite API spec ([9e00ae4](https://github.com/cloudflare/cloudflare-python/commit/9e00ae46b091b743d3c30c0f76d58113e64bce40))
71+
* **api:** update composite API spec ([b75fefe](https://github.com/cloudflare/cloudflare-python/commit/b75fefe9c6c4d8ae219d5df58984a829e4982da1))
72+
* **api:** update composite API spec ([0bdb2c1](https://github.com/cloudflare/cloudflare-python/commit/0bdb2c19ffe09af4d521311fc573875c2b201bca))
73+
* **api:** update composite API spec ([ea9784a](https://github.com/cloudflare/cloudflare-python/commit/ea9784ae394cd8add103eb5ca07edf674a7a9b2b))
74+
* **api:** update composite API spec ([d6e2acd](https://github.com/cloudflare/cloudflare-python/commit/d6e2acd45dc35f8644726503748af966c2527c7c))
75+
* **api:** update composite API spec ([e7ff28c](https://github.com/cloudflare/cloudflare-python/commit/e7ff28c047d9c11ac44f48d206038326cf408a6b))
76+
* **api:** update composite API spec ([f8940d5](https://github.com/cloudflare/cloudflare-python/commit/f8940d57aa8da5ced167e2e84ce9991e19ee5376))
77+
* **api:** upload stainless config from cloudflare-config ([e2a5229](https://github.com/cloudflare/cloudflare-python/commit/e2a5229b4672a99b4414bb0ad0764e10ea90359f))
78+
* do not install brew dependencies in ./scripts/bootstrap by default ([33cda08](https://github.com/cloudflare/cloudflare-python/commit/33cda0807528ae862d11de7291714dd3de784f77))
79+
* improve example values ([88e145b](https://github.com/cloudflare/cloudflare-python/commit/88e145b6290582b554717aa9903f05bd1d1a8906))
80+
* **internal:** add Sequence related utils ([005b184](https://github.com/cloudflare/cloudflare-python/commit/005b184f6464a330758fecfc49750d6dbcb794d7))
81+
* **internal:** change ci workflow machines ([c723f1e](https://github.com/cloudflare/cloudflare-python/commit/c723f1eaa655a6564532058be0c2ebe64b85a87b))
82+
* **internal:** codegen related update ([94440c3](https://github.com/cloudflare/cloudflare-python/commit/94440c34eb38c6e095017928012fd2efc03ec811))
83+
* **internal:** minor formatting change ([b2f8765](https://github.com/cloudflare/cloudflare-python/commit/b2f8765441ba48c704b977bbd640db64a225cfd3))
84+
* **internal:** move mypy configurations to `pyproject.toml` file ([4df020f](https://github.com/cloudflare/cloudflare-python/commit/4df020fe3462845f7023fd82d8c097215a7507dd))
85+
* **internal:** update pydantic dependency ([84de7b6](https://github.com/cloudflare/cloudflare-python/commit/84de7b64a1a5c104860d9eec55d715f7eba0b525))
86+
* **internal:** update pyright exclude list ([abb1e1d](https://github.com/cloudflare/cloudflare-python/commit/abb1e1df0abd5af0c62a92235c06fc2e00ce1e34))
87+
* **tests:** simplify `get_platform` test ([d35fa67](https://github.com/cloudflare/cloudflare-python/commit/d35fa67a081638cfaa8d41bc514d980e2a60babb))
88+
* **types:** change optional parameter type from NotGiven to Omit ([43968e2](https://github.com/cloudflare/cloudflare-python/commit/43968e2b25d6ca621635434e1efc984aabe276bd))
89+
390
## 4.3.1 (2025-06-16)
491

592
Full Changelog: [v4.3.0...v4.3.1](https://github.com/cloudflare/cloudflare-python/compare/v4.3.0...v4.3.1)

pyproject.toml

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

src/cloudflare/_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__ = "cloudflare"
4-
__version__ = "4.3.1" # x-release-please-version
4+
__version__ = "5.0.0" # x-release-please-version

0 commit comments

Comments
 (0)