Server

LTS 2021.31 / LTS 2021-HF31

Updated: April 29, 2024

What's New in LTS 2021.31 / LTS 2021-HF31

Improved tracing related to Work and ShellExecutor.

 More on JIRA ticket NXP-31537

Add MongoDB Index on ecm:Isversion

New MongoDB index on ecm:isVersion.

 More on JIRA ticket NXP-31530

Fire an Event Before a Document Is Being Trashed or Untrashed

aboutToTrash and aboutToUntrash inline events are now fired before trashing or untrashing a document.

 More on JIRA ticket NXP-31514

Add isTrashed Method on DocumentWrapper

DocumentWrapper now exposes an isTrashed() method.

 More on JIRA ticket NXP-31513

Fix Index Creation in MongoDB

MongoDB indexes creation takes correctly into account the schema prefix when not defined.

 More on JIRA ticket NXP-31422

Remove Kafka AdminClient Warn When Using SSL

The Kafka clients have been bumped to version 2.8.0.

 More on JIRA ticket NXP-29597

Scalable Orphan Version Cleanup

A new bulk action is available to garbage collect orphaned versions.

The former implementation to remove the orphaned versions did not scale for a large repository.

The new BAF implementation will handle large repositories even though invoking such garbage collection involves a heavy long-running process that should be executed on-demand only.

The garbage collection of orphaned versions is exposed in the management API, see the related documentation

A version stays referenced and therefore is not removed if:

  • any proxy points to a version in the version history of any live document
  • or in the case of a tree snapshot if there is a snapshot containing a version in the version history of any live document.

 More on JIRA ticket NXP-27139

Learn More

More information about released changes and fixed bugs is available in our bug tracking tool.