Releases: PrefectHQ/prefect
Releases · PrefectHQ/prefect
3.6.7.dev6: Nightly Development Release
What's Changed
Uncategorized
- fix: correct docket_url setting path to server.docket.url by @zzstoatzz in #19791
Full Changelog: 3.6.7.dev5...3.6.7.dev6
3.6.7.dev5: Nightly Development Release
What's Changed
Uncategorized
- Fix mattermost botname issue by @tre-ert in #19780
- feat: convert scheduler and proactive triggers to docket, remove LoopService by @zzstoatzz in #19756
New Contributors
Full Changelog: 3.6.7.dev4...3.6.7.dev5
3.6.7.dev4: Nightly Development Release
What's Changed
Development & Tidiness 🧹
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #19773
- chore(deps): bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #19774
Full Changelog: 3.6.7.dev3...3.6.7.dev4
3.6.7.dev3: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Silence retryable SQLite lock errors from docket.worker logger by @devin-ai-integration[bot] in #19772
Full Changelog: 3.6.7.dev2...3.6.7.dev3
3.6.7.dev2: Nightly Development Release
What's Changed
Enhancements ➕➕
- feat: Add support for AWS IAM authentication for PostgreSQL database by @alaminopu in #19580
- docs: add negative matching documentation for automation triggers by @chrisguidry in #19760
- feat: add generic typing support for Variable.get method by @devin-ai-integration[bot] in #19764
Bug Fixes 🐞
- fix: update broken links in creating-automations docs by @devin-ai-integration[bot] in #19759
Development & Tidiness 🧹
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #19744
Uncategorized
- feat: convert telemetry service to docket perpetual function by @zzstoatzz in #19754
New Contributors
- @alaminopu made their first contribution in #19580
Full Changelog: 3.6.7.dev1...3.6.7.dev2
3.6.7.dev1: Nightly Development Release
What's Changed
Enhancements ➕➕
- feat: convert late_runs service to docket perpetual function by @zzstoatzz in #19722
- feat: convert repossessor service to docket perpetual function by @zzstoatzz in #19739
Documentation 📓
- Add release notes for
prefect-databricks==0.4.0by @desertaxle in #19736
Uncategorized
- Add @chrisguidry as a CODEOWNER by @zzstoatzz in #19738
- feat: convert foreman service to docket perpetual function by @zzstoatzz in #19741
Full Changelog: 3.6.6...3.6.7.dev1
3.6.6 - The Eternal Docket of the Spotless Server
3.6.6 - The Eternal Docket of the Spotless Server
Released on December 08, 2025
Enhancements ➕➕
- Add client-side configuration for deployment concurrency grace period by @devin-ai-integration[bot] in #19489
- Add PostgreSQL
search_pathsupport via settings by @devin-ai-integration[bot] in #19620 - Add memory safeguards to event persister service by @desertaxle in #19651
- Add perpetual services infrastructure and convert
cancellation_cleanupto perpetual Docket task by @zzstoatzz in #19715 - Convert
pause_expirationsservice to perpetual Docket task by @zzstoatzz in #19719
Bug Fixes 🐞
- Prevent uvloop from setting global event loop policy in healthcheck by @zzstoatzz in #19660
- Clarify
result_storageusage with@taskand@flowdecorators by @devin-ai-integration[bot] in #19671 - Exclude
DEFAULTcache policy from triggering automaticpersist_resultby @devin-ai-integration[bot] in #19673 - Remove return type annotation from settings serializer to fix OpenAPI schema by @zzstoatzz in #19616
- Use
history_interval_secondsas parameter name in OpenAPI schema by @desertaxle in #19659
Development & Tidiness 🧹
- Turn off dependabot for Vue UI package updates by @desertaxle in #19636
- Add weekly release kickoff workflow by @desertaxle in #19661
- Migrate
prefect.input.actionsfromsync_compatibletoasync_dispatchby @zzstoatzz in #19632 - Remove auto-generate docs workflow by @desertaxle in #19665
Documentation 📓
- Fix incorrect Dockerfile example in "Deploy via Python" guide by @desertaxle in #19653
Full Changelog: 3.6.5...3.6.6
3.6.6.dev5: Nightly Development Release
What's Changed
Enhancements ➕➕
- feat: add perpetual services infrastructure and convert cancellation_cleanup by @zzstoatzz in #19715
- feat: convert pause_expirations service to docket perpetual function by @zzstoatzz in #19719
Bug Fixes 🐞
- fix(prefect-dbt): skip ephemeral models in upstream node lookup by @zzstoatzz in #19708
Uncategorized
- chore(deps-dev): bump vite from 7.1.5 to 7.2.7 in /ui by @dependabot[bot] in #19723
Full Changelog: 3.6.6.dev4...3.6.6.dev5
3.6.6.dev4: Nightly Development Release
What's Changed
Bug Fixes 🐞
- fix(prefect-dbt): fix command detection when flags precede command by @zzstoatzz in #19694
Documentation 📓
- prepare prefect-dbt 0.7.11 by @zzstoatzz in #19702
Full Changelog: 3.6.6.dev3...3.6.6.dev4
3.6.6.dev3: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Clarify
result_storageusage with@taskand@flowdecorators by @devin-ai-integration[bot] in #19671 - fix: exclude DEFAULT cache policy from triggering automatic persist_result by @devin-ai-integration[bot] in #19673
Uncategorized
- Provide ability to bulk insert tasks in TaskRunRecorder by @saschwartz in #19586
Full Changelog: 3.6.6.dev2...3.6.6.dev3