-
Notifications
You must be signed in to change notification settings - Fork 813
Cloud Release Notes since October 2024 #7033
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
Changes from 4 commits
348d6c4
1b5c59a
384a4d0
a4ba0de
d5cb91d
8b7a48d
4cccd61
f278cd6
38c00c8
b1faf0f
439efa0
822faca
4b1d343
6fe5221
3258d76
c29da3a
cfebbfc
8fb7dfd
768b7df
996ca68
fe1da76
c870664
cbe58a8
06af42d
356ba6a
6ac8630
d814961
eea1eb7
5adf38f
fccabde
b9a8614
6733138
d99a431
7efbe72
dd781d2
2f3cd74
46295da
baa2926
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # October 2024 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Follow Automatic Upgrades in Real Time** - Follow upgrade progress directly in the portal. | ||
|
|
||
| ## Follow Automatic Upgrades in Real Time | ||
|
|
||
| Automatic upgrades are now surfaced as part of Long Running Activities | ||
| in the Umbraco Cloud portal. | ||
| This means you can follow along as each of your projects is being upgraded | ||
| – directly from the portal. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # November 2024 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Umbraco 15** - Umbraco 15 and .NET 9 now available on Umbraco Cloud | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Web Application Firewall now available** - enabled by default on new environments. Existing projects can enable it via the portal. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Umbraco 15 | ||
| You can now start new projects on Umbraco 15 or upgrade your existing projects to take advantage of the latest features and improvements. | ||
|
|
||
| Along with this, support for .NET 9 is now available on Umbraco Cloud, making it easy to stay up to date with the latest Microsoft tech stack. | ||
|
Check warning on line 11 in umbraco-cloud/release-notes/overview-2024/2024-11-releasenotes.md
|
||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Web Application Firewall now available | ||
| Web Application Firewall (WAF) is now enabled by default for all new environments on Umbraco Cloud. | ||
| It helps protect your project against common threats like SQL injections, JavaScript exploits, and known vulnerabilities, | ||
| using Cloudflare’s managed ruleset. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| For existing projects, WAF can be enabled via the Umbraco Cloud Portal. We recommend enabling it on your existing projects for added protection. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # December 2024 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Enhancements to Secret Management** - better feedback and a smoother experience. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Enhancements to Secret Management | ||
|
|
||
| We’ve made several improvements to the Secret Management experience in Umbraco Cloud. | ||
|
Check warning on line 9 in umbraco-cloud/release-notes/overview-2024/2024-12-releasenotes.md
|
||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Previously, working with secrets could feel unclear | ||
| – and failed updates didn’t always provide useful feedback. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| With the latest enhancements, you’ll now get proper error messages if something goes wrong. | ||
| A small update that makes a big difference when working with secrets in your project. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # January 2025 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Restrict access to your Management API** It's now possible to configure IP filtering for the Umbraco Cloud Management APIs. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Restrict access to your Management API | ||
|
|
||
| You can now enhance the security of your Umbraco Cloud project by enabling IP filtering for the Umbraco Cloud Management APIs. | ||
| This feature allows you to restrict access to the API endpoints, including Git operations, | ||
| ensuring that only requests from specified IP addresses are permitted. | ||
| By configuring this setting in the Cloud Portal, you can protect your project’s backend services from unauthorized access. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # February 2025 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Updated Bandwidth Methodology** -only end-user traffic is counted, reducing reported usage and encouraging caching. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Custom Identity Provider** - Configure your own login provider directly in Umbraco Cloud and use it to sign into your project. | ||
|
|
||
| ## Updated Bandwidth Methodology | ||
|
|
||
| We’ve updated how bandwidth usage is measured in Umbraco Cloud to better reflect how others services calculate it. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| As of February 1st, 2025, only traffic between the end user and Umbraco Cloud is counted — internal traffic is no longer included. | ||
|
|
||
| This change means bandwidth stats now give a more accurate picture of real-world usage. | ||
|
|
||
| Bandwidth usage may now show around 50–100% of what you saw before, depending on your setup. | ||
|
|
||
|
|
||
| ## Custom Identity Provider | ||
| You can now connect your own Active Directory to Umbraco CMS using OpenID Connect. | ||
| This leverages the external login provider support in the CMS, but with a twist: | ||
|
Check warning on line 20 in umbraco-cloud/release-notes/overview-2025/2025-02-releasenotes.md
|
||
| you can configure it directly through the Umbraco Cloud portal – no need to handle it in code. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| A secure and convenient way to manage user access with your existing identity setup | ||
| – especially useful for teams already using centralized authentication. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # March 2025 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **A Refreshed Sign-In Experience** - Updated sign-in page with a new look and feel that matches the Umbraco identity. | ||
| * **Smoother Experience on Usage page** - Improved performance on usage pages for a faster and smoother experience. | ||
|
|
||
| ## A Refreshed Sign-In Experience | ||
|
|
||
| We’ve given the Umbraco ID sign-in page a visual facelift to better reflect the identity and feel you know from Umbraco. While the functionality remains the same, the new look brings a more familiar and welcoming experience when signing in to your projects or the Umbraco Portal. | ||
|
Check warning on line 10 in umbraco-cloud/release-notes/overview-2025/2025-03-releasenotes.md
|
||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Smoother Experience on Usage page | ||
|
|
||
| We’ve made some under-the-hood performance improvements that result in a faster and smoother experience when viewing usage data on your projects. The pages now load quicker, so you can get the insights you need with less waiting. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # April 2025 | ||
|
|
||
| ## Key Takeaways | ||
|
|
||
| * **Flexible Environments for Umbraco Cloud** - Feature Environment is now available in open beta on Umbraco Cloud – start working on larger features in isolation, available for Standard and Professional plans. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Canada Region Available** - Umbraco Cloud now has a Canada region. | ||
|
|
||
| ## Flexible Environments for Umbraco Cloud (Open Beta) | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| In order for you to be able to work on larger features and still continue to push your code and content through to the regular flow of environments, | ||
|
Check warning on line 10 in umbraco-cloud/release-notes/overview-2025/2025-04-releasenotes.md
|
||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| we are introducing Feature Environment for your project – now available as an open beta on Standard and Professional plans. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| The Feature Environment is a vertical environment connected to your development environment. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| It allows you to pull code and content from the development environment and work in isolation on larger features. | ||
|
|
||
| ❗️ During the beta period, the project must be billed via credits or invoice in order to use the feature. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Canada Region Available | ||
| Umbraco Cloud now has a Canada region, allowing you to host your projects in Canada. | ||
| This is particularly beneficial for organizations with data residency requirements or those looking to enhance performance for users in Canada. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| description: Get an overview of release notes for each month in 2024. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| # Overview 2025 | ||
|
|
||
| ### [April 2025](2025-04-releasenotes.md) | ||
| * **Flexible Environments for Umbraco Cloud** - Feature Environment is now available in open beta on Umbraco Cloud – start working on larger features in isolation, available for Standard and Professional plans. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Canada Region Available** - Umbraco Cloud now has a Canada region. | ||
|
|
||
| ### [March 2025](2025-03-releasenotes.md) | ||
| * **A Refreshed Sign-In Experience** - Updated sign-in page with a new look and feel that matches the Umbraco identity. | ||
| * **Smoother Experience on Usage page** - Improved performance on usage pages for a faster and smoother experience. | ||
|
|
||
| ### [February 2025](2025-02-releasenotes.md) | ||
| * **Updated Bandwidth Methodology** -only end-user traffic is counted, reducing reported usage and encouraging caching. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Custom Identity Provider** - Configure your own login provider directly in Umbraco Cloud and use it to sign into your project. | ||
|
|
||
| ### [January 2025](2025-01-releasenotes.md) | ||
| * **Restrict access to your Management API** It's now possible to configure IP filtering for the Umbraco Cloud Management APIs. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.