Releases: finagle/finagle-postgres
Releases · finagle/finagle-postgres
Release 0.13
- Most recent Finagle version.
- Drop 2.11 support
- Add 2.13 support
T/y @steveniemitz for contributing.
Release 0.12.0
- Update finagle-core, finagle-netty4 to 19.9.0
- Return rows as an
AsyncStream
instead of buffering. (#128) (2938624)
Thanks a lot @plaflamme for the contribution! 🎉
Release 0.11.0
- Update finagle-core, finagle-netty4 to 19.5.1
- Upgrade to netty 4 🎉
Thanks @jilen for the contribution!
Release 0.10.0
Updates:
- Update finagle-core, finagle-netty3 to 19.2.0 🎉 .
- Update shapeless to 2.3.3.
Release 0.9.0
Build Changes:
- We aggregated finagle-postgres module and finagle-postgres-shapeless module. 25e17e6
Release 0.8.3
Bug Fixes 🐞:
- There was an issue where the pool size would keep growing because connections with failed transactions would never be removed from the connection pool. f0bd9e3
Updates:
- finagle-core an finagle-netty3 updated to 19.1.0 5dc8390
Thanks a lot, @vkostyukov and @afine for contributing ❤️
Release 0.8.2
Release 0.8.0
Release 0.8.0:
Changes:
- Dont include password in stack registry. 1166608
- Add JSON in default types. 3d4ab10
- Fix unsafe ChannelBuffer sharing for Nones in ValueEncoder. fe28d32
- Prepend class name to connection. c6c1e75
Thanks @dangerousben @clhodapp @ben-healthforge for contributing!
0.7.0
New Features
- Added value encoder/decoder for
JSONB
Dependencies Updates
- Updated to Finagle version
18.2.0
Thanks @andrerigon and others who contributed.
0.6.0
- Finagle 18.1.0
- SBT 1.1.0
Thanks @crispywalrus, @clhodapp, @leonmaia and others who contributed.