Skip to content

v1.10.0

Compare
Choose a tag to compare
@teo teo released this 22 May 08:03
· 171 commits to master since this release

This release adds support for subdirectories within component configuration prefixes, and removes component configuration entry versioning. Specifically this means that all existing timestamped component configuration entry keys are not transparent any more, and must be referenced explicitly if desired. The recommendation is to redeploy the full component configuration tree.

  • Component configuration subpaths:
    • [apricot] allow for arbitrary number of entry subfolders in HTTP service
    • [apricot] test the HTTP handler for Apricot
    • [common] OCTRL-805 allow to group entries in subfolders
    • [common] get rid of the concept of versioning and timestamps
    • [common] add multiple unit tests concerning configuration, include fixes