November Happy Hour will be moved to Thursday December 5th.
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 issue where IPricingExtensions.GetPreferredCurrency was null for anonymous users.
Fixed incorrect logic in IsReindexingContentOnPriceUpdates.
Updated package dependency range to Episerver.Find 16.
Re-added wildcard at the end of a query to search for partial product codes.
Updated package dependency range to Episerver.Find 15.
Fixed EPiServer.Commerce.FindSearchProvider to support Find 15.
CatalogContentEventListener.IndexContentIfNeeded can get into an infinite loop when executing multiple threads. You should use ConcurrentDictionary instead of using standard dictionaries.
Fixed an issue where a second search would not produce a result. If you cleared the content index and then started Search & Navigation Content Indexing Job manually, the first search in the Search box of the catalog tree performs correctly, but the next one did not.
Updated the Newtonsoft.Json dependency version from 12 to 13.
(Episerver.Find already supported Newtonsoft.Json 13)
Fixed issue with ability to set FindCommerce event indexing to allow for temporarily disabling of event indexing.
CatalogContentClientConventions.AllowIndexingCatalogContent should be possible to set dynamically. Furthermore, IsListeningToPriceEvents, IsListeningToInventoryEvents and IsListeningToLowLevelApiEvents should be introduced, and also possible to set dynamically to allow fine grain control of the indexing.