From 669964d20293cf9facc2b56c260d8e9d59854abe Mon Sep 17 00:00:00 2001 From: nate nowack Date: Tue, 30 Jan 2024 10:39:31 -0600 Subject: [PATCH] prep `2.14.18` (#11769) Co-authored-by: Serina Grill <42048900+serinamarie@users.noreply.github.com> --- RELEASE-NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3138b5eb32e5..4cc17461879c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,20 @@ # Prefect Release Notes +## Release 2.14.18 + +### Fixes +- Allow prefect settings to accept lists — https://github.com/PrefectHQ/prefect/pull/11722 +- Revert deprecation of worker webserver setting — https://github.com/PrefectHQ/prefect/pull/11758 + +### Documentation +- Expand docs on interactive flows, detailing `send_input` and `receive_input` — https://github.com/PrefectHQ/prefect/pull/11724 +- Clarify that interval schedules use an anchor not start date — https://github.com/PrefectHQ/prefect/pull/11767 + +## New Contributors +* @clefelhocz2 made their first contribution in https://github.com/PrefectHQ/prefect/pull/11722 + +**All changes**: https://github.com/PrefectHQ/prefect/compare/2.14.17...2.14.18 + ## Release 2.14.17 ### **Experimental**: Non-blocking submission of flow runs to the `Runner` web server