Follow this article to receive email notifications when new Optimizely Content Management System (CMS 11) packages are available for 2024. Product packages are found on the Optimizely NuGet server.
You can find prior versions of user guides (2021 and older) and when functionality was released or deprecated at the following locations:
October 16, 2024
EPiServer.CMS.Core 12.21.8
Bug fix
-
CMS-36261 – Fixed a timing issue that occurred when there were many content types and simultaneous access to certain types. The issue arose because
EagerCompileProxies
was called in a background thread, and if there are manyContentTypes
, it takes time to generate proxies. During this proxy generation, if someone accessed types usingAppDomain.CurrentDomain.GetAssemblies()
and subsequently attempted to access those types, an exception was thrown.
October 8, 2024
EPiServer.CMS.UI 11.37.3
Enhancement
- Improved encoding of data used in the dashboard.
Please sign in to leave a comment.