We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4218a19 + 612ef86 commit 6edf23fCopy full SHA for 6edf23f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
* Handle cases where Cloudflare doesn't return a zones name servers.
4
5
+## v0.0.8 - 2025-02-06 - More options
6
+
7
+* Add support for optionally retrying requests that hit 403 errors
8
+* Add a zone_id lookup fallback when deleting records
9
+* Add support for setting Cloudflare plan type for zones
10
11
## v0.0.7 - 2024-08-20 - DS always come second
12
13
* Create DS records after their sibling NS records to appease Cloudflare's
octodns_cloudflare/__init__.py
@@ -25,7 +25,7 @@
25
SUPPORTS_SVCB = False
26
27
# TODO: remove __VERSION__ with the next major version release
28
-__version__ = __VERSION__ = '0.0.8'
+__version__ = __VERSION__ = '0.0.9'
29
30
31
class CloudflareError(ProviderException):
0 commit comments