Skip to content

New behaviour for PUT API. UI support for nested variables

Compare
Choose a tag to compare
@defreng defreng released this 20 Nov 19:17
· 21 commits to main since this release
d7f35c2

New Features

  • The UI now supports providing and editing nested template variables and lists
  • There is a new PATCH /incarnation/{id} endpoint which has the same behavior as the previous PUT endpoint (see breaking changes below)

Breaking Changes & Deprecations

  • Behavior of the PUT /incarnation/{id} endpoint changed to no longer behave as a PATCH endpoint. When using the PUT endpoint, from now on the complete set of template variable values has to be provided (it no longer remembers the previous used values).
    • in case the old behavior is needed, there is a new PATCH endpoint available.

Bug Fixes

  • the changes API was returning wrong status information for changes with merge requests. this has been fixed.