Releases: typelevel/skunk
Releases · typelevel/skunk
v0.0.28
v0.0.27
v0.1.1
v0.0.26
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
v0.0.25
v0.0.24
Minor updates.
- Documentation improvements (Anton Kovalevsky, lambdista)
- Fix
_float4
and_float8
codecs (Loránd Szakács) - Hack up mdoc to show nicer
toString
s. - 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
- Session parameters may now be customized, which is necessary in order to use Skunk with Redshift (Brandon Stilson).
v0.0.22
v0.0.22-M1
This adds support for Scala 3.0.0-M1, with most modules published. circe
is unavailable pending Scala 3.0.0-M1 support.