-
Notifications
You must be signed in to change notification settings - Fork 10k
Cf1 changelog rationalization #21961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
41aa380
Main product feed + casb + browser-isolation
kodster28 af3477b
Tunnel, access, dlp
kodster28 94b27f7
dex, risk-score, gateway, email-security
kodster28 010dd5f
remove vscode settings
kodster28 b3959ae
simplify ProductChangelog
KianNH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,134 @@ | ||
| --- | ||
| pcx_content_type: changelog | ||
| title: Access | ||
| release_notes_file_name: | ||
| - access | ||
| head: | ||
| - tag: title | ||
| content: Access Changelog | ||
| description: Review recent changes to Cloudflare Access. | ||
|
|
||
| --- | ||
|
|
||
| import { ProductReleaseNotes, Render } from "~/components" | ||
| import { ProductChangelog } from "~/components"; | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/access/. */} | ||
|
|
||
| <ProductChangelog product="access" hideEntry="2024-06-16-cloudflare-one" /> | ||
|
|
||
| ## 2025-02-12 | ||
|
|
||
| **Access policies support filtering** | ||
|
|
||
| You can now filter Access policies by their action, selectors, rule groups, and assigned applications. | ||
|
|
||
| ## 2025-02-11 | ||
|
|
||
| **Private self-hosted applications and reusable policies GA** | ||
|
|
||
| [Private self-hosted applications](/cloudflare-one/applications/non-http/self-hosted-private-app/) and [reusable Access policies](/cloudflare-one/policies/access/policy-management/) are now generally available (GA) for all customers. | ||
|
|
||
| ## 2025-01-21 | ||
|
|
||
| **Access Applications support private hostnames/IPs and reusable Access policies.** | ||
|
|
||
| Cloudflare Access self-hosted applications can now be defined by [private IPs](/cloudflare-one/applications/non-http/self-hosted-private-app/), [private hostnames](/cloudflare-one/applications/non-http/self-hosted-private-app/) (on port 443) and [public hostnames](/cloudflare-one/applications/configure-apps/self-hosted-public-app/). Additionally, we made Access policies into their own object which can be reused across multiple applications. These updates involved significant updates to the overall Access dashboard experience. The updates will be slowly rolled out to different customer cohorts. If you are an Enterprise customer and would like early access, reach out to your account team. | ||
|
|
||
| ## 2025-01-15 | ||
|
|
||
| **Logpush for SSH command logs** | ||
|
|
||
| Enterprise customers can now use Logpush to export SSH command logs for Access for Infrastructure targets. | ||
|
|
||
| ## 2024-12-04 | ||
|
|
||
| **SCIM GA for Okta and Microsoft Entra ID** | ||
|
|
||
| Cloudflare's SCIM integrations with [Okta](/cloudflare-one/identity/idp-integration/okta/#synchronize-users-and-groups) and [Microsoft Entra ID](/cloudflare-one/identity/idp-integration/entra-id/#synchronize-users-and-groups) (formerly AzureAD) are now out of beta and generally available (GA) for all customers. These integrations can be used for Access and Gateway policies and Zero Trust user management. Note: This GA release does not include [Dashboard SSO SCIM](/fundamentals/setup/account/account-security/scim-setup/) support. | ||
|
|
||
| ## 2024-10-23 | ||
|
|
||
| **SSH with Access for Infrastructure** | ||
|
|
||
| Admins can now use [Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) to manage privileged access to SSH servers. Access for Infrastructure provides improved control and visibility over who accessed what service and what they did during their SSH session. Access for Infrastructure also eliminates the risk and overhead associated with managing SSH keys by using short-lived SSH certificates to access SSH servers. | ||
|
|
||
| ## 2024-08-26 | ||
|
|
||
| **Reduce automatic seat deprovisioning minimum to 1 month, down from 2 months.** | ||
|
|
||
| Admins can now configure Zero Trust seats to [automatically expire](/cloudflare-one/identity/users/seat-management/#enable-seat-expiration) after 1 month of user inactivity. The previous minimum was 2 months. | ||
|
|
||
| ## 2024-06-06 | ||
|
|
||
| **Scalability improvements to the App Launcher** | ||
|
|
||
| Applications now load more quickly for customers with a large number of applications or complex policies. | ||
|
|
||
| ## 2024-04-28 | ||
|
|
||
| **Add option to bypass CORS to origin server** | ||
|
|
||
| Access admins can [defer all CORS enforcement to their origin server](/cloudflare-one/identity/authorization-cookie/cors/#bypass-options-requests-to-origin) for specific Access applications. | ||
|
|
||
| ## 2024-04-15 | ||
|
|
||
| **Zero Trust User identity audit logs** | ||
|
|
||
| All user identity changes via SCIM or Authentication events are logged against a user's registry identity. | ||
|
|
||
| ## 2024-02-22 | ||
|
|
||
| **Access for SaaS OIDC Support** | ||
|
|
||
| Access for SaaS applications can be setup with OIDC as an authentication method. OIDC and SAML 2.0 are now both fully supported. | ||
|
|
||
| ## 2024-02-22 | ||
|
|
||
| **WARP as an identity source for Access** | ||
|
|
||
| Allow users to log in to Access applications with their WARP session identity. Users need to reauthenticate based on default session durations. WARP authentication identity must be turned on in your device enrollment permissions and can be enabled on a per application basis. | ||
|
|
||
| ## 2023-12-20 | ||
|
|
||
| **Unique Entity IDs in Access for SaaS** | ||
|
|
||
| All new Access for SaaS applications have unique Entity IDs. This allows for multiple integrations with the same SaaS provider if required. The unique Entity ID has the application audience tag appended. Existing apps are unchanged. | ||
|
|
||
| ## 2023-12-15 | ||
|
|
||
| **Default relay state support in Access for SaaS** | ||
|
|
||
| Allows Access admins to set a default relay state on Access for SaaS apps. | ||
|
|
||
| ## 2023-09-15 | ||
|
|
||
| **App launcher supports tags and filters** | ||
|
|
||
| Access admins can now tag applications and allow users to filter by those tags in the App Launcher. | ||
|
|
||
| ## 2023-09-15 | ||
|
|
||
| **App launcher customization** | ||
|
|
||
| Allow Access admins to configure the App Launcher page within Zero Trust. | ||
|
|
||
| ## 2023-09-15 | ||
|
|
||
| **View active Access user identities in the dashboard and API** | ||
|
|
||
| Access admins can now view the full contents of a user's identity and device information for all active application sessions. | ||
|
|
||
| ## 2023-09-08 | ||
|
|
||
| **Custom OIDC claims for named IdPs** | ||
|
|
||
| Access admins can now add custom claims to the existing named IdP providers. Previously this was locked to the generic OIDC provider. | ||
|
|
||
| ## 2023-08-02 | ||
|
|
||
| **Azure AD authentication contexts** | ||
|
|
||
| Support Azure AD authentication contexts directly in Access policies. | ||
|
|
||
| <Render file="changelog-note" /> | ||
| ## 2023-06-23 | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/access.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */} | ||
| **Custom block pages for Access applications** | ||
|
|
||
| <ProductReleaseNotes /> | ||
| Allow Access admins to customize the block pages presented by Access to end users. |
18 changes: 11 additions & 7 deletions
18
src/content/docs/cloudflare-one/changelog/browser-isolation.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,23 @@ | ||
| --- | ||
| pcx_content_type: changelog | ||
| title: Browser Isolation | ||
| release_notes_file_name: | ||
| - browser-isolation | ||
| head: | ||
| - tag: title | ||
| content: Browser Isolation Changelog | ||
| description: Review recent changes to Cloudflare Browser Isolation. | ||
|
|
||
| --- | ||
|
|
||
| import { ProductReleaseNotes, Render } from "~/components" | ||
| import { ProductChangelog } from "~/components"; | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/browser-isolation/. */} | ||
|
|
||
| <ProductChangelog | ||
| product="browser-isolation" | ||
| hideEntry="2024-06-16-cloudflare-one" | ||
| /> | ||
|
|
||
| <Render file="changelog-note" /> | ||
| ## 2024-03-21 | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/browser-isolation.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */} | ||
| **Removed third-party cookie dependencies** | ||
|
|
||
| <ProductReleaseNotes /> | ||
| Removed dependency on third-party cookies in the isolated browser, fixing an issue that previously caused intermittent disruptions for users maintaining multi-site, cross-tab sessions in the isolated browser. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,32 @@ | ||
| --- | ||
| pcx_content_type: changelog | ||
| title: CASB | ||
| release_notes_file_name: | ||
| - casb | ||
| head: | ||
| - tag: title | ||
| content: CASB Changelog | ||
| description: Review recent changes to Cloudflare CASB. | ||
|
|
||
| --- | ||
|
|
||
| import { ProductReleaseNotes, Render } from "~/components" | ||
| import { ProductChangelog } from "~/components"; | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/casb/. */} | ||
|
|
||
| <ProductChangelog product="casb" hideEntry="2024-06-16-cloudflare-one" /> | ||
|
|
||
| ## 2024-06-03 | ||
|
|
||
| **Atlassian Bitbucket integration** | ||
|
|
||
| You can now scan your Bitbucket Cloud workspaces for a variety of contextualized security issues such as source code exposure, admin misconfigurations, and more. | ||
|
|
||
| ## 2024-05-23 | ||
|
|
||
| **Data-at-rest DLP for Box and Dropbox** | ||
|
|
||
| You can now scan your [Box](/cloudflare-one/applications/casb/casb-integrations/box/#data-loss-prevention-optional) and [Dropbox](/cloudflare-one/applications/casb/casb-integrations/dropbox/#data-loss-prevention-optional) files for DLP matches. | ||
|
|
||
| <Render file="changelog-note" /> | ||
| ## 2024-04-16 | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/casb.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */} | ||
| **Export CASB findings to CSV** | ||
|
|
||
| <ProductReleaseNotes /> | ||
| You can now export all top-level CASB findings or every instance of your findings to CSV. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,42 @@ | ||
| --- | ||
| pcx_content_type: changelog | ||
| title: Digital Experience Monitoring | ||
| release_notes_file_name: | ||
| - dex | ||
| head: | ||
| - tag: title | ||
| content: Digital Experience Monitoring Changelog | ||
| description: Review recent changes to Digital Experience Monitoring. | ||
|
|
||
| --- | ||
|
|
||
| import { ProductReleaseNotes, Render } from "~/components" | ||
| import { ProductChangelog } from "~/components"; | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/dex/. */} | ||
|
|
||
| <ProductChangelog product="dex" hideEntry="2024-06-16-cloudflare-one" /> | ||
|
|
||
| ## 2025-01-24 | ||
|
|
||
| **IP visibility** | ||
|
|
||
| [IP visibility](/cloudflare-one/insights/dex/ip-visibility/) enables admins to inspect the different IP addresses associated with an end-user device. IP types available for review on the Cloudflare dashboard include: the device's private IP, the public IP assigned to the device by the ISP, and the router's (that the device is connected to) private IP. | ||
|
|
||
| ## 2024-12-19 | ||
|
|
||
| **Remote captures** | ||
|
|
||
| Admins can now collect packet captures (PCAPs) and WARP diagnostic logs from end-user devices. For more information, refer to [Remote captures](/cloudflare-one/insights/dex/remote-captures/). | ||
|
|
||
| ## 2024-05-20 | ||
|
|
||
| **Last seen ISP** | ||
|
|
||
| Admins can view the last ISP seen for a device by going to **My Team** > **Devices**. Requires setting up a [traceroute test](/cloudflare-one/insights/dex/tests/traceroute/). | ||
|
|
||
| ## 2024-05-13 | ||
|
|
||
| <Render file="changelog-note" /> | ||
| **DEX alerts** | ||
|
|
||
| {/* <!-- All changelog entries live in src/content/changelogs/dex.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */} | ||
| Admins can now set [DEX alerts](/cloudflare-one/insights/dex/notifications/) using [Cloudflare Notifications](/notifications/). Three new DEX alert types: | ||
|
|
||
| <ProductReleaseNotes /> | ||
| - Device connectivity anomaly | ||
| - Test latency | ||
| - Test low availability |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.