Skip to content

v0.1.11

Choose a tag to compare

@levkk levkk released this 16 Oct 15:48
· 230 commits to main since this release
5c6571d

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