PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: resolve $PREFECT_HOME-relative defaults on settings submodels local_storage_path, logging.config_path and server.memo_store_path each document a default relative to $PREFECT_HOME but resolved against the real user home directory instead. Their default_factory helpers read values.get("home"), and a default_factory only receives the validated data of the model its field belongs to. Since the three fields moved onto submodels in #18029, home is never present and each helper falls through to its ~/.prefect fallback. profiles_path uses the same pattern and works because it sits on the root model beside home. Resolve the three in post_hoc_settings, where the full Settings instance is available, guarding on __pydantic_fields_set__ so an explicitly configured path is never overwritten. Closes #23046
Rodrigo-Palma:fix/prefect-home-derived-paths
5 hours ago
chore(deps): Update python dependencies
renovate/python-dependencies
14 hours ago
chore(deps): Update python dev tooling
renovate/python-dev-tooling
14 hours ago
chore(deps): Update docker images
renovate/docker-images
14 hours ago
fix(server): begin SQLite write transaction before reading in mark_deployments_ready Deployment readiness transitions read deployment rows and then update them in one transaction. On SQLite a deferred transaction that reads first cannot be upgraded to a write once another connection has committed, so concurrent worker polls failed with 'database is locked'. Start the transaction with BEGIN IMMEDIATE so the write lock is held before the read. Closes #23051 OSS-8199 Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
devin1/oss-8199-sqlite-lock-errors-in-mark_deployments_ready-during
15 hours ago
fix: fence Redis lease revocation claims
Tyagiquamar:fix-revoke-expired-lease-renewed
20 hours ago
fix: coordinate Redis lease revocation
Tyagiquamar:fix-revoke-expired-lease-renewed
20 hours ago
fix: prevent lease renewal during revocation
Tyagiquamar:fix-revoke-expired-lease-renewed
21 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: resolve $PREFECT_HOME-relative defaults on settings submodels
#23054
5 hours ago
c129a37
Rodrigo-Palma:fix/prefect-home-derived-paths
CodSpeed Performance Gauge
0%
chore(deps): Update python dependencies
#22928
14 hours ago
03ec141
renovate/python-dependencies
CodSpeed Performance Gauge
0%
chore(deps): Update python dev tooling
#22926
14 hours ago
cddbdda
renovate/python-dev-tooling
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs