Skip to content

Releases: typelevel/skunk

v1.0.0-M6

11 May 13:47
Compare
Choose a tag to compare
v1.0.0-M6 Pre-release
Pre-release

Improvements

Updates

  • Update scala-library to 2.13.14 in series/0.6.x by @typelevel-steward in #1081
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.1 in series/0.6.x by @typelevel-steward in #1084
  • Update circe-core, circe-jawn to 0.14.7 in series/0.6.x by @typelevel-steward in #1079
  • Update sbt-scala-native-config-brew-github-actions to 0.3.0 in series/0.6.x by @typelevel-steward in #1078
  • Update munit to 1.0.0-RC1 in series/0.6.x by @typelevel-steward in #1077
  • Update munit-cats-effect to 2.0.0-RC1 in series/0.6.x by @typelevel-steward in #1085
  • chore: Upgrade otel4s from 0.5.0 to 0.6.0 by @rlemaitre in #1075
  • Update junit-interface to 1.0.0-RC1 in series/0.6.x by @typelevel-steward in #1076

New Contributors

Full Changelog: v1.0.0-M5...v1.0.0-M6

v0.6.4

11 May 13:18
5c7e21a
Compare
Choose a tag to compare

Improvements

  • Add completions: alter role, create/alter/drop policy, comment, analyze, alter function by @rolang in #1041
  • Handle Postgres oids greater than Int.MaxValue by @mpilquist in #1088

Updates

  • Update junit-interface, munit to 1.0.0-M11 in series/0.6.x by @typelevel-steward in #1037
  • Update sbt-scoverage to 2.0.11 in series/0.6.x by @typelevel-steward in #1047
  • Update sbt to 1.9.9 in series/0.6.x by @typelevel-steward in #1046
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.6 in series/0.6.x by @typelevel-steward in #1044
  • Update scalafmt-core to 3.8.0 in series/0.6.x by @typelevel-steward in #1045
  • Update cats-effect, cats-effect-testkit to 3.5.4 in series/0.6.x by @typelevel-steward in #1056
  • Update scala3-library, ... to 3.3.3 in series/0.6.x by @typelevel-steward in #1055
  • Update scala-library to 2.12.19 in series/0.6.x by @typelevel-steward in #1051
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.7 in series/0.6.x by @typelevel-steward in #1050
  • Update fs2-core, fs2-io to 3.10.0 in series/0.6.x by @typelevel-steward in #1058
  • Update fs2-core, fs2-io to 3.10.2 in series/0.6.x by @typelevel-steward in #1063
  • Update scalafmt-core to 3.8.1 in series/0.6.x by @typelevel-steward in #1064
  • Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 in series/0.6.x by @typelevel-steward in #1067
  • Update junit-interface to 1.0.0-M12 in series/0.6.x by @typelevel-steward in #1073
  • Update munit-cats-effect to 2.0.0-M5 in series/0.6.x by @typelevel-steward in #1071
  • Update scala-library to 2.13.14 in series/0.6.x by @typelevel-steward in #1081
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.1 in series/0.6.x by @typelevel-steward in #1084
  • Update circe-core, circe-jawn to 0.14.7 in series/0.6.x by @typelevel-steward in #1079
  • Update sbt-scala-native-config-brew-github-actions to 0.3.0 in series/0.6.x by @typelevel-steward in #1078
  • Update munit to 1.0.0-RC1 in series/0.6.x by @typelevel-steward in #1077
  • Update munit-cats-effect to 2.0.0-RC1 in series/0.6.x by @typelevel-steward in #1085
  • Update junit-interface to 1.0.0-RC1 in series/0.6.x by @typelevel-steward in #1076

Full Changelog: v0.6.3...v0.6.4

v1.0.0-M5

23 Apr 01:19
Compare
Choose a tag to compare
v1.0.0-M5 Pre-release
Pre-release

What's Changed

  • Add completions: alter role, create/alter/drop policy, comment, analyze, alter function by @rolang in #1041
  • Update junit-interface, munit to 1.0.0-M11 in series/0.6.x by @typelevel-steward in #1037
  • Update sbt-scoverage to 2.0.11 in series/0.6.x by @typelevel-steward in #1047
  • Update sbt to 1.9.9 in series/0.6.x by @typelevel-steward in #1046
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.6 in series/0.6.x by @typelevel-steward in #1044
  • Update scalafmt-core to 3.8.0 in series/0.6.x by @typelevel-steward in #1045
  • Add basic select benchmarks by @AlekseiLitkovetc in #1048
  • Support for execution of any single or multi query statements with discarded completions/rows by @rolang in #1023
  • Update cats-effect, cats-effect-testkit to 3.5.4 in series/0.6.x by @typelevel-steward in #1056
  • Update scala3-library, ... to 3.3.3 in series/0.6.x by @typelevel-steward in #1055
  • Update copyright by @AlekseiLitkovetc in #1049
  • Update scala-library to 2.12.19 in series/0.6.x by @typelevel-steward in #1051
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.7 in series/0.6.x by @typelevel-steward in #1050
  • Update otel4s to 0.5.0-RC2, use otel4s-sdk in tests by @iRevive in #1054
  • Update fs2-core, fs2-io to 3.10.0 in series/0.6.x by @typelevel-steward in #1058
  • Optimize Parse+Describe with TCP Pipelining by @vbergeron in #1059
  • Remove old examples that have been commented out for a very long time by @mpilquist in #1060
  • TCP Pipelining: Optimize Bind+Execute message flow by @vbergeron in #1061
  • Update fs2-core, fs2-io to 3.10.2 in series/0.6.x by @typelevel-steward in #1063
  • Update scalafmt-core to 3.8.1 in series/0.6.x by @typelevel-steward in #1064
  • Fix #1042 - deadlock in session pool by @mpilquist in #1065
  • Update to otel4s 0.5.0 by @mpilquist in #1066
  • Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 in series/0.6.x by @typelevel-steward in #1067
  • Update junit-interface to 1.0.0-M12 in series/0.6.x by @typelevel-steward in #1073
  • Update munit-cats-effect to 2.0.0-M5 in series/0.6.x by @typelevel-steward in #1071

New Contributors

Full Changelog: v1.0.0-M4...v1.0.0-M5

v1.0.0-M4

23 Jan 22:46
3f99149
Compare
Choose a tag to compare
v1.0.0-M4 Pre-release
Pre-release

Updates

Full Changelog: v1.1.0-M3...v1.0.0-M4

v1.1.0-M3

21 Jan 23:05
Compare
Choose a tag to compare
v1.1.0-M3 Pre-release
Pre-release

Improvements

Updates

  • Update to twiddles 0.6.1 by @mpilquist in #1015
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.3 in series/0.6.x by @typelevel-steward in #1018
  • Update natchez-core, natchez-honeycomb, ... to 0.3.5 in series/0.6.x by @typelevel-steward in #1019
  • Update otel4s to v0.4.0 by @bcarter97 in #1022
  • Update twiddles-core to 0.6.2 in series/0.6.x by @typelevel-steward in #1025
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.5 in series/0.6.x by @typelevel-steward in #1024
  • Update sbt to 1.9.8 in series/0.6.x by @typelevel-steward in #1020
  • Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 in series/0.6.x by @typelevel-steward in #1028
  • Update nscplugin, sbt-scala-native, ... to 0.4.17 in series/0.6.x by @typelevel-steward in #1032
  • Update cats-effect, cats-effect-testkit to 3.5.3 in series/0.6.x by @typelevel-steward in #1031
  • Update to fs2 3.9.4 by @mpilquist in #1033

Full Changelog: v1.1.0-M2...v1.1.0-M3

v0.6.3

21 Jan 16:04
73f2f36
Compare
Choose a tag to compare

Improvements

Updates

  • Update sbt-typelevel, sbt-typelevel-site to 0.6.3 in series/0.6.x by @typelevel-steward in #1018
  • Update natchez-core, natchez-honeycomb, ... to 0.3.5 in series/0.6.x by @typelevel-steward in #1019
  • Update twiddles-core to 0.6.2 in series/0.6.x by @typelevel-steward in #1025
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.5 in series/0.6.x by @typelevel-steward in #1024
  • Update sbt to 1.9.8 in series/0.6.x by @typelevel-steward in #1020
  • Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 in series/0.6.x by @typelevel-steward in #1028
  • Update nscplugin, sbt-scala-native, ... to 0.4.17 in series/0.6.x by @typelevel-steward in #1032
  • Update cats-effect, cats-effect-testkit to 3.5.3 in series/0.6.x by @typelevel-steward in #1031
  • Update to fs2 3.9.4 by @mpilquist in #1033

Full Changelog: v0.6.2...v0.6.3

v1.1.0-M2

23 Nov 14:01
1482bd4
Compare
Choose a tag to compare
v1.1.0-M2 Pre-release
Pre-release

Improvements

Updates

  • Update sbt-typelevel, sbt-typelevel-site to 0.5.0 in series/0.6.x by @typelevel-steward in #960
  • Update epollcat to 0.1.6 in series/0.6.x by @typelevel-steward in #963
  • Update scalafmt-core to 3.7.13 in series/0.6.x by @typelevel-steward in #964
  • Update sbt to 1.9.4 in series/0.6.x by @typelevel-steward in #962
  • Update fs2-core, fs2-io to 3.9.0 in series/0.6.x by @typelevel-steward in #965
  • Update scalafmt-core to 3.7.14 in series/0.6.x by @typelevel-steward in #968
  • Update fs2-core, fs2-io to 3.9.1 in series/0.6.x by @typelevel-steward in #966
  • Update circe-core, circe-parser to 0.14.6 in series/0.6.x by @typelevel-steward in #967
  • Update nscplugin, sbt-scala-native, ... to 0.4.15 in series/0.6.x by @typelevel-steward in #969
  • Update scala3-library, ... to 3.3.1 in series/0.6.x by @typelevel-steward in #970
  • Update sbt-scoverage to 2.0.9 in series/0.6.x by @typelevel-steward in #971
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.1 in series/0.6.x by @typelevel-steward in #972
  • Update scala-library to 2.13.12 in series/0.6.x by @typelevel-steward in #973
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.2 in series/0.6.x by @typelevel-steward in #975
  • Update fs2-core, fs2-io to 3.9.2 in series/0.6.x by @typelevel-steward in #976
  • Update sbt to 1.9.6 in series/0.6.x by @typelevel-steward in #981
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 in series/0.6.x by @typelevel-steward in #985
  • Update cats-effect to 3.5.2 in series/0.6.x by @typelevel-steward in #986
  • Update junit-interface, munit to 1.0.0-M10 in series/0.6.x by @typelevel-steward in #982
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.3 in series/0.6.x by @typelevel-steward in #983
  • 0.6 -> main by @armanbilge in #988
  • Update to otel4s 0.3.0-RC1 by @mpilquist in #987
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.4 in series/0.6.x by @typelevel-steward in #989
  • Update cats-effect-testkit to 3.5.2 in series/0.6.x by @typelevel-steward in #993
  • Update sbt-mdoc to 2.3.8 in series/0.6.x by @typelevel-steward in #992
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.0 in series/0.6.x by @typelevel-steward in #996
  • Update nscplugin, sbt-scala-native, ... to 0.4.16 in series/0.6.x by @typelevel-steward in #994
  • Update scodec-core to 2.2.2 in series/0.6.x by @typelevel-steward in #1000
  • Update scalafmt-core to 3.7.15 in series/0.6.x by @typelevel-steward in #999
  • Update sbt to 1.9.7 in series/0.6.x by @typelevel-steward in #998
  • Update scodec-bits to 1.1.38 in series/0.6.x by @typelevel-steward in #997
  • Update to otel4s 0.3.0-RC2 by @mpilquist in #1001
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.1 in series/0.6.x by @typelevel-steward in #1003
  • Update twiddles to 0.7.0 by @mpilquist in #1005
  • Update fs2-core, fs2-io to 3.9.3 in series/0.6.x by @typelevel-steward in #1006
  • Update natchez-core, natchez-honeycomb, ... to 0.3.4 in series/0.6.x by @typelevel-steward in #1007
  • Remove mdoc plugin by @armanbilge in #1009
  • Update munit-cats-effect to 2.0.0-M4 in series/0.6.x by @typelevel-steward in #1011
  • Update otel4s to v0.3.0 by @bcarter97 in #1013
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.2 in series/0.6.x by @typelevel-steward in #1012
  • Update scalafmt-core to 3.7.17 in series/0.6.x by @typelevel-steward in #1014
  • Update to twiddles 0.7.1 by @mpilquist in #1016

New Contributors

Full Changelog: v1.0.0-M1...v1.1.0-M2

v0.6.2

23 Nov 13:37
d4b1d29
Compare
Choose a tag to compare

Includes the fix for typelevel/twiddles#12.

Improvements

Updates

  • Update sbt-typelevel, sbt-typelevel-site to 0.6.0 in series/0.6.x by @typelevel-steward in #996
  • Update nscplugin, sbt-scala-native, ... to 0.4.16 in series/0.6.x by @typelevel-steward in #994
  • Update scodec-core to 2.2.2 in series/0.6.x by @typelevel-steward in #1000
  • Update scalafmt-core to 3.7.15 in series/0.6.x by @typelevel-steward in #999
  • Update sbt to 1.9.7 in series/0.6.x by @typelevel-steward in #998
  • Update scodec-bits to 1.1.38 in series/0.6.x by @typelevel-steward in #997
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.1 in series/0.6.x by @typelevel-steward in #1003
  • Update fs2-core, fs2-io to 3.9.3 in series/0.6.x by @typelevel-steward in #1006
  • Update natchez-core, natchez-honeycomb, ... to 0.3.4 in series/0.6.x by @typelevel-steward in #1007
  • Remove mdoc plugin by @armanbilge in #1009
  • Update munit-cats-effect to 2.0.0-M4 in series/0.6.x by @typelevel-steward in #1011
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.2 in series/0.6.x by @typelevel-steward in #1012
  • Update scalafmt-core to 3.7.17 in series/0.6.x by @typelevel-steward in #1014
  • Update to twiddles 0.6.1 by @mpilquist in #1015

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

11 Oct 11:53
a41cc05
Compare
Choose a tag to compare

Improvements

Updates

  • Update fs2-core, fs2-io to 3.8.0 in series/0.6.x by @typelevel-steward in #940
  • Update epollcat to 0.1.5 in series/0.6.x by @typelevel-steward in #941
  • Update enumeratum to 1.7.3 in series/0.6.x by @typelevel-steward in #942
  • Update sbt-scalajs to 1.13.2 in series/0.6.x by @typelevel-steward in #945
  • Update scala-library to 2.12.18 in series/0.6.x by @typelevel-steward in #946
  • Update scala-collection-compat to 2.11.0 in series/0.6.x by @typelevel-steward in #948
  • Update scalafmt-core to 3.7.12 in series/0.6.x by @typelevel-steward in #951
  • Update to sbt-typelevel 0.5.0 by @armanbilge in #937
  • Update junit-interface, munit to 1.0.0-M8 in series/0.6.x by @typelevel-steward in #950
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC12 in series/0.6.x by @typelevel-steward in #956
  • Update cats-effect to 3.5.1 in series/0.6.x by @typelevel-steward in #955
  • Update sbt-scoverage to 2.0.8 in series/0.6.x by @typelevel-steward in #952
  • Update sbt-scala-native to 0.4.14 in series/0.6.x by @typelevel-steward in #949
  • Update natchez-core, natchez-honeycomb, ... to 0.3.3 in series/0.6.x by @typelevel-steward in #953
  • Pin refined to 0.10.x in series/0.6.x by @armanbilge in #957
  • Update scala-library to 2.13.11 in series/0.6.x by @typelevel-steward in #947
  • Update cats-core, cats-free, cats-laws to 2.10.0 in series/0.6.x by @typelevel-steward in #954
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.0 in series/0.6.x by @typelevel-steward in #960
  • Update epollcat to 0.1.6 in series/0.6.x by @typelevel-steward in #963
  • Update scalafmt-core to 3.7.13 in series/0.6.x by @typelevel-steward in #964
  • Update sbt to 1.9.4 in series/0.6.x by @typelevel-steward in #962
  • Update fs2-core, fs2-io to 3.9.0 in series/0.6.x by @typelevel-steward in #965
  • Update scalafmt-core to 3.7.14 in series/0.6.x by @typelevel-steward in #968
  • Update fs2-core, fs2-io to 3.9.1 in series/0.6.x by @typelevel-steward in #966
  • Update circe-core, circe-parser to 0.14.6 in series/0.6.x by @typelevel-steward in #967
  • Update nscplugin, sbt-scala-native, ... to 0.4.15 in series/0.6.x by @typelevel-steward in #969
  • Update scala3-library, ... to 3.3.1 in series/0.6.x by @typelevel-steward in #970
  • Update sbt-scoverage to 2.0.9 in series/0.6.x by @typelevel-steward in #971
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.1 in series/0.6.x by @typelevel-steward in #972
  • Update scala-library to 2.13.12 in series/0.6.x by @typelevel-steward in #973
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.2 in series/0.6.x by @typelevel-steward in #975
  • Update fs2-core, fs2-io to 3.9.2 in series/0.6.x by @typelevel-steward in #976
  • Update sbt to 1.9.6 in series/0.6.x by @typelevel-steward in #981
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 in series/0.6.x by @typelevel-steward in #985
  • Update cats-effect to 3.5.2 in series/0.6.x by @typelevel-steward in #986
  • Update junit-interface, munit to 1.0.0-M10 in series/0.6.x by @typelevel-steward in #982
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.3 in series/0.6.x by @typelevel-steward in #983
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.4 in series/0.6.x by @typelevel-steward in #989
  • Update cats-effect-testkit to 3.5.2 in series/0.6.x by @typelevel-steward in #993
  • Update sbt-mdoc to 2.3.8 in series/0.6.x by @typelevel-steward in #992

Build, Docs, Refactoring

Full Changelog: v0.6.0...v0.6.1

v1.0.0-M1

21 Aug 12:53
c4f0cd2
Compare
Choose a tag to compare
v1.0.0-M1 Pre-release
Pre-release

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

  • Update sbt to 1.8.3 by @typelevel-steward in #868
  • Update sbt-site to 1.5.0 by @typelevel-steward in #867
  • Update cats-effect to 3.5.0 by @typelevel-steward in #866
  • Update opentelemetry-exporter-otlp to 1.26.0 by @typelevel-steward in #865
  • Update fs2-core, fs2-io to 3.7.0 by @typelevel-steward in #869
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.21 by @typelevel-steward in #870
  • Update scalafmt-core to 3.7.4 by @typelevel-steward in #881
  • Update scalafmt-core to 3.7.5 by @typelevel-steward in #913
  • Update opentelemetry-exporter-otlp to 1.28.0 by @typelevel-steward in #917
  • Update sbt-paradox to 0.10.4 by @typelevel-steward in #922
  • Update scalafmt-core to 3.7.8 by @typelevel-steward in #921
  • Update sbt to 1.9.2 by @typelevel-steward in #918
  • Update sbt-scala-native-crossproject to 1.3.2 by @typelevel-steward in #916
  • Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @typelevel-steward in #908
  • Update sbt-paradox to 0.10.5 by @typelevel-steward in #923
  • Update scalafmt-core to 3.7.9 by @typelevel-steward in #926
  • Update scala3-library, ... to 3.3.0 by @typelevel-steward in #883
  • Update sbt to 1.9.3 by @typelevel-steward in #931
  • Update to sbt-typelevel 0.5.0 by @armanbilge in #937
  • Update fs2-core, fs2-io to 3.8.0 in series/0.6.x by @typelevel-steward in #940
  • Update epollcat to 0.1.5 in series/0.6.x by @typelevel-steward in #941
  • Update enumeratum to 1.7.3 in series/0.6.x by @typelevel-steward in #942
  • Update sbt-scalajs to 1.13.2 in series/0.6.x by @typelevel-steward in #945
  • Update scala-library to 2.12.18 in series/0.6.x by @typelevel-steward in #946
  • Update scala-collection-compat to 2.11.0 in series/0.6.x by @typelevel-steward in #948
  • Update scalafmt-core to 3.7.12 in series/0.6.x by @typelevel-steward in #951
  • Update junit-interface, munit to 1.0.0-M8 in series/0.6.x by @typelevel-steward in #950
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC12 in series/0.6.x by @typelevel-steward in #956
  • Update cats-effect to 3.5.1 in series/0.6.x by @typelevel-steward in #955
  • Update sbt-scoverage to 2.0.8 in series/0.6.x by @typelevel-steward in #952
  • Update sbt-scala-native to 0.4.14 in series/0.6.x by @typelevel-steward in #949
  • Update natchez-core, natchez-honeycomb, ... to 0.3.3 in series/0.6.x by @typelevel-steward in #953
  • Pin refined to 0.10.x in series/0.6.x by @armanbilge in #957
  • Update scala-library to 2.13.11 in series/0.6.x by @typelevel-steward in #947
  • Update cats-core, cats-free, cats-laws to 2.10.0 in series/0.6.x by @typelevel-steward in #954
  • Update refined to 0.11.0 by @typelevel-steward in #903
  • Update opentelemetry-exporter-otlp, ... to 1.29.0 by @typelevel-steward in #938

New Contributors

Full Changelog: v0.6.0...v1.0.0-M1