Skip to main content

GlobalLink Connect Cloud for CoreMedia Content Cloud v2412.0.0-1

Approve CMCC v12.2412.0.0.

Summaryโ€‹

  • Adapted the connector to CoreMedia Content Cloud v12.2412.0.0.
  • Includes changes for v12.2406.1.0-1, i.e., support for state Redelivered and more.

Upgrade Information ๐Ÿ†™โ€‹

Ensure to update custom or adapted package.json to also refer to workspace artifacts via workspace: version, like:

{
"dependencies": {
"@coremedia/studio-client.cap-base-models": "workspace:*"
}
}

Improvements ๐Ÿ’ชโ€‹

CoreMedia Content Cloud v12.2412.0.0 Adaptationsโ€‹

Minor Changes ๐Ÿงนโ€‹

Removed Extension-Tool Left-Oversโ€‹

  • Removed the <relativePath> added via Extension-Tool (will be recreated automatically when running the Extension-Tool again).

Behind the Scenes ๐ŸŽญโ€‹

Enhanced Release Steps Documentationโ€‹

  • Adjusted release steps to reflect the current development workflow and to use modern Git commands (git switch).

  • Straightened manual test steps, also providing a screenshot of the GlobalLink Management Dashboard to ease accessing the UI during manual tests.

Validate for Extension-Tool Left-Oversโ€‹

  • Added a validation to check for <relativePath> in pom.xml files during pull request checks.