3.0.0rc17
版本发布时间: 2024-08-15 00:25:30
PrefectHQ/prefect最新发布版本:3.0.0rc20(2024-08-30 02:00:42)
What's Changed
New Features 🎉
- Avoid
__getitem__
calls on aPrefectFuture
orState
in checkingFlow
parameter serialization by @Andrew-S-Rosen in https://github.com/PrefectHQ/prefect/pull/14900 - Allow for defaults on txn.get by @cicdw in https://github.com/PrefectHQ/prefect/pull/14925
- Transactions should inherit data from their parents by @cicdw in https://github.com/PrefectHQ/prefect/pull/14924
Bug Fixes 🐞
- correctly call
is_interactive
function during server preflight check by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/14909 - fallback
TaskSource
key computation if no source code by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/14926 - Deep merge env vars by @cicdw in https://github.com/PrefectHQ/prefect/pull/14932
Development & Tidiness 🧹
- Update @prefecthq/prefect-ui-library to version 3.5.12 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14907
- Update @prefecthq/prefect-ui-library to version 3.5.14 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14910
- Update @prefecthq/prefect-ui-library to version 3.5.17 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14911
- Update @prefecthq/prefect-ui-library to version 3.5.18 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14912
- Update @prefecthq/prefect-ui-library to version 3.6.0 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14915
- Update @prefecthq/prefect-ui-library to version 3.6.1 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14916
- Update @prefecthq/prefect-ui-library to version 3.7.0 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/14928
- Fix flaky log tests by @desertaxle in https://github.com/PrefectHQ/prefect/pull/14931
Uncategorized
- enable client side orchestration for
test_futures.py
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/14902 - enable cstro for
test_task_results.py
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/14904 - enable cstro for task runner tests by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/14867
- Chore: Bump axios to v1.7.4 by @znicholasbrown in https://github.com/PrefectHQ/prefect/pull/14917
- enable cstro in
test_tasks.py
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/14905
Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.0.0rc16...3.0.0rc17