Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.4.7 - Stream a Little Stream of Logs source code.tar.gz | 2025-06-26 | 37.1 MB | |
3.4.7 - Stream a Little Stream of Logs source code.zip | 2025-06-26 | 38.9 MB | |
README.md | 2025-06-26 | 5.4 kB | |
Totals: 3 Items | 76.0 MB | 0 |
What's Changed
Enhancements ➕➕
- Add
not_any_
filter forDeploymentFilterId
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18344 - Snowflake: Fixed error message when retrieving SPCS container status by @bjorhn in https://github.com/PrefectHQ/prefect/pull/18358
- Add --web flag to inspect runs from the command line by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18370
- Add tags support to Automation objects by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/18286
- Add tag filtering support for automations by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/18288
- serialization performance improvements by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18314
- Add client-side logs subscriber module by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/18318
- Add
pause_deployment
andresume_deployment
client methods by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18336 - Track subflow results along with task results by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/18338
- Add an axios middleware for intercepting errors by @znicholasbrown in https://github.com/PrefectHQ/prefect/pull/18365
- Materialize Prefect assets with dbt core by @kevingrismore in https://github.com/PrefectHQ/prefect/pull/18350
Bug Fixes 🐞
- fix
TimeoutError
inresult_async
when accessing results fromdelay
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18280 - Fix for issue 18239 by @TWeatherston in https://github.com/PrefectHQ/prefect/pull/18284
- [prefect-aws] order env vars for task def equality by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18309
- Fix serialization edge case in Prefect blocks by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18363
- Fix asyncio loop issue when deploying with proxy by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18374
- support
assets
forwith_options
by @jesse-c in https://github.com/PrefectHQ/prefect/pull/18353 - Fix subprocess cleanup in prefect_test_harness to prevent ResourceWarning by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18376
- Fix throwing no key exception by @emmanuel-ferdman in https://github.com/PrefectHQ/prefect/pull/18281
- Drop task_run.state_id foreign key to prevent deadlocks by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18302
Development & Tidiness 🧹
- bump lockfile and run pre-push hooks by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18308
- remove
fetch
kwarg from docstring and overloads by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18311 - fix 3.9 test for prefect-shell by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18014
- run pre-push hooks by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18330
- Update @prefecthq/prefect-ui-library to version 3.12.15 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/18348
- add api ref for python sdk by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18334
- Update @prefecthq/prefect-ui-library to version 3.12.16 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/18366
- Update @prefecthq/prefect-design to version 2.15.1 by @marvin-robot in https://github.com/PrefectHQ/prefect/pull/18378
- make warning debug by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18327
- omit nested venv from docker builds by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18328
- Enforce asset key characters + length by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/18379
Documentation 📓
- add docs on HA self-hosted setups by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18279
- improve self-host guide name by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18289
- Move security settings into their own doc by @cicdw in https://github.com/PrefectHQ/prefect/pull/18316
- Add /api/logs/out websocket endpoint for live log streaming by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/18315
- Update contribution guide to require pre-push hooks by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18332
- dont need separate command for pre-push by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18351
- Update API refs to remove old style bracket links by @cicdw in https://github.com/PrefectHQ/prefect/pull/18355
- Remove brackets from example by @cicdw in https://github.com/PrefectHQ/prefect/pull/18360
- Remove more example brackets by @cicdw in https://github.com/PrefectHQ/prefect/pull/18361
- add some api-ref examples and avoid right hand nav pollution by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18367
- Add AGENTS.md documentation files by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18248
- improve agent guidance and remove redundant info by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/18321
New Contributors
- @emmanuel-ferdman made their first contribution in https://github.com/PrefectHQ/prefect/pull/18281
- @TWeatherston made their first contribution in https://github.com/PrefectHQ/prefect/pull/18284
- @jesse-c made their first contribution in https://github.com/PrefectHQ/prefect/pull/18353
Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.4.6...3.4.7