github pgdogdev/pgdog v0.1.11

23 hours ago

What's Changed

  • Prepared statements: don't cache anonymous statements, because they may contain parameters (looking at you, Rails...)
  • Prepared statements: fix eviction logic leaving zombie statements with zero usage in the cache. Eviction logic went down from O(n) to O(k) where k is the number of statements exceeding cache limits
  • Cheaper clone for Bind messages
  • Add snakeoil certs to Docker container for easier dev/staging TLS

Full Changelog: v0.1.10...v0.1.11

Don't miss a new pgdog release

NewReleases is sending notifications on new releases.