Skip to content

v1.1.0

Compare
Choose a tag to compare
@levkk levkk released this 25 Jul 17:34
· 95 commits to main since this release
4cf54a6

Big Features

  • Support for prepared statements
  • Auth passthrough for MD5 (Postgres <14)
  • Support for server TLS connections

Improvements

  • Stats use atomics instead of channels, much faster and more reliable.
  • Keep-alives for client connections help with reliability
  • Clients and servers don't have to have the same password to connect to Postgres, allowing for password rotations on the server
  • Can deploy pooler without connecting to servers
  • Better logging using tracing
  • LIFO and FIFO options for pool connection handling
  • Started the plugins interface with a few example applications
  • Stats using atomics instead of channels for better performance and reliability
  • Many bug fixes and other improvements

Changelog

New Contributors

Full Changelog: v1.0.0...v1.1.0