Skip to content

Release 2.19.2

Compare
Choose a tag to compare
@serinamarie serinamarie released this 23 May 19:48
· 135 commits to 2.x since this release
e42a397

This release includes a few bug fixes, ensuring:

  • πŸ› οΈ runs created from the deployments/{id}/create_flow_run endpoint hydrates workspace variables
  • πŸ”’ proper integer value display on the Variables page of the Prefect UI β€” PrefectHQ/prefect-ui-library#2454
  • βš™οΈ "Run a deployment" automation action parameter display input configuration persists during editing β€” PrefectHQ/prefect-ui-library#2458
  • πŸ“Œ requests dependency pinned to <2.32.0 in requirements-dev.txt - #13538
  • πŸ“„ Jinja template example is renderable in automations documentation β€” #13421