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)
toO(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