Release Notes
3.3.0
Release date: 27 May 2026
This minor release fixes several bugs, includes improvements, and upgrades dependencies.
Deprecations
- The
importRDFIntoFedoraaction is deprecated and will be removed in the next major version. Use theimportRDFIntoBoxaction 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
replaceInstantiationto pass the reason of the replacement. (ACTIONJS-218) - Upgrade dependencies.
Bugfixes
- Fixed bugs within customer specific action
sendUpdatesToAccessComponent. - Fixed bug in
harvestOaiPmhDatawhere the resumptionToken element was ignored if it did not contained attributes (ACTIONSJS-223).