What's Changed
🐛 Bug Fixes
- Delivery API: Only add default strategy if delivery API is not registered (closes #20976) by @Zeegaan in #20982
- Rendering: Don't use element cache level on snapshot cache level properties by @kjac in #21006
- Delivery API: Missing Member Open API security scheme references by @lauraneto in #21020
- Tree: Fix incorrect error notification when deleting last child (closes #20977) by @iOvergaard in #20985
- Delivery API: Retain the Delivery API login redirect behavior in .NET 10 (closes #21000) by @kjac in #21023
- Segments: Fix processing data for segments variants by @nielslyngsoe in #21018
- Static files: Fix tree to only provide items from expected folders (closes #20962) by @AndyButland in #21001
- Management API: Return not found from request for content references when entity does not exist (closes #20997) by @AndyButland in #20999
- Migrations: Ensure
umbracoPropertyDatacolumn casing by @AndyButland in #21015 - Cache: Add awaits to memory cache rebuilds to fix race conditions by @nikolajlauridsen in #20960
🚤 Performance
- Migrations: Optimise
ConvertLocalLinksmigration to process data in pages, to avoid having to load all property data into memory by @AndyButland in #21003 - Migrations: Set a long timeout by default on the migration of system dates (closes #21013) by @AndyButland in #21022
Full Changelog: release-17.0.0...release-17.0.1