Addition by Subtraction
Bug Fixes ๐
- respect
PREFECT_SERVER_LOGGING_LEVEL
inprefect server start
by @zzstoatzz in #16765 - don't make extra calls to cloud in
prefect dashboard open
by @zzstoatzz in #16768 - Fix configuring loggers found in 'PREFECT_LOGGING_EXTRA_LOGGERS' by @estasney in #16652
- Ensure multiple
Inputs
cache policies are consolidated when used in aCompoundCachePolicy
by @zzstoatzz in #16785 - Add missing function body import in client.find_automation by @aaazzam in #16824
- Add auth string handling to server side client by @cicdw in #16833
- Fix serializtion for
FlowRunContext
for flow runs kicked off from a deployment by @desertaxle in #16831 - Fix subtraction logic on non-input cache policies by @cicdw in #16840
- fix block cli error messages by @aaazzam in #16787
Development & Tidiness ๐งน
- Fix typing of task decorator for retry_condition_fn argument by @peterbygrave in #16621
- typing
cli.deploy
by @zzstoatzz in #16767 - Fix all typing errors in
prefect.runner.runner
by @desertaxle in #16797 - Update @prefecthq/prefect-design to version 2.14.17 by @marvin-robot in #16830
- No transaction in
TaskRunRecorder
by @zzstoatzz in #16829 - Fix script to run server with local telemetry by @zzstoatzz in #16794
- Add the ability to pass context into the flow run engine by @desertaxle in #16816
- Ensures that the Redis messaging implementation works with event clients by @chrisguidry in #16832
- start incremental
pendulum
consolidation by @zzstoatzz in #16808 - Add experimental function for connecting external lineage resources by @kevingrismore in #16820
- Adds
prefect-redis
to the Prefect image by @chrisguidry in #16818 - Stop making useless query by @cicdw in #16837
Documentation ๐
- revamp integration contributor guide and clean up other sections by @zzstoatzz in #16757
- Update prefect-aws docs by @seanpwlms in #16639
- Fix work pool types link in
Schedule a flow
tutorial by @kevingrismore in #16796 - Add mini-history of Prefect to the introduction page of the docs by @daniel-prefect in #16814
- Add first draft of Coiled content to deployment documentation by @mrocklin in #16805
- docs(managed): add additional published ips by @parkedwards in #16838
New Contributors
Full Changelog: 3.1.13...3.1.14