Skip to content

PgBouncer 1.10.0

Compare
Choose a tag to compare
@petere petere released this 01 Jul 08:15
· 545 commits to master since this release

2019-07-01 - PgBouncer 1.10.0 - "Afraid of the World"

  • Features
    • Add support for enabling and disabling TLS 1.3. (TLS 1.3 was
      already supported, depending on the OpenSSL library, but now the
      configuration settings to pick the TLS protocol versions also
      support it.)
  • Fixes
    • Fix TLS 1.3 support. This was broken with OpenSSL 1.1.1 and
      1.1.1a (but not before or after).
    • Fix a rare crash in SHOW FDS
      (#311).
    • Fix an issue that could lead to prolonged downtime if many cancel
      requests arrive
      (#329).
    • Avoid "unexpected response from login query" after a postgres
      reload
      (#220).
    • Fix idle_transaction_timeout calculation
      (#125). The
      bug would lead to premature timeouts in specific situations.
  • Cleanups
    • Make various log and error messages more precise.
    • Fix issues found by Coverity (none had a significant impact in
      practice).
    • Improve and document all test scripts.
    • Add additional SHOW commands to the documentation.
    • Convert the documentation from rst to Markdown.
    • Python scripts in the source tree are all compatible with Python 3
      now.