Skip to content

Commit a052db5

Browse files
release: 5.0.0
1 parent ea365dc commit a052db5

File tree

4 files changed

+86
-3
lines changed

4 files changed

+86
-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: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,88 @@
11
# Changelog
22

3+
## 5.0.0 (2025-10-02)
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+
* fix(ai): rename duplicate parameter in the to_markdown subresource ([e107db1](https://github.com/cloudflare/cloudflare-python/commit/e107db1913c43406acd175d54bc683c11c911bba))
16+
* fix(api): RAG-286: Add to_markdown subresource to AI resource ([73fa6b1](https://github.com/cloudflare/cloudflare-python/commit/73fa6b1db9654ff802653cebe3aa0c05d182f68b))
17+
* improve future compat with pydantic v3 ([813dd68](https://github.com/cloudflare/cloudflare-python/commit/813dd685ebe2158929bd275c58ad2979ef89b879))
18+
* Merge branch 'cbennett/LB-4979' into 'main' ([54fad7a](https://github.com/cloudflare/cloudflare-python/commit/54fad7a926f3c5d2ffc5e353197e5f23ebf4daf4))
19+
* Merge branch 'davis/PINGORA-2658' into 'main' ([d4c7ac1](https://github.com/cloudflare/cloudflare-python/commit/d4c7ac1fafade17a731d098f0b8f69b0f191d98b))
20+
* Merge branch 'mingwei/BGP-418' into 'main' ([06da30c](https://github.com/cloudflare/cloudflare-python/commit/06da30cdec682e38125aa78587fb15d8bb4b1d01))
21+
* Merge branch 'vaishak/skip-worker-test' into 'main' ([5fbdcbf](https://github.com/cloudflare/cloudflare-python/commit/5fbdcbfcb20b6560bdb1606e3270c3995e5ab7d3))
22+
* Revert "Merge branch 'davis/PINGORA-2658' into 'main'" ([74a1948](https://github.com/cloudflare/cloudflare-python/commit/74a194865fedc09566f419dc8c1272a6c5b04c43))
23+
* **types:** replace List[str] with SequenceNotStr in params ([67ceb0e](https://github.com/cloudflare/cloudflare-python/commit/67ceb0e8c838edf6b77afb06f2b740dcaa2b780b))
24+
25+
26+
### Bug Fixes
27+
28+
* **compat:** compat with `pydantic<2.8.0` when using additional fields ([196fc7e](https://github.com/cloudflare/cloudflare-python/commit/196fc7e2f66bfca13a282a108b4a310f2c752413))
29+
* correctly handle sending multipart/form-data requests with JSON ([9414525](https://github.com/cloudflare/cloudflare-python/commit/94145255688804027a169472353834357eaa8893))
30+
* do not set headers with default to omit ([7b7b62f](https://github.com/cloudflare/cloudflare-python/commit/7b7b62fbc7caa0b81e2c828cb48b9fc137a1345c))
31+
* **types:** add missing types to method arguments ([ff43c4b](https://github.com/cloudflare/cloudflare-python/commit/ff43c4b71a54b020dab8f66853afacf8df5edfc4))
32+
33+
34+
### Chores
35+
36+
* **api:** update composite API spec ([826266e](https://github.com/cloudflare/cloudflare-python/commit/826266e34574063bc1bc970c222b50fbcc0503c3))
37+
* **api:** update composite API spec ([cd0aa66](https://github.com/cloudflare/cloudflare-python/commit/cd0aa6681605ed620578082640c37e50410eb136))
38+
* **api:** update composite API spec ([bf07bc0](https://github.com/cloudflare/cloudflare-python/commit/bf07bc095407e9d0beaa2d6898a4efd9747b0b26))
39+
* **api:** update composite API spec ([11dff47](https://github.com/cloudflare/cloudflare-python/commit/11dff4777af09a9d7636afee68ee51c8d0df8344))
40+
* **api:** update composite API spec ([918b4ce](https://github.com/cloudflare/cloudflare-python/commit/918b4ce69e3ded1910cda830147d5e8862eeee51))
41+
* **api:** update composite API spec ([e079246](https://github.com/cloudflare/cloudflare-python/commit/e07924626b1210d1c4c027ca7eee18c5b0c7a38c))
42+
* **api:** update composite API spec ([d1ea815](https://github.com/cloudflare/cloudflare-python/commit/d1ea815146cd2e9027c3d1316b38ab3744011a17))
43+
* **api:** update composite API spec ([eb07933](https://github.com/cloudflare/cloudflare-python/commit/eb07933e288e891a30b878d5878a5b4494f1a199))
44+
* **api:** update composite API spec ([ae75b97](https://github.com/cloudflare/cloudflare-python/commit/ae75b975bc2c6fbb7533ad3c1e760a583004ff72))
45+
* **api:** update composite API spec ([6d4ac53](https://github.com/cloudflare/cloudflare-python/commit/6d4ac534e26649a4e2c204cb315b72677cf171ae))
46+
* **api:** update composite API spec ([3295807](https://github.com/cloudflare/cloudflare-python/commit/32958071f8a578a2268783a9ae4665def6cdb8d5))
47+
* **api:** update composite API spec ([d364b14](https://github.com/cloudflare/cloudflare-python/commit/d364b14ecc78ee1c55815bac418c4c0355d4e1f3))
48+
* **api:** update composite API spec ([7866f94](https://github.com/cloudflare/cloudflare-python/commit/7866f946b9a46b6ee15d796cc35c705e3070eabc))
49+
* **api:** update composite API spec ([2619bdd](https://github.com/cloudflare/cloudflare-python/commit/2619bdd42eefbd421041fb58694b73b03a4bd96a))
50+
* **api:** update composite API spec ([523f53c](https://github.com/cloudflare/cloudflare-python/commit/523f53c0ab124e579326b421e112b4a2b33da5b6))
51+
* **api:** update composite API spec ([dcf13f9](https://github.com/cloudflare/cloudflare-python/commit/dcf13f9b67cd3d3f15aca826f3bc9ed19dca399e))
52+
* **api:** update composite API spec ([f3a440b](https://github.com/cloudflare/cloudflare-python/commit/f3a440b0cda26a9236c1917cb473656e175728be))
53+
* **api:** update composite API spec ([e7bc47a](https://github.com/cloudflare/cloudflare-python/commit/e7bc47a845ba5fb307ee40df7386c92e79dc2313))
54+
* **api:** update composite API spec ([ff8ebd3](https://github.com/cloudflare/cloudflare-python/commit/ff8ebd36b34d6209160646760da957aacaa4fc91))
55+
* **api:** update composite API spec ([0e36fce](https://github.com/cloudflare/cloudflare-python/commit/0e36fcef9e76a82fc1f04b59817089f6ff1a8d38))
56+
* **api:** update composite API spec ([561b698](https://github.com/cloudflare/cloudflare-python/commit/561b698963f60dc2f7e7c9c63483da3e738ea73c))
57+
* **api:** update composite API spec ([722325a](https://github.com/cloudflare/cloudflare-python/commit/722325acf4d536e926fac01bae97b3695e5417be))
58+
* **api:** update composite API spec ([c71f02d](https://github.com/cloudflare/cloudflare-python/commit/c71f02dfc6e3752b62cae8035b32d7dab9892adb))
59+
* **api:** update composite API spec ([f83fb94](https://github.com/cloudflare/cloudflare-python/commit/f83fb94aef6108ccef0e5bee56cbdb2a7cbf59a5))
60+
* **api:** update composite API spec ([70c306e](https://github.com/cloudflare/cloudflare-python/commit/70c306e7813dd6e63b94afc74dc487c41595be08))
61+
* **api:** update composite API spec ([f271a4b](https://github.com/cloudflare/cloudflare-python/commit/f271a4bfac3240d7336f80682e61e7b382173cc7))
62+
* **api:** update composite API spec ([b129315](https://github.com/cloudflare/cloudflare-python/commit/b1293158fb57b3ac0da27c13bc31190345696836))
63+
* **api:** update composite API spec ([a269190](https://github.com/cloudflare/cloudflare-python/commit/a269190b5a7dcdd580150b7f9dadad5dc0447c4d))
64+
* **api:** update composite API spec ([f8d4167](https://github.com/cloudflare/cloudflare-python/commit/f8d4167cb8658b1c020fd1789f015d5aa059968b))
65+
* **api:** update composite API spec ([afc8269](https://github.com/cloudflare/cloudflare-python/commit/afc82697b9919a82aef0cb5ccc8bee3d66d0ee85))
66+
* **api:** update composite API spec ([ab7a651](https://github.com/cloudflare/cloudflare-python/commit/ab7a6516774d357570dc141a44e53da0f78687a3))
67+
* **api:** update composite API spec ([f3d9db8](https://github.com/cloudflare/cloudflare-python/commit/f3d9db84bf32de0f8eb45b932f45a326b72fb758))
68+
* **api:** update composite API spec ([f9bb7ff](https://github.com/cloudflare/cloudflare-python/commit/f9bb7ffb8275d7ffd1b1bccd4587799da9b46d29))
69+
* **api:** update composite API spec ([9e00ae4](https://github.com/cloudflare/cloudflare-python/commit/9e00ae46b091b743d3c30c0f76d58113e64bce40))
70+
* **api:** update composite API spec ([b75fefe](https://github.com/cloudflare/cloudflare-python/commit/b75fefe9c6c4d8ae219d5df58984a829e4982da1))
71+
* **api:** update composite API spec ([0bdb2c1](https://github.com/cloudflare/cloudflare-python/commit/0bdb2c19ffe09af4d521311fc573875c2b201bca))
72+
* **api:** update composite API spec ([ea9784a](https://github.com/cloudflare/cloudflare-python/commit/ea9784ae394cd8add103eb5ca07edf674a7a9b2b))
73+
* **api:** update composite API spec ([d6e2acd](https://github.com/cloudflare/cloudflare-python/commit/d6e2acd45dc35f8644726503748af966c2527c7c))
74+
* **api:** update composite API spec ([e7ff28c](https://github.com/cloudflare/cloudflare-python/commit/e7ff28c047d9c11ac44f48d206038326cf408a6b))
75+
* **api:** update composite API spec ([f8940d5](https://github.com/cloudflare/cloudflare-python/commit/f8940d57aa8da5ced167e2e84ce9991e19ee5376))
76+
* do not install brew dependencies in ./scripts/bootstrap by default ([33cda08](https://github.com/cloudflare/cloudflare-python/commit/33cda0807528ae862d11de7291714dd3de784f77))
77+
* improve example values ([88e145b](https://github.com/cloudflare/cloudflare-python/commit/88e145b6290582b554717aa9903f05bd1d1a8906))
78+
* **internal:** add Sequence related utils ([005b184](https://github.com/cloudflare/cloudflare-python/commit/005b184f6464a330758fecfc49750d6dbcb794d7))
79+
* **internal:** codegen related update ([94440c3](https://github.com/cloudflare/cloudflare-python/commit/94440c34eb38c6e095017928012fd2efc03ec811))
80+
* **internal:** minor formatting change ([b2f8765](https://github.com/cloudflare/cloudflare-python/commit/b2f8765441ba48c704b977bbd640db64a225cfd3))
81+
* **internal:** move mypy configurations to `pyproject.toml` file ([4df020f](https://github.com/cloudflare/cloudflare-python/commit/4df020fe3462845f7023fd82d8c097215a7507dd))
82+
* **internal:** update pydantic dependency ([84de7b6](https://github.com/cloudflare/cloudflare-python/commit/84de7b64a1a5c104860d9eec55d715f7eba0b525))
83+
* **tests:** simplify `get_platform` test ([d35fa67](https://github.com/cloudflare/cloudflare-python/commit/d35fa67a081638cfaa8d41bc514d980e2a60babb))
84+
* **types:** change optional parameter type from NotGiven to Omit ([43968e2](https://github.com/cloudflare/cloudflare-python/commit/43968e2b25d6ca621635434e1efc984aabe276bd))
85+
386
## 4.3.1 (2025-06-16)
487

588
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)