github postgresml/pgcat v1.1.0

latest releases: pgcat-0.1.0, v1.1.1
11 months ago

Big Features

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

Improvements

  • Stats use atomics instead of channels, must 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

Don't miss a new pgcat release

NewReleases is sending notifications on new releases.