Releases: PrefectHQ/prefect
Releases · PrefectHQ/prefect
3.4.1.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- use correct secret in websocket subscription by @zzstoatzz in #17975
Full Changelog: 3.4.1.dev1...3.4.1.dev2
3.4.1.dev1: Nightly Development Release
What's Changed
Uncategorized
- Refactor
Runner
to receive cancellation signals via websocket by @desertaxle in #17973
Full Changelog: 3.4.0...3.4.1.dev1
3.4.0 - Pour one out for the flow run notification service
This release removes the deprecated flow run notifications feature. Existing notification policies will be automatically migrated to automations when the server starts after upgrading. Notifications will continue to work as expected—no user action is required.
Enhancements ➕➕
- Allow providing a commit sha to the
git_clone
pull step by @kevingrismore in #17933 - Add default result storage for work pools by @desertaxle in #17953
- Remove flow run notifications by @desertaxle in #17939
- Add version info inference to
flow.deploy()
by @kevingrismore in #17966
Bug Fixes 🐞
- handle heartbeat event in
wait_for_flow_run
by @zzstoatzz in #17930 - add
parameters
validator toDeploymentCreateFlowRun
by @zzstoatzz in #17938 - Fix links to Specify flow parameters section by @bkkkk in #17942
- fix dead-lock between
ConcurrentTaskRunner
,wait_for
, and tag concurrency limits by @zzstoatzz in #17943 - Remove future garbage collection warning by @cicdw in #17954
- fix: Specify project during Cloud Run provision by @danfairs in #17965
- Remove
extra="forbid"
config onWorkPoolStorageConfiguration
by @desertaxle in #17960
Development & Tidiness 🧹
- Update
uv.lock
and fix ECS provisioner test errors by @desertaxle in #17928 - Remove unnecessary walrus by @zzstoatzz in #17957
- Add
logfire
dependancy group for performance exploration by @zzstoatzz in #17860 - Bump
astral-sh/setup-uv
from 5 to 6 by @dependabot in #17906 - Update
whenever
requirement from <0.8.0,>=0.7.3 to >=0.7.3,<0.9.0 by @dependabot in #17962 - Run integration tests against
prefect-client
by @desertaxle in #17967 - Update packaging requirement from <24.3,>=21.3 to >=21.3,<25.1 by @dependabot in #17871
- Downgrade log to debug level by @cicdw in #17970
Documentation 📓
- Add vcs version types for Gitlab, Bitbucket, and Azure Devops by @kevingrismore in #17915
- Add documentation for Prefect Cloud GitHub app by @jakekaplan in #17911
New Contributors
Full Changelog: 3.3.7...3.4.0
3.3.8.dev4: Nightly Development Release
What's Changed
Bug Fixes 🐞
Development & Tidiness 🧹
- remove unnecessary walrus by @zzstoatzz in #17957
- Update @prefecthq/prefect-ui-library to version 3.12.9 by @marvin-robot in #17959
Uncategorized
- Remove
extra="forbid"
config onWorkPoolStorageConfiguration
by @desertaxle in #17960
Full Changelog: 3.3.8.dev3...3.3.8.dev4
3.3.8.dev3: Nightly Development Release
What's Changed
Enhancements ➕➕
- Allow providing a commit sha to the
git_clone
pull step by @kevingrismore in #17933
Bug Fixes 🐞
- fix dead-lock between
ConcurrentTaskRunner
,wait_for
, and tag concurrency limits by @zzstoatzz in #17943
Uncategorized
- chore(deps-dev): bump vite from 6.3.2 to 6.3.4 in /ui by @dependabot in #17949
- Remove flow run notifications by @desertaxle in #17939
Full Changelog: 3.3.8.dev2...3.3.8.dev3
3.3.8.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- add
parameters
validator toDeploymentCreateFlowRun
by @zzstoatzz in #17938 - Fix links to Specify flow parameters section by @bkkkk in #17942
Documentation 📓
- Add cloud github app to docs by @jakekaplan in #17911
New Contributors
Full Changelog: 3.3.8.dev1...3.3.8.dev2
2.20.18
What's Changed
Bug Fixes 🐞
- conditionally use new
ConfigDict
for newer pydantic 2.x by @zzstoatzz in #17948
Uncategorized
- Port dbt snowflake config private key fix to 2.x by @kevingrismore in #17691
Full Changelog: 2.20.17...2.20.18
3.3.8.dev1: Nightly Development Release
What's Changed
Bug Fixes 🐞
- handle heartbeat event in
wait_for_flow_run
by @zzstoatzz in #17930
Development & Tidiness 🧹
- Update
uv.lock
and fix ECS provisioner test errors by @desertaxle in #17928 - rm stray print from secrets_manager.py by @aaazzam in #17842
Documentation 📓
- Add vcs version types for Gitlab, Bitbucket, and Azure Devops by @kevingrismore in #17915
Full Changelog: 3.3.7...3.3.8.dev1
3.3.7 - Model Behavior
Enhancements ➕➕
Bug Fixes 🐞
- Fix errors in
task-run ls
CLI by @desertaxle in #17903 - Fix
human_friendly_diff
when used with offset timezone by @zzstoatzz in #17927 - Fix scheduled run execution via
prefect-client
and add smoke test by @desertaxle in #17920
Development & Tidiness 🧹
New Contributors
Full Changelog: 3.3.6...3.3.7
3.3.7.dev1: Nightly Development Release
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
- Fix errors in
task-run ls
CLI by @desertaxle in #17903
Development & Tidiness 🧹
- Update @prefecthq/prefect-ui-library to version 3.12.7 by @marvin-robot in #17910
- Add done callback prior to submitting by @cicdw in #17917
- Update @prefecthq/prefect-ui-library to version 3.12.8 by @marvin-robot in #17918
- Update @prefecthq/prefect-design to version 2.14.24 by @marvin-robot in #17919
New Contributors
Full Changelog: 3.3.6...3.3.7.dev1