This release fixes a bug where the EventPersister
was not running by default.
What's Changed
Enhancements ➕➕
- Add warning of potential client/server incompatibilities by @desertaxle in #17210
- Set
cache_ok
flag to true for UUIDList by @cicdw in #17232 - Adds more database tuning settings for PostgreSQL by @cicdw in #17236
- Surfaces pull step errors as independent log messages by @chrisguidry in #17214
Bug Fixes 🐞
- improved
cancelled_flow_query
by @zzstoatzz in #17095 - respect aliases when loading custom
logging.yaml
by @zzstoatzz in #17162 - Adds
PREFECT_SERVER_API_BASE_PATH
setting by @cicdw in #16967 - Brings back
EventPersister
in discovery of background services by @chrisguidry in #17240
Integrations & Dependencies 🤝
- experimental
prefect-aws
bundle steps by @zzstoatzz in #17201
Development & Tidiness 🧹
- Add
types-dateparser
to dev deps by @sobolevn in #17212 - cleaning unnecessary files from repo root by @zzstoatzz in #17235
- use
just
instead ofmake
command runner and use uv by @zzstoatzz in #17149 - remove Makefile by @zzstoatzz in #17233
Documentation 📓
- [Docs] Tweak timeline dates in Prefect History section by @daniel-prefect in #17199
- standardize names of step action slugs in docs by @zzstoatzz in #17223
New Contributors
Full Changelog: 3.2.6...3.2.7