Add changelog for #4267

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-09 16:50:46 -07:00
parent 00ea86fda8
commit 9b7e15c9bc

1
changelog/4267.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `ValueError: write to closed file` during pipeline shutdown when observers were active. Observer proxy tasks are now cancelled before observer resources are cleaned up.