Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/changelogs/byoip.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
link: "/byoip/changelog/"
productName: BYOIP
productLink: "/byoip/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/performance/
entries:
- publish_date: "2024-07-02"
title: Address Maps for BYOIP and Static IPs
description: Address Maps is available via [API](/api/operations/ip-address-management-address-maps-list-address-maps) and via [dashboard](https://dash.cloudflare.com/?to=/:account/ip-addresses/proxy-ips). Address Maps allows customers with BYOIP prefixes or account-level Static IPs to specify which IP addresses should be mapped to DNS records when they are proxied through Cloudflare. Refer to the [documentation](/byoip/address-maps/) for details.
16 changes: 16 additions & 0 deletions src/content/changelogs/dns.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
link: "/dns/changelog/"
productName: DNS
productLink: "/dns/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/performance/
entries:
- publish_date: "2024-10-15"
title: Quote validation for TXT records added via dashboard
description: |-
When creating [TXT records](/dns/manage-dns-records/reference/dns-record-types/#txt) via the dashboard you will now find:
- Field validation errors if double quotes `"` are added inconsistently.
- Automatically quoted TXT content upon save if no quotes exist in the record content field.
- publish_date: "2024-10-07"
title: API support for per-record CNAME flattening
description: Paid zones now have the option to flatten specific CNAME records. When using the API, specify the setting `cname_flatten` as `true` or `false`. Refer to the [documentation](/dns/cname-flattening/set-up-cname-flattening/#per-record) for details.
13 changes: 13 additions & 0 deletions src/content/changelogs/ssl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
link: "/ssl/changelog/"
productName: SSL/TLS
productLink: "/ssl/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/performance/
entries:
- publish_date: "2024-10-18"
title: New cloudflare_branding flag allows hostnames with over 64 characters for all CAs
description: To order certificates for hostnames longer than 64 characters, customers can now use the `cloudflare_branding` flag when ordering a certificate via [API](/api/operations/certificate-packs-order-advanced-certificate-manager-certificate-pack). Setting `cloudflare_branding` to `true` will cause `sni.cloudflaressl.com` to be used as the common name, while the long hostname is added as part of the subject alternative name (SAN).
- publish_date: "2024-09-19"
title: SSL.com available with ACM and SSL for SaaS
description: SSL.com is one of the [certificate authorities](/ssl/reference/certificate-authorities/) that Cloudflare partners with. SSL.com is now available as an option to customers with Advanced Certificate Manager (ACM) or SSL for SaaS. Consider our [reference documentation](/ssl/reference/certificate-authorities/#sslcom) for details.
14 changes: 14 additions & 0 deletions src/content/docs/byoip/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- byoip
sidebar:
order: 15
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/byoip.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

<ProductChangelog />
14 changes: 14 additions & 0 deletions src/content/docs/dns/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- dns
sidebar:
order: 25
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/dns.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

<ProductChangelog />
3 changes: 2 additions & 1 deletion src/content/docs/dns/glossary.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Glossary
pcx_content_type: glossary

sidebar:
order: 30
---

import { Glossary } from "~/components"
Expand Down
14 changes: 14 additions & 0 deletions src/content/docs/ssl/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- ssl
sidebar:
order: 24
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/ssl.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

<ProductChangelog />
2 changes: 1 addition & 1 deletion src/content/docs/ssl/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Troubleshooting
pcx_content_type: navigation
sidebar:
order: 202
order: 22
label: Full resources list
head:
- tag: title
Expand Down
Loading