From 538dc37472123f365424063874206cfbe54c6017 Mon Sep 17 00:00:00 2001 From: jakekaplan <40362401+jakekaplan@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:50:19 -0400 Subject: [PATCH] Release Notes for 2.19.5 (#14011) Co-authored-by: Alexander Streed --- RELEASE-NOTES.md | 15 +++++++++++++++ compat-tests | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4f05cf68ee67..26256759d495 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,20 @@ # Prefect Release Notes +## Release 2.19.5 + +### Fixes +- Fix `prefect deploy` when using dynamic `@flow` parameters - https://github.com/PrefectHQ/prefect/pull/13991 +- Fix `prefect deploy` to prevent code execution inside main guard - https://github.com/PrefectHQ/prefect/pull/14004 +- Fix typing on `GlobalConcurrencyLimitUpdate` - https://github.com/PrefectHQ/prefect/pull/14006 + +### Integrations +- Restore `jobs_runs_submit_by_id_and_wait_for_completion` to `prefect-databricks` - https://github.com/PrefectHQ/prefect/pull/13957 + +### Documentation +- Fix formatting in automations concept docs - https://github.com/PrefectHQ/prefect/pull/13962 + +**All changes**: https://github.com/PrefectHQ/prefect/compare/2.19.4...2.19.5 + ## Release 2.19.4 ### Fixes diff --git a/compat-tests b/compat-tests index 8272664027a1..3c5ec0111e2a 160000 --- a/compat-tests +++ b/compat-tests @@ -1 +1 @@ -Subproject commit 8272664027a1e4d4267d556758ec0a032bdf4d3e +Subproject commit 3c5ec0111e2aa7b160f2b21cfd383d19448dfe13