Try our conversational search powered by Generative AI!

Packages [expand] [collapse]
Released in version
14.20.0
14.19.0
14.18.0
14.17.0
14.16.0
14.15.6
14.15.5
14.15.4
14.15.3
14.15.2
14.15.1
14.15.0
14.14.0
14.13.1
14.13.0
14.12.0
14.11.0
14.10.0
14.9.0
14.8.0
14.7.1
14.7.0
14.6.0
14.5.0
14.4.0
14.3.1
14.3.0
14.2.1
14.2.0
14.1.3
14.1.2
14.1.1
14.1.0
14.0.3
14.0.2
13.37.0
13.36.0
13.35.0
13.34.1
13.34.0
13.33.0
13.32.7
13.32.6
13.32.5
13.32.4
13.32.3
13.32.2
13.32.1
13.32.0
13.31.1
13.31.0
13.30.0
13.29.0
13.28.0
13.27.0
13.26.0
13.25.0
13.24.0
13.23.1
13.23.0
13.22.0
13.21.0
13.20.0
13.19.0
13.18.2
13.18.1
13.18.0
13.17.0
13.16.1
13.16.0
13.15.0
13.14.1
13.14.0
13.13.0
13.12.0
13.11.0
13.10.0
13.9.0
13.8.0
13.7.1
13.7.0
13.6.0
13.5.0
13.4.0
13.3.1
13.3.0
13.2.0
13.1.0
13.0.0
12.17.2
12.17.1
12.17.0
12.16.0
12.15.1
12.15.0
12.14.0
12.13.0
12.12.1
12.12.0
12.11.1
12.11.0
12.10.0
12.9.1
12.9.0
12.8.1
12.8.0
12.7.0
12.6.0
12.5.0
12.4.1
12.4.0
12.3.1
12.3.0
12.2.0
12.1.0
12.0.0
11.8.5
11.8.4
11.8.3
11.8.2
11.8.1
11.8.0
11.7.1
11.7.0
11.6.1
11.6.0
11.5.1
11.5.0
11.4.1
11.4.0
11.3.0
11.2.6
11.2.5
11.2.4
11.2.3
11.2.2
11.2.1
11.2.0
11.1.1
11.1.0
11.0.0
10.8.0
10.7.3
10.7.2
10.7.1
10.7.0
10.6.0
10.5.1
10.5.0
10.4.3
10.4.2
10.4.1
10.4.0
10.3.0
10.2.3
10.2.2
10.2.1
10.2.0
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.24.1
9.24.0
9.23.0
9.22.1
9.22.0
9.21.0
9.20.0
9.19.1
9.19.0
9.18.0
9.17.0
9.16.0
9.15.0
9.14.1
9.14.0
9.13.0
9.12.0
9.11.1
9.10.0
9.9.0
9.8.1
9.7.1
9.7.0
9.6.0
9.5.0
9.4.1
9.4.0
9.3.2
9.3.1
9.2.1
9.2.0
9.1.0
9.0.0
8.17.0
8.16.1
8.16.0
8.15.0
8.14.0
8.13.4
8.13.3
8.13.2
8.13.1
8.13.0
8.12.0
8.11.5
8.11.4
8.11.3
8.11.2
8.11.1
8.11.0
8.10.0
8.9.0
8.8.0
8.7.1
8.6.1
8.6.0
8.5.0
8.4.0
8.3.0
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.12.0
7.11.0
7.10.3
7.10.2
7.10.1
7.10.0
7.9.0
7.8.6
7.8.5
7.8.4
7.8.2
7.8.1
7.7.2
7.6.1
7.6.0
7.5.1002.0
7.5.1001.0
7.5.1000.0
7.5.446.1
7.5.446.0
7.5.440.0
7.5.409.0
7.5.402.0
7.5.394.2

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
COM-11005
  Issue rounding return total if you return several items and order has discount

Prerequisite: An order with 3 items SKU-31957691 (price $171.50), an order discount of $50, and a sales tax 9%. The order total excluding shipping is 506.31 USD.

Steps to reproduce:

  1. Return 1 item SKU-31957691 --> return total is 135.43 USD.
  2. Return a second occurrence of that item, SKU-31957691--> return total is 185.43 USD.
  3. Return a third occurrence of that item, SKU-31957691 --> the return total is 185.43 USD.

Expected:
Return total should be 506.31 USD

Actual:
After 3 returns, the return total is 135.43+ 185.43+185.43 = 506.29 USD

EPiServer.Commerce 13.17.0; (Or a related package);
Mar 26, 2020
COM-11045
  Catalog content provider doubles cache data in certain scenarios

CatalogContentProvider uses the default content cache, but it also uses a cache in a lower layer, in CatalogContentLoader. This is because of a layering issue, where other parts that are technically in the layer below the cache benefit from caching.

This double caching works well in the in-memory scenario, because there are only two cache keys pointing to the same object instance. However other implementations, like a serializing cache, store double data.

EPiServer.Commerce 13.17.0; (Or a related package);
Mar 26, 2020
COM-11048
  Unnecessary joins in ecfVersion_ListByEntryWorkIds

ecfVersion_ListByEntryWorkIds joins several tables to get the relations of entries. However, as relations are not versioned, that is unnecessary and can cause performance issues.

EPiServer.Commerce 13.17.0; (Or a related package);
Mar 26, 2020