Releases: PrefectHQ/prefect
Releases · PrefectHQ/prefect
3.1.3.dev4: Nightly Development Release
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
- fix worker not releasing limit slot on failed propose pending state by @jdjfisher in #16012
- refactor: gcp cloud run v2 extend env vars and fix cloud sql by @matmiad in #16026
Development & Tidiness 🧹
- Update @prefecthq/prefect-design to version 2.14.11 by @marvin-robot in #16028
- Remove experimental worker logs setting by @abrookins in #16024
- Update @prefecthq/prefect-ui-library to version 3.11.19 by @marvin-robot in #16029
- [UI v2] Variables table - part 2 by @desertaxle in #16025
- Update links in blocks to not point to docs from archived repositories by @discdiver in #16031
- Move installation notes to bottom of self-host doc by @jlowin in #16034
Uncategorized
- [UI v2] Fix tab order in variable create dialog by @desertaxle in #16014
New Contributors
- @evan-liu made their first contribution in #16003
- @jdjfisher made their first contribution in #16012
Full Changelog: 3.1.3.dev3...3.1.3.dev4
3.1.3.dev3: Nightly Development Release
What's Changed
Bug Fixes 🐞
- handle UNC paths for windows by @zzstoatzz in #16005
- Remove rc suffixes from all internal dependencies by @cicdw in #16018
Integrations & Dependencies 🤝
- Add Flow run OTEL instrumentation by @collincchoy in #16010
Uncategorized
- fix:
prefect_redis
use ofasync
by @teocns in #15967 - Remove Discourse from README by @olearycrew in #16023
New Contributors
- @teocns made their first contribution in #15967
- @olearycrew made their first contribution in #16023
Full Changelog: 3.1.3.dev2...3.1.3.dev3
3.1.3.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- make sure workers emit stop events by @zzstoatzz in #16002
Development & Tidiness 🧹
- Update @prefecthq/prefect-design to version 2.14.10 by @marvin-robot in #16004
- Fix formatting for output file tree structure in customize.mdx by @discdiver in #16006
- [UI v2] Variables table - part 1 by @desertaxle in #15985
Full Changelog: 3.1.3.dev1...3.1.3.dev2
3.1.3.dev1: Nightly Development Release
What's Changed
Integrations & Dependencies 🤝
- Update croniter requirement from <5.0.0,>=1.0.12 to >=1.0.12,<6.0.0 by @dependabot in #15856
Uncategorized
Full Changelog: 3.1.2...3.1.3.dev1
One is the loneliest number
3.1.2: Bug Fixes, Chicago Style, Hold the Ketchup
3.1.2: Bug Fixes, Chicago Style, Hold the Ketchup
Bug Fixes 🐞
- Fixes the arguments for the url generation in BaseWorker by @sam-phinizy in #15982
- Fix formatting of
list
andset
settings values when marshaling to environment variables by @GalLadislav in #15979 - fix delete block type prompt by @zzstoatzz in #15989
- Ensure
.env
files load only Prefect environment variables by @desertaxle in #15975 - Fix bugs in precedence of settings sources for settings with multiple validation aliases by @desertaxle in #15995
- Persist failed data at random locations by @cicdw in #15991
- Fixes the worker url slug by @sam-phinizy in #15964
- Add in ability to pass additional formatting kwargs to
url_for
by @sam-phinizy in #15974 - Fix the key for worker metadata: it's is just "metadata" by @abrookins in #15965
Integrations & Dependencies 🤝
- adopt
async_dispatch
for slack collection by @zzstoatzz in #15973
Development & Tidiness 🧹
- Update @prefecthq/prefect-design to version 2.14.9 by @marvin-robot in #15961
- Update @prefecthq/prefect-ui-library to version 3.11.16 by @marvin-robot in #15956
- handle possible
None
value by @zzstoatzz in #15966 - Add sidebar to v2 UI by @desertaxle in #15925
- [UI v2] Add ability to create new variables by @desertaxle in #15962
- update
asyncio_default_fixture_loop_scope
in all collections by @zzstoatzz in #15976 - Update @prefecthq/prefect-ui-library to version 3.11.18 by @marvin-robot in #15994
- Update worker to give worker labels to flow runs during submittal by @bunchesofdonald in #15983
- clarify state hook docs by @zzstoatzz in #15977
- Fix documentation link to deployment concept by @sandertan in #15988
New Contributors
- @sandertan made their first contribution in #15988
Full Changelog: 3.1.1...3.1.2
3.1.2.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Fixes the arguments for the url generation in BaseWorker by @sam-phinizy in #15982
Integrations & Dependencies 🤝
- adopt
async_dispatch
for slack collection by @zzstoatzz in #15973
Development & Tidiness 🧹
- Add sidebar to v2 UI by @desertaxle in #15925
- [UI v2] Add ability to create new variables by @desertaxle in #15962
Uncategorized
- Fixes the worker url slug by @sam-phinizy in #15964
- Fix the key for worker metadata: it's is just "metadata" by @abrookins in #15965
- Add in ability to pass additional formatting kwargs to
url_for
by @sam-phinizy in #15974 - clarify state hook docs by @zzstoatzz in #15977
Full Changelog: 3.1.2.dev1...3.1.2.dev2
3.1.2.dev1: Nightly Development Release
What's Changed
Development & Tidiness 🧹
- Update @prefecthq/prefect-design to version 2.14.9 by @marvin-robot in #15961
- Update @prefecthq/prefect-ui-library to version 3.11.16 by @marvin-robot in #15956
- handle possible
None
value by @zzstoatzz in #15966
Full Changelog: 3.1.1...3.1.2.dev1
3.1.1: Around the Codebase in 80 PRs
3.1.1: Around the Codebase in 80 PRs
Enhancements ➕➕
- Hook
prefect-kubernetes
into setting framework by @desertaxle in #15888 - Enable PREFECT_PROFILES_PATH in source files by @GalLadislav in #15914
- Include worker ID with worker-originated flow run logs by @abrookins in #15941
Bug Fixes 🐞
- fix
wait_for
forDaskTaskRunner
by @zzstoatzz in #15909 - fix extra loggers parsing by @zzstoatzz in #15913
- Fix
prefect config view
not showing .env file settings by @GalLadislav in #15922 - fix sqlite migration by @zzstoatzz in #15917
- fix flow run graph endpoint for nested task runs by @jakekaplan in #15939
Integrations & Dependencies 🤝
- Update typer requirement from !=0.12.2,<0.13.0,>=0.12.0 to >=0.12.0,!=0.12.2,<0.14.0 by @dependabot in #15949
- Setup OpenTelemetry exporters when initializing prefect by @bunchesofdonald in #15946
Development & Tidiness 🧹
- add internal
async_dispatch
util by @zzstoatzz in #15813 - Update @prefecthq/prefect-ui-library to version 3.11.14 by @marvin-robot in #15921
- Bump vue-tsc from 2.1.8 to 2.1.10 in /ui by @dependabot in #15916
- Begin replatform of UI to React by @desertaxle in #15907
- Set
COVERAGE_CORE=sysmon
to speed up test on 3.12 by @desertaxle in #15905 - Update docs for task results persistence param by @frances720 in #15931
- Add in WorkerAPILogger and related functionality by @sam-phinizy in #15864
- Send worker metadata with first heartbeat by @abrookins in #15898
- Fix the direction of our integration string replacement by @abrookins in #15959
- Add in a link to the worker logs page by @sam-phinizy in #15958
New Contributors
- @frances720 made their first contribution in #15931
Full Changelog: 3.1.0...3.1.1
2.20.12
All the Small Things
Bug Fixes 🐞
Integrations & Dependencies 🤝
- Update typer requirement from !=0.12.2,<0.13.0,>=0.12.0 to >=0.12.0,!=0.12.2,<0.14.0 by @dependabot in #15950
- Update croniter requirement from <3.0.0,>=1.0.12 to >=1.0.12,<6.0.0 by @dependabot in #15951
Development & Tidiness 🧹
Uncategorized
Full Changelog: 2.20.11...2.20.12