Skunk Versions Save

A data access library for Scala + Postgres.

v1.0.0-M4

2 months ago

v1.1.0-M3

2 months ago

Improvements

Updates

Full Changelog: https://github.com/typelevel/skunk/compare/v1.1.0-M2...v1.1.0-M3

v0.6.3

2 months ago

Improvements

Updates

Full Changelog: https://github.com/typelevel/skunk/compare/v0.6.2...v0.6.3

v1.1.0-M2

4 months ago

Improvements

Updates

New Contributors

Full Changelog: https://github.com/typelevel/skunk/compare/v1.0.0-M1...v1.1.0-M2

v0.6.2

4 months ago

Includes the fix for https://github.com/typelevel/twiddles/issues/12.

Improvements

Updates

New Contributors

Full Changelog: https://github.com/typelevel/skunk/compare/v0.6.1...v0.6.2

v0.6.1

6 months ago

Improvements

Updates

Build, Docs, Refactoring

Full Changelog: https://github.com/typelevel/skunk/compare/v0.6.0...v0.6.1

v1.0.0-M1

7 months ago

This is the first milestone release leading up to Skunk 1.0. A notable difference in Skunk 1.0 is the replacement of Natchez with otel4s.

What's Changed

Refactoring

Updates

New Contributors

Full Changelog: https://github.com/typelevel/skunk/compare/v0.6.0...v1.0.0-M1

v0.6.0

10 months ago

Improvements

Updates

New Contributors

Full Changelog: https://github.com/typelevel/skunk/compare/v0.5.1...v0.6.0

v0.6.0-RC2

11 months ago

The as method introduced in 0.6.0-RC1 was conflicting with the as method from cats. This release replaces as with to. This is why we do release candidates.

What's Changed

Full Changelog: https://github.com/typelevel/skunk/compare/v0.6.0-RC1...v0.6.0-RC2

v0.6.0-RC1

11 months ago

Notice: Skunk 0.6 introduces a unified syntax for creating codecs, based on the Scala 3 specific syntax from earlier versions (*: instead of ~). The old syntax is now deprecated, though code should be mostly source compatible (as long as fatal warnings are disabled). There's one notable exception -- parameterized commands. Add import skunk.feature.legacyCommandSyntax to any files that fail to build after upgrading. See #846 for details.

Features

Bugfixes

Refactoring / Build

What's Changed

New Contributors

Full Changelog: https://github.com/typelevel/skunk/compare/v0.5.1...v0.6.0-RC1