Skunk Versions Save

A data access library for Scala + Postgres.

v0.1.0

3 years ago

Equivalent to v0.0.25 but for CE3.

v0.0.25

3 years ago

This release is for CE2. If you want CE3 the matching release is v0.1.0.

  • Removes Scala 3.0.0-M3 and adds 3.0.0-RC2
  • Bind argument tracing is now more readable.
  • Add eimap operation for Codec (Niklas Klein).
  • Doc updates. (Vova Polischuk)

v0.0.24

3 years ago

Minor updates.

  • Documentation improvements (Anton Kovalevsky, lambdista)
  • Fix _float4 and _float8 codecs (Loránd Szakács)
  • Hack up mdoc to show nicer toStrings.
  • Improve handling of socket disconnects (see "Sessions" in the reference doc).
  • Remove Scala 3.0.0-M2, Add RC1
  • Update all dependencies

v0.0.23

3 years ago
  • Session parameters may now be customized, which is necessary in order to use Skunk with Redshift (Brandon Stilson).

v0.0.22

3 years ago
  • Library updates.
  • Strengthen Decoder from Apply to Applicative (Stephen Judkins).

v0.0.22-M1

3 years ago

This adds support for Scala 3.0.0-M1, with most modules published. circe is unavailable pending Scala 3.0.0-M1 support.