Skip to content

3.12.6

Choose a tag to compare

@github-actions github-actions released this 31 May 05:53
· 3647 commits to master since this release
v3.12.6
623690d

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:
    #11100.