This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.
Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.
Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.
Latest changes
Fixed an error that returned a 400 with message Sort order must be an integer when specified or Enabled must be a boolean when specified when you called PATCH languagebranches with sortOrder enabled.
Fixed an issue that duplicated the language property when you sent a request to the CD endpoint with select=language.
Fixed an issue where the remaining URL was stripped from the CD response when the LinkItem or LinkItemCollection property referred to content.
Fixed an issue where JSON settings changed for the whole application, and the serialization was also affected in the OpenID Connect UI.
Fixed an issue where the incorrect values showed in AddOpenIDConnect.
PreviewUrl and EditUrl properties are included in the responses from the Content Management API.
You can configure the SqlServerDbContextOptions in the EPiServer.OpenIDConnect package.
Fixed an issue that caused a null reference exception when you requested an expired Start page with Content Delivery API.
Optimizely Content Cloud supports list of properties (such as a list of blocks).
Usage:
When not flattened format:
"blockList": { "value" : [ { "blockHeading" : { "value" : "Heading_1" } }, { "blockHeading" : { "value": "Heading_2" } } ] }
When format is set to flattened:
"blockList": [ { "blockHeading" : "Heading_3" }, { "blockHeading" : "Heading_4" } ]
Fixed an issue that occurred when you upgraded the CMS packages to the latest version (12.17.0): the OpenID Connect (OIDC)-admin (EPiServer.OpenIDConnect.UI 3.6.0) stopped working. The UI for OIDC stopped working and generated an error message.
If you downgrade to an earlier version of the CMS packages, it works again.
Note: This issue didn't occur with released UI 12.16.1 & EPiServer.OpenIDConnect.UI 3.6.0.