Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Packages [expand] [collapse]

Release notes for Optimizely CMS and Customized Commerce updates

Important

Release notes moved to a new location. As of May 15th, 2024, the release notes on the World site no longer receive updates. See Release notes by product on the Optimizely Support site.

Go to your product's release notes page and click Follow to receive an email notification whenever release notes are added.

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.
  • Security - Display only security updates.

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
CG-5921
  Allow setting minimum score of items that OG should retrieve

Released the ability to set the minimum score for the returned search results so that you can limit the number of irrelevant results.

Jun 06, 2024
CG-5829
  Sort by _modified field

Added the ability to sort by the _modified field, so you can sort content by the datetime of modification by the system.

 

Apr 15, 2024
CG-6873
  Prevent field collision

Added the ability to prevent field collisions by updating the appSettings.json in CMS.

Apr 15, 2024
CG-5268
  Support snippets on values for searchable string fields

Added support for the creation of snippets for values for searchable string fields. A snippet is a short text fragment comprising the words you have searched for.

Apr 15, 2024
CG-6778
  Restricted content is not included in content area of a page when they have same access rights

Fixed an issue where restricted content did not display in the ContentArea of a page even though the content had the same access permissions as the page. 

Mar 12, 2024
CG-6872
  Option to not extract text from media content

Included an option for the user to choose not to extract text from media content. Go to startup.cs and set ExtractMedia to false.

Mar 12, 2024
CG-6682
  SearchableSuffixContentTransformer.MaxDepth should be configurable

Made SearchableSuffixContentTransformer.MaxDepth configurable by using code or appsettings.json.

Mar 12, 2024
CG-6834
  Object mapping issue happens when running synchronization job.

Fixed an object mapping issue that occurred when the Optimizely Graph content synchronization job was run. 

Mar 12, 2024
CG-6361
  [ERR] Deleting failed for content by path in console when running Delta indexing job

Fixed an issue where the Delta indexing job ran successfully after reindexing the site but an error message displayed in the console. 

[20:31:15 ERR] Deleting failed for content by path:
System.ArgumentNullException: operations cannot be null, empty, or contain any null or empty items. (Parameter 'operations')
   at Optimizely.ContentGraph.Core.Internal.Helpers.ObjectExtensions.ValidateNotNullOrEmptyArguments[T](IEnumerable`1 argument, String paramName)
   at Optimizely.ContentGraph.Core.Client.StreamAsync(IEnumerable`1 operations, CancellationToken cancellationToken)
   at Optimizely.ContentGraph.Cms.Core.Internal.ContentIndexer.DeleteAsync(IEnumerable`1 deleteItems)
Jan 16, 2024
CG-6567
  Handle issue with Form model in HAPI-2756

Ensured that when querying for form data using ContentDeliveryAPI, formModel property returns in the result. 

Jan 16, 2024
1 2 3 4 5 Next