What's Changed
💥 Breaking Changes
- Dependencies: Updates Swashbuckle to v10 by @lauraneto in #20925
- We have taken this dependency due to Swashbuckle 9 having a dependency on a version of
Microsoft.OpenApithat will go out of support within the lifetime of Umbraco 17. In this way we can avoid having to make this update later, and incur a breaking change in a later minor of 17. The CMS will still generate OpenAPI 3.0.4 schemas. For more details, please see #20902 and the PR linked above.
- We have taken this dependency due to Swashbuckle 9 having a dependency on a version of
📦 Dependencies
- Update further dependencies for 17 by @AndyButland in #20935
- build(deps): bump marked to 17.0.1 by @iOvergaard in #20933
- build(deps): bump @microsoft/signalr to 10.0.0 by @iOvergaard in #20932
🐛 Bug Fixes
- Localization: Restores region-specific cultures by @leekelleher in #20939
Full Changelog: release-17.0.0-rc3...release-17.0.0-rc4