Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.85 KB

CHANGELOG

All notable changes to this project are documented in this file.

Inspired from Keep a Changelog

Features

Enhancements

Bug Fixes

Infrastructure

Documentation

Maintenance

Refactoring

Features

Enhancements

  • Add guardrails to default use case params (#658)
  • Allow strings for boolean workflow step parameters (#671)
  • Add optional delay parameter to no-op step (#674)

Bug Fixes

  • Reset workflow state to initial state after successful deprovision (#635)
  • Silently ignore content on APIs that don't require it (#639)
  • Hide user and credential field from search response (#680)
  • Throw the correct error message in status API for WorkflowSteps (#676)
  • Delete workflow state when template is deleted and no resources exist (#689)

Infrastructure

  • Switch macos runner to macos-13 from macos-latest since macos-latest is now arm64 (#686)

Documentation

Maintenance

Refactoring

  • Improve error messages for workflow states other than NOT_STARTED (#642)