PgBouncer 1.10.0 release, PostgreSQL database connection pool

PgBouncer 1.10.0 has been released , pgbouncer is lightweight PostgreSQL connection pooling, support for session connection pooling, transaction statements and connection pooling connection pooling three modes.

The main change is the new version has improved support for TLS 1.3, the updates are as follows:

characteristic

  • Add 1.3 to enable and disable support for TLS

repair

  • Repair TLS 1.3 support
  • Repair SHOW FDS in rare crashes ( # 311 )
  • Fixes many cancellations may lead to prolonged downtime problem (when a request arrives # 329 )
  • After postgres to reload to avoid "unexpected query response Log" ( # 220 )
  • Repair idle_transaction_timeout calculated ( # 125 )

Cleanups

  • Various logs and error messages are more accurate
  • Coverity fix problems found
  • Improve and record all the test scripts
  • Add another SHOW command in the document
  • Converting a document from rst to Markdown
  • Source tree of Python scripts are now compatible with Python 3

For details, see the updated list .

Guess you like

Origin www.oschina.net/news/107963/pgbouncer-1-10-0-released