Skip to content

Commit ff221b8

Browse files
release: 5.0.0-beta.3
1 parent 8ed2074 commit ff221b8

4 files changed

Lines changed: 35 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-
".": "5.0.0-beta.2"
2+
".": "5.0.0-beta.3"
33
}

CHANGELOG.md

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

3+
## 5.0.0-beta.3 (2026-05-15)
4+
5+
Full Changelog: [v5.0.0-beta.2...v5.0.0-beta.3](https://github.com/cloudflare/cloudflare-python/compare/v5.0.0-beta.2...v5.0.0-beta.3)
6+
7+
### Features
8+
9+
* **ai_gateway:** update generated types and methods ([9f29268](https://github.com/cloudflare/cloudflare-python/commit/9f29268fbc581e1331238415b97947b61f4068ba))
10+
* **ai_security:** add ai_security resource ([09043a2](https://github.com/cloudflare/cloudflare-python/commit/09043a2911013cc93d67b37ec270d59710c70138))
11+
* **cache:** update generated types and methods ([59a538e](https://github.com/cloudflare/cloudflare-python/commit/59a538eef4a2655410e05d11c34d78b912b6f726))
12+
* **ddos_protection:** add ddos_protection resource ([904a8b8](https://github.com/cloudflare/cloudflare-python/commit/904a8b834fb40fc7bdd5dcadb6e1063c473fb449))
13+
* **load_balancers:** update generated types and methods ([31124a2](https://github.com/cloudflare/cloudflare-python/commit/31124a2854dc33766d79b7cabd7c9314d0916b36))
14+
* **r2:** update generated types and methods ([435fb07](https://github.com/cloudflare/cloudflare-python/commit/435fb074278f5ceea2830aa0f9521100173fc689))
15+
* **radar:** update generated types and methods ([90d7d8c](https://github.com/cloudflare/cloudflare-python/commit/90d7d8c165cd42f2d2cf8f7728f7a71ff83d145e))
16+
* **secrets_store:** update generated types and methods ([15e586c](https://github.com/cloudflare/cloudflare-python/commit/15e586c6baf27b1f1d41c8189acb85a3046804a2))
17+
* **workers_for_platforms:** update generated types and methods ([50a7a4f](https://github.com/cloudflare/cloudflare-python/commit/50a7a4f11ad2f15db49789f7cd5b5fb91da67e29))
18+
* **workers:** update generated types and methods ([a81e113](https://github.com/cloudflare/cloudflare-python/commit/a81e113bcf0ef5af206dcbf4d7784386c1d3fd17))
19+
* **zero_trust:** update generated types and methods ([8ed2074](https://github.com/cloudflare/cloudflare-python/commit/8ed20743aa59b0589d6a9c13d57b397e7cee9ce0))
20+
21+
22+
### Chores
23+
24+
* **acm:** update generated types and methods ([8f24e49](https://github.com/cloudflare/cloudflare-python/commit/8f24e49bba971972a8e69b8311c1796b237d4867))
25+
* **ai:** update generated types and methods ([326db52](https://github.com/cloudflare/cloudflare-python/commit/326db52b499c57c71ebc4a486edb59b9a83d0746))
26+
* **api_gateway:** update generated types and methods ([14bea8b](https://github.com/cloudflare/cloudflare-python/commit/14bea8bfff06ec43773f5e06f5e5e392ae588144))
27+
* **cloudforce_one:** update generated types and methods ([f283318](https://github.com/cloudflare/cloudflare-python/commit/f2833183633d237a446e0985b4b7c6d57da35f40))
28+
* **d1:** update generated types and methods ([6a0f214](https://github.com/cloudflare/cloudflare-python/commit/6a0f214aa1ddaa1036cad70d309abae0f0e47da2))
29+
* **email_security:** update generated types and methods ([7e44161](https://github.com/cloudflare/cloudflare-python/commit/7e4416195e7dc7425d1fdbb9b56d91f34177e02f))
30+
* **intel:** update generated types and methods ([7d58902](https://github.com/cloudflare/cloudflare-python/commit/7d58902e9a5923ae892f75071496b19c3f7d5655))
31+
* **logpush:** update generated types and methods ([32b6443](https://github.com/cloudflare/cloudflare-python/commit/32b6443ff386e0b757d55829cc8c1576032fde1d))
32+
* **resource_sharing:** update generated types and methods ([62bd377](https://github.com/cloudflare/cloudflare-python/commit/62bd3770b4bb41f6f6b7ec0da0901a5d3764f82e))
33+
* sync shared codegen files from staging-next ([5a03735](https://github.com/cloudflare/cloudflare-python/commit/5a03735096f154eb4627179e7e1d7af845f43a01))
34+
335
## 5.0.0-beta.2 (2026-04-20)
436

537
Full Changelog: [v5.0.0-beta.1...v5.0.0-beta.2](https://github.com/cloudflare/cloudflare-python/compare/v5.0.0-beta.1...v5.0.0-beta.2)

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 = "5.0.0-beta.2"
3+
version = "5.0.0-beta.3"
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__ = "5.0.0-beta.2" # x-release-please-version
4+
__version__ = "5.0.0-beta.3" # x-release-please-version

0 commit comments

Comments
 (0)