Skip to main content
Version: 3.3

Release Notes

3.3.0

Release date: 27 May 2026

This minor release fixes several bugs, includes improvements, and upgrades dependencies.

Deprecations

  • The importRDFIntoFedora action is deprecated and will be removed in the next major version. Use the importRDFIntoBox action instead.

New features

  • Introduces support for variables within configuration files. (COSMOS-978)

Improvements

  • Added parallel downloads and retry mechanism in action downloadPackageFromPreIngestComponent. (ACTIONSJS-214)
  • Ensure proper exit code at the end of the actions. (FEEDERGUI-671)
  • Add an optional parameter on replaceInstantiation to pass the reason of the replacement. (ACTIONJS-218)
  • Upgrade dependencies.

Bugfixes

  • Fixed bugs within customer specific action sendUpdatesToAccessComponent.
  • Fixed bug in harvestOaiPmhData where the resumptionToken element was ignored if it did not contained attributes (ACTIONSJS-223).