Skip to content

2.15.2

Compare
Choose a tag to compare
@monaco-release-dt-bot monaco-release-dt-bot released this 23 Aug 09:37
· 70 commits to main since this release
v2.15.2

What's Changed

Fixes extracted scope parameters possibly containing invalid characters after download.

The 'scope' parameter of a downloaded Setting is extracted into a parameter by Monaco - the ID of this parameter is based on the scope value.
In some cases the 'scope' contains dots - which Monaco wrongly interprets as referencing a nested value in the created parameter, which does not exist.

This version fixes this by normalizing any dots to underscores in the generated parameter's ID.


⚠️ No Container image available for this version ⚠️

Due to an issue in our release process, this bugfix release is currently not available on Docker Hub!
We're sorry for this inconvenience and working on a fix.


Full Changelog: v2.15.1...v2.15.2