Skip to content

Releases: typelevel/skunk

v0.0.28

17 May 19:45
ca7c5fe
Compare
Choose a tag to compare
  • removes Scala 3.0.0-RC2/3, adds Scala 3.0.0

v0.0.27

17 May 19:44
d528886
Compare
Choose a tag to compare

Same as 0.0.26, sorry.

v0.1.1

03 May 16:10
4ef7d2c
Compare
Choose a tag to compare

This is the CE3 version of v0.0.26.

v0.0.26

03 May 16:09
4d23739
Compare
Choose a tag to compare

This is the CE2 series. The equivalent CE3 release is v0.1.1.

  • Dependency updates, including removing Scala 3.0.0-RC1 and adding 3.0.0-RC3.
  • Removed Enumeratum support from enum codec for Scala 3 (it had been using .withDottyCompat)
  • JSON module is now published for Scala 3, using Circe 0.14 milestones (Scala 2 version remains on Circe 0.13).

v0.1.0

31 Mar 21:44
d3ae0d4
Compare
Choose a tag to compare

Equivalent to v0.0.25 but for CE3.

v0.0.25

31 Mar 21:09
0cd7885
Compare
Choose a tag to compare

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

24 Feb 20:29
dc18509
Compare
Choose a tag to compare

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

29 Jan 21:27
b92f305
Compare
Choose a tag to compare
  • Session parameters may now be customized, which is necessary in order to use Skunk with Redshift (Brandon Stilson).

v0.0.22

29 Jan 21:24
164363d
Compare
Choose a tag to compare
  • Library updates.
  • Strengthen Decoder from Apply to Applicative (Stephen Judkins).

v0.0.22-M1

10 Nov 05:10
574422c
Compare
Choose a tag to compare

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