-
Notifications
You must be signed in to change notification settings - Fork 811
Release notes september 3 2025 #7368
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
+56
β0
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
bd4933b
Initial go at September 3 2025 release notes
hemraker 8c09f7f
Update overview-2025.md
hemraker 48fd3bb
Merge branch 'main' into release-notes-september-2025
hemraker c217a72
Update naming to fit with roadmap
hemraker c2e355b
Update wording to avoid org confusion
hemraker eda84ff
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
hemraker 22a8324
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
hemraker 966e132
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
hemraker 9a5deee
Finish the sentence
hemraker b5071f9
Merge branch 'release-notes-september-2025' of https://github.com/hemβ¦
hemraker 7f19ef9
Use relative link
hemraker 7772e05
add email link for feedback
hemraker ed48c62
Update umbraco-cloud/release-notes/overview-2025/overview-2025.md
eshanrnh 88cb145
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 79525e1
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 499a669
Add WAF definition
hemraker 49a8955
Merge branch 'release-notes-september-2025' of https://github.com/hemβ¦
hemraker 1a765dc
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 25dea2f
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh e830410
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh b28426d
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 3eacad5
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 66277bb
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 4f92bf6
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 296b1b1
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 56e6fda
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 10a384b
Update umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenoβ¦
eshanrnh 510058e
Update summary.md with latest release notes
hemraker 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions
50
umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenotes.md
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 |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # September 3, 2025 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Hostname Pre-Validation** β Add and validate hostnames before switching DNS, enabling zero-downtime migrations and support for on-premise proxies. | ||
| * **Managed Challenges** β Protect projects from malicious traffic surges with automated verification based on request geography or attack likelihood. | ||
| * **Custom Identity Provider (Public Beta)** β Use your existing identity provider for Cloud Portal access, permissions, and user management. | ||
|
|
||
| ## Hostname Pre-Validation | ||
|
|
||
| ### Move your site to Umbraco Cloud with zero downtime. Hostname Pre-Validation makes hostname migrations smooth and risk-free | ||
|
|
||
| Pre-validating hostnames allows you to prepare domains before pointing DNS to Umbraco Cloud. This ensures TLS certificates are issued and routing is active ahead of time, so projects can go live instantly once DNS is updated. | ||
|
|
||
| * **Zero-downtime hostname migration** β Move production domains to Umbraco Cloud without service interruptions. | ||
| * **On-premise proxy support** β Keep using your existing proxy or Web Application Firewall (WAF) setup while preparing hostnames in Umbraco Cloud. | ||
|
|
||
| <figure><img src="../../go-live/manage-hostnames/images/pre-validation-status-modal.png" alt="A screenshot of the Pre-Validation status modal"></figure> | ||
|
|
||
| This means safer go-lives and improved domain management. See the [Hostname Pre-Validation documentation](../../go-live/manage-hostnames/hostname-pre-validation.md) for a full overview of how to use the feature. | ||
|
|
||
| ## Managed Challenges | ||
|
|
||
| ### Managed Challenges keep bots out and let your real users in | ||
|
|
||
| When websites face unusual load, whether from bots, scraping, or coordinated attacks, Managed Challenges step in. Requests that do not meet the threshold are automatically served a lightweight CAPTCHA that helps filter out bad traffic. | ||
|
|
||
| * Can be applied globally, per hostname, or even per continent. | ||
| * Works seamlessly alongside the built-in WAF. | ||
|
|
||
| WAF sensitivity and Manage Challenge features can be applied in Security Settings: | ||
hemraker marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <figure><img src="../images/security-settings.png" alt="A screenshot of the Security Settings with the new features for Managed Challenges"></figure> | ||
|
|
||
| You get added resilience without manual intervention and tools to ensure resources are spent serving customers, not malicious requests. Read more about the new features in the updated [Managing Transport Security documentation](../../build-and-customize-your-solution/set-up-your-project/security/managing-transport-security.md) | ||
|
|
||
| ## Custom Identity Provider (Public Beta) | ||
|
|
||
| ### Use your own identity provider to manage Cloud Portal access | ||
|
|
||
| You can now connect identity providers, like Microsoft Entra ID, Octa, or Google, directly to your Umbraco Cloud organization. This lets team members sign in with familiar credentials and manage project permissions through their existing setup. | ||
|
|
||
| * Centralized authentication with OpenID Connect. | ||
| * Map roles and project access directly from your provider. | ||
| * Keep audit logs of external login usage. | ||
|
|
||
| <figure><img src="../../.gitbook/assets/organization-external-login-provider.png" alt=""><figcaption></figcaption></figure> | ||
|
|
||
| Enterprises and organizations can rely on centralized account management with industry-standard security. This means less time spent managing accounts and permissions, whether you're onboarding or offboarding. | ||
|
|
||
| Custom Identity Providers for Cloud organizations is currently in Public Beta, and we aim for full release early October. If you have any feedback or encounter issues with the feature, reach out to us on [beta-cloud-portal-login-providers@umbraco.dk](mailto:beta-cloud-portal-login-providers@umbraco.dk). For a full overview of the features and how to use them, see the [Organization Login Providers documentation](../../begin-your-cloud-journey/the-cloud-portal/organizations/organization-login-providers.md). | ||
|
Check warning on line 50 in umbraco-cloud/release-notes/overview-2025/2025-09-03-releasenotes.md
|
||
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
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.