Skip to content

Releases: postgresml/pgcat

pgcat-0.2.5

11 Nov 15:24
3796e26
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

pgcat-0.2.4

08 Nov 12:07
0ee59c0
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

pgcat-0.2.3

02 Nov 23:05
326efc2
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

pgcat-0.2.2

02 Nov 16:55
01c6afb
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

pgcat-0.2.1

14 Sep 14:57
efbab1c
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

v1.2.0

30 Aug 13:33
4a7a6a8
Compare
Choose a tag to compare

Potentially Breaking Changes

These changes are not intentionally breaking, but they may cause issues if the user accidentally depends on the old behavior

  • Reset instead of discard all by @zainkabani in #549
  • QueryRouter: route to primary when locks exists (select for update) by @jgoday in #782

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

pgcat-0.2.0

30 Aug 13:30
4a7a6a8
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

pgcat-0.1.0

22 Feb 17:27
358724f
Compare
Choose a tag to compare

A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.

v1.1.1

02 Aug 15:30
Compare
Choose a tag to compare

What's Changed

  • Fixed performance regression in prepared statements issuing a Flush to Postgres on every iteration of the cache maintenance loop @levkk
  • Restore the ability to filter spammy log messages by @Spindel in #530
  • Fix typo in the config documentation by @bpaquet in #532

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Jul 17:34
4cf54a6
Compare
Choose a tag to compare

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