We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afe141 commit deba4cfCopy full SHA for deba4cf
1 file changed
CHANGES.rst
@@ -44,6 +44,17 @@ Storage
44
(GITHUB-1698)
45
[Sanjay Santhanam - @Sanjays2402]
46
47
+DNS
48
+~~~~
49
+
50
+- [Cloudflare] Fix ``list_record_types`` advertising the unsupported ``URL``
51
+ record type instead of ``LOC``. The ``RECORD_TYPE_MAP`` entry was keyed on
52
+ ``RecordType.URL`` while its value was ``"LOC"``; the key is now
53
+ ``RecordType.LOC`` so Cloudflare's supported ``LOC`` record type is reported
54
+ and the unsupported ``URL`` type is not.
55
+ (#2175)
56
+ [Uttam Limbani - @uttam12331]
57
58
Changes in Apache Libcloud 3.9.1
59
--------------------------------
60
0 commit comments