Packages [expand] [collapse]
Released in version
2.19.0
2.18.0
2.17.0
2.14.0
2.13.0
2.11.0
2.10.0
2.9.0
2.6.1
2.6.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
1.0.1
1.0.0

Release notes for Optimizely CMS and Customized Commerce updates

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.

  • Bug – Display bug fixes.
  • Critical bug – Display only critical bug fixes.
  • Feature –  Display only new features (all features).
  • UI Feature – Display only end-user (user interface) features.

Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
HAPI-2387
  PATCH languagebranches with sortOrder/ enabled is empty string or null should return default value/ current value

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.

EPiServer.ContentDeliveryApi 3.6.0;
Soon to be released
HAPI-2361
  Duplicated "language" property returned when query CD endpoints with select=language

Fixed an issue that duplicated the language property when you sent a request to the CD endpoint with select=language.

EPiServer.ContentDeliveryApi 3.5.0;
Soon to be released
HAPI-2411
  Remaining URL does not return if LinkItem or LinkItemCollection refers to content

Fixed an issue where the remaining URL was stripped from the CD response when the LinkItem or LinkItemCollection property referred to content.

EPiServer.ContentDeliveryApi 3.7.0;
Soon to be released
HAPI-2381
  Global JSON settings affects serialization in OIDC UI

Fixed an issue where JSON settings changed for the whole application, and the serialization was also affected in the OpenID Connect UI.

EPiServer.ContentDeliveryApi 3.6.0;
Soon to be released
HAPI-2277
  Wrong default values in AddOpenIDConnect

Fixed an issue where the incorrect values showed in AddOpenIDConnect.

EPiServer.ContentDeliveryApi 3.4.0;
Soon to be released
HAPI-2284
  Include preview and edit URL in response

PreviewUrl and EditUrl properties are included in the responses from the Content Management API.

EPiServer.ContentDeliveryApi 3.4.0;
Soon to be released
HAPI-2264
  Make OpenIDConnect package integrated well with EF Core migration

You can configure the SqlServerDbContextOptions in the EPiServer.OpenIDConnect package.

EPiServer.ContentDeliveryApi 3.4.0;
Soon to be released
HAPI-2674
  Null reference exception when you request an expired Start page with Content Delivery API

Fixed an issue that caused a null reference exception when you requested an expired Start page with Content Delivery API.

EPiServer.ContentDeliveryApi 3.8.1;
Soon to be released
HAPI-2421
  ContentManagement API - Support list properties

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"
  }
]

 

EPiServer.ContentDeliveryApi 3.6.0;
Soon to be released
HAPI-2611
  MissingMethodException error occurs when you open an OpenID Connect page in admin view

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.

EPiServer.ContentDeliveryApi 3.7.0;
Soon to be released
1 2 3 4 5 6 Next