Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@

.. towncrier release notes start

3.12.6 (2025-05-31)
===================

Bug fixes
---------

- Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed -- by :user:`bdraco`.

When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs.


*Related issues and pull requests on GitHub:*
:issue:`11100`.




----


3.12.5 (2025-05-30)
===================

Expand Down
3 changes: 0 additions & 3 deletions CHANGES/11100.bugfix.rst

This file was deleted.

Loading