Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

67 lines (45 loc) · 6.31 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2021-11-24)

Bug Fixes

1.1.1 (2021-11-15)

Bug Fixes

1.1.0 (2021-11-11)

Features

  • context destroy --force flag (#118) (4282093)
  • Initial infrastructure for MiniWdl support (#125) (387393a)
  • Introducing AWS Lambda based WES Adapter for running the workflows (#155) (bd90f47)

Bug Fixes

  • Adds a message when new logs aren't shown to the user immediately (#131) (54349d2)
  • Asserts order deterministically (#153) (c4299e8)
  • correctly link to core app (#133) (ce103b2)
  • Deregionalize min permissions (#128) (c4dc96b)
  • Fixes how users interact with the context commands (#115) (ffb3bb6)
  • improve contrast in docs (#149) (beb10f4)
  • invalid AWS Health url (#130) (1aef83b)
  • miniwdl interpolation workaround (27f4bf5)
  • Pass engine endpoint directly the wes adapter (#122) (81ed484)
  • show logs for workflows with more than 100 tasks (#114) (4e54c3b)
  • Shows the relevant error if the workflow logs can't be retrieved (#103) (2051b95)
  • temporary folder potential leak in some error scenarios. unit test for cdk command execution (#140) (c50608e)
  • updates context describe to be consistent with context destroy (#143) (bb7667b)
  • updates how the logs are shown from cloudwatch (#142) (1502578)
  • Use correct context name (#132) (c1516b6)
  • use proper go tags for windows build (#117) (7dfa94a)
  • Workflow status now ignores unqueryable stacks (#138) (cf817a8)
  • workflows from demo-wdl-project should run without errors out of the box (#108) (6960eac)

1.0.1 (2021-10-01)

Bug Fixes

  • Updated documentation
  • Scoped down engine IAM permissions
  • Improved error messages

1.0.0 (2021-09-26)

Features

  • First release!