Skip to content

Releases: finagle/finagle-postgres

0.4.3

17 Aug 16:43
Compare
Choose a tag to compare
  • Finagle 6.44
  • SSL host verification

Thanks @dangerousben for both changes!

0.4.2

20 Apr 20:20
Compare
Choose a tag to compare

0.4.1

29 Nov 20:34
Compare
Choose a tag to compare
  • Fixes connection hangs in certain cases
  • Supports patchless for Updates DSL

0.4.0

21 Nov 14:52
Compare
Choose a tag to compare

Breaking API changes:

  • There is no more Value wrapper
  • Decoding a column value is based on the requested type - this means that there is no more row.get(Int) method (without type arguments). Instead, there is getAnyOption which returns an Option[Any] of the default type for that column's OID.
  • Added a new subproject finagle-postgres-shapeless, which supports shapeless for boilerplate elimination
  • Added a new query DSL under the finagle-postgres-shapeless module
  • Started an effort for some decent documentation

Version 0.2.0

02 Sep 23:50
Compare
Choose a tag to compare

This version includes a reworking of the type conversion between postgres and JVM, and supports binary mode parameters and results.

0.1.0

14 Oct 08:01
Compare
Choose a tag to compare

This is the first public release that enables basic functionality.

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finagle-postgres" % "0.1.0"
)