Skip to content

Releases: finagle/finagle-postgres

Release 0.13

23 Apr 22:46
cf0d2d0
Compare
Choose a tag to compare
  • Most recent Finagle version.
  • Drop 2.11 support
  • Add 2.13 support

T/y @steveniemitz for contributing.

Release 0.12.0

11 Sep 18:13
c4ec0dc
Compare
Choose a tag to compare
  • 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

11 Sep 18:09
8780faf
Compare
Choose a tag to compare
  • Update finagle-core, finagle-netty4 to 19.5.1
  • Upgrade to netty 4 🎉

Thanks @jilen for the contribution!

Release 0.10.0

05 Mar 09:50
9de2298
Compare
Choose a tag to compare

Updates:

  • Update finagle-core, finagle-netty3 to 19.2.0 🎉 .
  • Update shapeless to 2.3.3.

Release 0.9.0

19 Feb 12:27
226b0fe
Compare
Choose a tag to compare

Build Changes:

  • We aggregated finagle-postgres module and finagle-postgres-shapeless module. 25e17e6

Release 0.8.3

19 Feb 12:21
Compare
Choose a tag to compare

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

19 Nov 17:51
0.8.2
55c1308
Compare
Choose a tag to compare

Fixes:

  • Fixes SSL session verification. 0f143dd
  • Fixes #75 - Stop caching the DNS resolution eternally which caused
    the client to be forever dead. dfac0ed

Release 0.8.0

12 Nov 13:24
0.8.0
c6c1e75
Compare
Choose a tag to compare

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

15 Feb 19:29
0.7.0
b369a1b
Compare
Choose a tag to compare

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

26 Jan 18:46
ad967d0
Compare
Choose a tag to compare
  • Finagle 18.1.0
  • SBT 1.1.0

Thanks @crispywalrus, @clhodapp, @leonmaia and others who contributed.