Releases: typelevel/skunk
Releases · typelevel/skunk
v1.1.0-RC1
Bug fixes
- Remove dependency on scram client in favor of native implementation by @mpilquist in #1288
- Update to twiddles 1.1.0-RC1 by @mpilquist in #1289
Full Changelog: v1.0.0...v1.1.0-RC1
v1.0.0
Finally! Nearly three years since the 0.6 release, Skunk 1.0.0 is final!
This release supports Scala 2.13 & 3 for the JVM, JS, and Native 0.5. There's quite a bit of functionality in this release including:
- A new fluent API for building sessions.
- Better cross platform support for twiddle lists (via
*:) - Support for unix domain sockets and peer authentication.
- Support for otel4s (replacing Natchez).
Bugfixes
- Fix #1042 - deadlock in session pool by @mpilquist in #1065
- Fixes memory leak in prepared statement cache. Fixes #1143 by @matthughes in #1157
- Fix bug in semispace cache that allowed gen1 to contain values in evi… by @matthughes in #1162
Features
- Add cases for sql EXPLAIN command, and a unit test. by @lucianojoublanc-da in #874
- add ALTER DATABASE to completion/commandcomplete by @wonk1132 in #901
- Add redaction support to encoder and change SkunkException to use it by @mpilquist in #900
- SocketGroup -> Resource[F, Socket[F]] by @taig in #930
- Flesh out Refined module a bit ( 2 years later :D) by @lenguyenthanh in #899
- Use explicit Locale for era formatting by @busti in #974
- Add PostGIS support. by @cranst0n in #534
- 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
- Optimize Parse+Describe with TCP Pipelining by @vbergeron in #1059
- TCP Pipelining: Optimize Bind+Execute message flow by @vbergeron in #1061
- Handle Postgres oids greater than Int.MaxValue by @benhutchison in #1086
- Use Host instead of Hostname by @keynmol in #1098
- Add xid8 type by @nkgm in #1101
- Fixes misleading contramap example by @vendamere in #1128
- Replace SemispaceCache with LRU Cache by @mpilquist in #1163
- Support dynamic user/password when building a session pool by @ant8e in #1154
- Add Session.Builder and deprecate various pooled/single methods by @mpilquist in #1184
- WIP: Initial code to test connections before handing them out by @non in #1114
- Refactor Session.Builder to use a common copy method by @mpilquist in #1189
- Pickiest typo-fix ever by @silverbeak in #1204
- Forward-port new Completions by @bpholt in #1246
- Add support for unix domain sockets (and peer authentication) by @mpilquist in #1192
- Use OpenTelemetry Semantic Conventions by @satabin in #1255
- Support hyphens in LTree labels and increase max label length by @ragb in #1272
Refactorings
- Drop Scala 2.12 by @armanbilge in #860
- otel4s-0.2.1 by @rossabaker in #857
- docs: add required import for Scala 2 by @buntec in #910
- Remove debug
printlnfrombit. by @yilinwei in #961 - Remove old examples that have been commented out for a very long time by @mpilquist in #1060
Updates
- Update sbt to 1.8.3 by @typelevel-steward[bot] in #868
- Update sbt-site to 1.5.0 by @typelevel-steward[bot] in #867
- Update cats-effect to 3.5.0 by @typelevel-steward[bot] in #866
- Update opentelemetry-exporter-otlp to 1.26.0 by @typelevel-steward[bot] in #865
- Update fs2-core, fs2-io to 3.7.0 by @typelevel-steward[bot] in #869
- Update sbt-typelevel, sbt-typelevel-site to 0.4.21 by @typelevel-steward[bot] in #870
- Update scalafmt-core to 3.7.4 by @typelevel-steward[bot] in #881
- Update scalafmt-core to 3.7.5 by @typelevel-steward[bot] in #913
- Update opentelemetry-exporter-otlp to 1.28.0 by @typelevel-steward[bot] in #917
- Update sbt-paradox to 0.10.4 by @typelevel-steward[bot] in #922
- Update scalafmt-core to 3.7.8 by @typelevel-steward[bot] in #921
- Update sbt to 1.9.2 by @typelevel-steward[bot] in #918
- Update sbt-scala-native-crossproject to 1.3.2 by @typelevel-steward[bot] in #916
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @typelevel-steward[bot] in #908
- Update sbt-paradox to 0.10.5 by @typelevel-steward[bot] in #923
- Update scalafmt-core to 3.7.9 by @typelevel-steward[bot] in #926
- Update scala3-library, ... to 3.3.0 by @typelevel-steward[bot] in #883
- Update sbt to 1.9.3 by @typelevel-steward[bot] in #931
- 0.6.x -> main by @armanbilge in #958
- Update refined to 0.11.0 by @typelevel-steward[bot] in #903
- Update opentelemetry-exporter-otlp, ... to 1.29.0 by @typelevel-steward[bot] in #938
- 0.6 -> main by @armanbilge in #988
- Update to otel4s 0.3.0-RC1 by @mpilquist in #987
- Update to otel4s 0.3.0-RC2 by @mpilquist in #1001
- Update twiddles to 0.7.0 by @mpilquist in #1005
- Update otel4s to v0.3.0 by @bcarter97 in #1013
- Update to twiddles 0.7.1 by @mpilquist in #1016
- Update otel4s to v0.4.0 by @bcarter97 in #1022
- Update to Twiddles 0.8.0 by @mpilquist in #1035
- Update copyright by @AlekseiLitkovetc in #1049
- Update otel4s to 0.5.0-RC2, use
otel4s-sdkin tests by @iRevive in #1054 - Update to otel4s 0.5.0 by @mpilquist in #1066
- chore: Upgrade otel4s from 0.5.0 to 0.6.0 by @rlemaitre in #1075
- Update otel4s from 0.6.0 to 0.7.0 by @chr12c in #1095
- Update otel4s from v0.7.0 to v0.8.0 by @chr12c in #1106
- 🧹 chore: Upgrade otel4s to 0.8.0 by @rlemaitre in #1108
- Upgrade otel4s to 0.9.0 by @iRevive in #1124
- Update to otel4s 0.11.1 by @mpilquist in #1146
- Update to latest otel4s and postgresql dependencies by @mpilquist in #1148
- Update to latest otel4s dependencies by @aartigao in #1209
- Prepare for Native 0.5 - update dependencies by @keynmol in #1218
- Update to latest otel4s dependencies by @aartigao in #1229
- Update scalafmt-core to 3.10.3 in series/0.6.x by @typelevel-steward[bot] in #1248
- Update sbt-typelevel, sbt-typelevel-site to 0.8.4 in series/0.6.x by @typelevel-steward[bot] in #1247
- Update otel4s to 0.15.0 and otel4s-sdk to 0.16.0 by @iRevive in #1253
- Update scalafmt-core to 3.10.4 in series/0.6.x by @typelevel-steward[bot] in #1252
- Update sbt-scoverage to 2.4.4 in series/0.6.x by @typelevel-steward[bot] in #1251
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.2 in series/0.6.x by @typelevel-steward[bot] in #1249
- Update sbt, scripted-plugin to 1.12.0 in series/0.6.x by @typelevel-steward[bot] in #1250
- Update Scala Native to 0.5.10 by @iRevive in #1257
- Update sbt, scripted-plugin to 1.12.1 in series/0.6.x by @typelevel-steward[bot] in #1258
- Update junit-interface to 1.2.2 in series/0.6.x by @typelevel-steward[bot] in #1259
- Update scalafmt-core to 3.10.5 in series/0.6.x by @typelevel-steward[bot] in #1260
- Update sbt, scripted-plugin to 1.12.6 in series/0.6.x by @typelevel-steward[bot] in #1273
- Update junit-interface to 1.2.4 in series/0.6.x by @typelevel-steward[bot] in https://githu...
v0.6.5
Bugfixes
- SkunkException: Just constructed an unknown completion 'SELECT' when using Amazon Redshift by @bpholt in #1234
Features
- add GRANT ROLE, REVOKE ROLE, and ALTER DEFAULT PRIVILEGES completions by @bpholt in #1245
- Use Host instead of Hostname for Session creation by @keynmol in #1097
Build
- Replace 'docker-compose' with 'docker compose' by @non in #1116
- Fix the 'submit-dependency' job in CI by @danicheg in #1123
Updates
- Update munit-cats-effect to 2.0.0 in series/0.6.x by @typelevel-steward[bot] in #1092
- Update munit to 1.0.0 in series/0.6.x by @typelevel-steward[bot] in #1091
- Update junit-interface to 1.0.0 in series/0.6.x by @typelevel-steward[bot] in #1090
- Update locales-minimal-en_us-db to 1.5.3 in series/0.6.x by @typelevel-steward[bot] in #1089
- Update cats-core, cats-free, cats-laws to 2.11.0 in series/0.6.x by @typelevel-steward[bot] in #1093
- Update sbt-typelevel, sbt-typelevel-site to 0.7.2 in series/0.6.x by @typelevel-steward[bot] in #1107
- Update scalafmt-core to 3.8.2 in series/0.6.x by @typelevel-steward[bot] in #1099
- Update enumeratum to 1.7.4 in series/0.6.x by @typelevel-steward[bot] in #1104
- Update sbt-scoverage to 2.1.0 in series/0.6.x by @typelevel-steward[bot] in #1103
- Update sbt to 1.10.1 in series/0.6.x by @typelevel-steward[bot] in #1105
- Update circe-core, circe-jawn to 0.14.8 in series/0.6.x by @typelevel-steward[bot] in #1100
- Update sbt to 1.10.4 in series/0.6.x by @typelevel-steward[bot] in #1140
- Update cats-effect, cats-effect-testkit to 3.5.5 in series/0.6.x by @typelevel-steward[bot] in #1139
- Fix Scala 3.3.4 update errors by @igor-ramazanov in #1136
- Update scala3-library, ... to 3.3.4 in series/0.6.x by @typelevel-steward[bot] in #1132
- Update sbt to 1.10.5 in series/0.6.x by @typelevel-steward[bot] in #1142
- Update cats-effect, cats-effect-testkit to 3.5.6 in series/0.6.x by @typelevel-steward[bot] in #1145
- Fix missing
sbt-scoverageplugin for Scala 2.13.15 by @igor-ramazanov in #1141 - Update junit-interface to 1.0.2 in series/0.6.x by @typelevel-steward[bot] in #1129
- Update scala-library to 2.12.20 in series/0.6.x by @typelevel-steward[bot] in #1125
- Update sbt-typelevel, sbt-typelevel-site to 0.7.4 in series/0.6.x by @typelevel-steward[bot] in #1134
- Update scala-library to 2.13.15 in series/0.6.x by @typelevel-steward[bot] in #1131
- Update fs2-core, fs2-io to 3.11.0 in series/0.6.x by @typelevel-steward[bot] in #1121
- Update scalafmt-core to 3.8.3 in series/0.6.x by @typelevel-steward[bot] in #1111
- Update natchez-core, natchez-honeycomb, ... to 0.3.7 in series/0.6.x by @typelevel-steward[bot] in #1135
- Update sbt-scoverage to 2.2.2 in series/0.6.x by @typelevel-steward[bot] in #1147
- Update cats-effect, cats-effect-testkit to 3.5.7 in series/0.6.x by @typelevel-steward[bot] in #1150
- Update junit-interface to 1.0.4 in series/0.6.x by @typelevel-steward[bot] in #1158
- Update sbt, scripted-plugin to 1.10.7 in series/0.6.x by @typelevel-steward[bot] in #1155
- Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 in series/0.6.x by @typelevel-steward[bot] in #1153
- Update sbt-typelevel, sbt-typelevel-site to 0.7.5 in series/0.6.x by @typelevel-steward[bot] in #1156
- Update sbt-scoverage to 2.3.0 in series/0.6.x by @typelevel-steward[bot] in #1160
- Update to Scala 2.13.16 by @mpilquist in #1161
- Update scala-library to 2.13.16 in series/0.6.x by @typelevel-steward[bot] in #1164
- Update junit-interface to 1.1.0 in series/0.6.x by @typelevel-steward[bot] in #1167
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 in series/0.6.x by @typelevel-steward[bot] in #1169
- Update scalafmt-core to 3.8.6 in series/0.6.x by @typelevel-steward[bot] in #1170
- Update sbt-typelevel, sbt-typelevel-site to 0.7.7 in series/0.6.x by @typelevel-steward[bot] in #1171
- Update scala3-library, ... to 3.3.5 in series/0.6.x by @typelevel-steward[bot] in #1172
- Update scalafmt-core to 3.9.0 in series/0.6.x by @typelevel-steward[bot] in #1174
- Update scalafmt-core to 3.9.3 in series/0.6.x by @typelevel-steward[bot] in #1182
- Update sbt, scripted-plugin to 1.10.10 in series/0.6.x by @typelevel-steward[bot] in #1181
- Update sbt-scoverage to 2.3.1 in series/0.6.x by @typelevel-steward[bot] in #1175
- Update sbt, scripted-plugin to 1.10.11 in series/0.6.x by @typelevel-steward[bot] in #1186
- Update scalafmt-core to 3.9.4 in series/0.6.x by @typelevel-steward[bot] in #1183
- Test out polling systems by @armanbilge in #902
- Update fs2-core, fs2-io to 3.12.0 in series/0.6.x by @typelevel-steward[bot] in #1191
- Update cats-effect-testkit to 3.6.0 in series/0.6.x by @typelevel-steward[bot] in #1188
- Update cats-effect to 3.6.0 in series/0.6.x by @typelevel-steward[bot] in #1187
- Update munit-cats-effect to 2.1.0 in series/0.6.x by @typelevel-steward[bot] in #1193
- Update sbt, scripted-plugin to 1.11.1 in series/0.6.x by @typelevel-steward[bot] in #1199
- Update natchez-core, natchez-honeycomb, ... to 0.3.8 in series/0.6.x by @typelevel-steward[bot] in #1196
- Update scala3-library, ... to 3.3.6 in series/0.6.x by @typelevel-steward[bot] in #1197
- Update sbt-typelevel, sbt-typelevel-site to 0.8.0 in series/0.6.x by @typelevel-steward[bot] in #1200
- Update sbt, scripted-plugin to 1.11.2 in series/0.6.x by @typelevel-steward[bot] in #1203
- Update junit-interface to 1.1.1 in series/0.6.x by @typelevel-steward[bot] in #1195
- Update cats-effect, cats-effect-testkit to 3.6.1 in series/0.6.x by @typelevel-steward[bot] in #1194
- Update to Scala.js 1.19.0 by @mpilquist in #1206
- Update cats-effect, cats-effect-testkit to 3.6.2 in series/0.6.x by @typelevel-steward[bot] in #1208
- Update sbt, scripted-plugin to 1.11.3 in series/0.6.x by @typelevel-steward[bot] in #1207
- Update cats-effect, cats-effect-testkit to 3.6.3 in series/0.6.x by @typelevel-steward[bot] in #1210
- Update fs2-core, fs2-io to 3.12.2 in series/0.6.x by @typelevel-steward[bot] in #1215
- Update sbt, scripted-plugin to 1.11.5 in series/0.6.x by @typelevel-steward[bot] in #1212
- Update junit-interface to 1.1.2 in series/0.6.x by @typelevel-steward[bot] in #1217
- Update sbt, scripted-plugin to 1.11.6 in series/0.6.x by @typelevel-steward[bot] in #1216
- Update junit-interface to 1.2.0 in series/0.6.x by @typelevel-steward[bot] in #1220
- Update sbt-scoverage to 2.4.0 in series/0.6.x by @typelevel-steward[bot] in #1230
- Update scala3-library, ... to 3.3.7 in series/0.6.x by @typelevel-steward[bot] in #1226
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 in series/0.6.x by @typelevel-steward[bot] in #1225
- Update sbt, scripted-plugin to 1.11.7 in series/0.6.x by @typelevel-steward[bot] in #1222
- Update sbt-typelevel, sbt-typelevel-site to 0.8.2 in series/0.6.x by @typelevel-steward[bot] in #1224
- Update scala-library to 2.13.17 in series/0.6.x by @typelevel-steward[bot] in #1223
- Update junit-interface to 1.2.1 in series/...
v1.0.0-M12
Updates
- Update cats-effect, cats-effect-testkit to 3.6.3 in series/0.6.x by @typelevel-steward[bot] in #1210
- Update fs2-core, fs2-io to 3.12.2 in series/0.6.x by @typelevel-steward[bot] in #1215
- Update sbt, scripted-plugin to 1.11.5 in series/0.6.x by @typelevel-steward[bot] in #1212
- Update junit-interface to 1.1.2 in series/0.6.x by @typelevel-steward[bot] in #1217
- Update sbt, scripted-plugin to 1.11.6 in series/0.6.x by @typelevel-steward[bot] in #1216
- Update junit-interface to 1.2.0 in series/0.6.x by @typelevel-steward[bot] in #1220
- Update to latest otel4s dependencies by @aartigao in #1229
- Update sbt-scoverage to 2.4.0 in series/0.6.x by @typelevel-steward[bot] in #1230
- Update scala3-library, ... to 3.3.7 in series/0.6.x by @typelevel-steward[bot] in #1226
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 in series/0.6.x by @typelevel-steward[bot] in #1225
- Update sbt, scripted-plugin to 1.11.7 in series/0.6.x by @typelevel-steward[bot] in #1222
- Update sbt-typelevel, sbt-typelevel-site to 0.8.2 in series/0.6.x by @typelevel-steward[bot] in #1224
- Update scala-library to 2.13.17 in series/0.6.x by @typelevel-steward[bot] in #1223
- Update junit-interface to 1.2.1 in series/0.6.x by @typelevel-steward[bot] in #1228
- Update scalafmt-core to 3.9.10 in series/0.6.x by @typelevel-steward[bot] in #1231
Full Changelog: v1.0.0-M11...v1.0.0-M12
v1.0.0-M11
Features
- Support dynamic user/password when building a session pool by @ant8e in #1154
- Add Session.Builder and deprecate various pooled/single methods by @mpilquist in #1184
- Refactor Session.Builder to use a common copy method by @mpilquist in #1189
- WIP: Initial code to test connections before handing them out by @non in #1114
Updates
- Update sbt-scoverage to 2.3.0 in series/0.6.x by @typelevel-steward[bot] in #1160
- Update to Scala 2.13.16 by @mpilquist in #1161
- Update scala-library to 2.13.16 in series/0.6.x by @typelevel-steward[bot] in #1164
- Update junit-interface to 1.1.0 in series/0.6.x by @typelevel-steward[bot] in #1167
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 in series/0.6.x by @typelevel-steward[bot] in #1169
- Update scalafmt-core to 3.8.6 in series/0.6.x by @typelevel-steward[bot] in #1170
- Update sbt-typelevel, sbt-typelevel-site to 0.7.7 in series/0.6.x by @typelevel-steward[bot] in #1171
- Update scala3-library, ... to 3.3.5 in series/0.6.x by @typelevel-steward[bot] in #1172
- Update scalafmt-core to 3.9.0 in series/0.6.x by @typelevel-steward[bot] in #1174
- Update scalafmt-core to 3.9.3 in series/0.6.x by @typelevel-steward[bot] in #1182
- Update sbt, scripted-plugin to 1.10.10 in series/0.6.x by @typelevel-steward[bot] in #1181
- Update sbt-scoverage to 2.3.1 in series/0.6.x by @typelevel-steward[bot] in #1175
- Update sbt, scripted-plugin to 1.10.11 in series/0.6.x by @typelevel-steward[bot] in #1186
- Update scalafmt-core to 3.9.4 in series/0.6.x by @typelevel-steward[bot] in #1183
- Test out polling systems by @armanbilge in #902
- Update fs2-core, fs2-io to 3.12.0 in series/0.6.x by @typelevel-steward[bot] in #1191
- Update cats-effect-testkit to 3.6.0 in series/0.6.x by @typelevel-steward[bot] in #1188
- Update cats-effect to 3.6.0 in series/0.6.x by @typelevel-steward[bot] in #1187
- Update munit-cats-effect to 2.1.0 in series/0.6.x by @typelevel-steward[bot] in #1193
- Update sbt, scripted-plugin to 1.11.1 in series/0.6.x by @typelevel-steward[bot] in #1199
- Pickiest typo-fix ever by @silverbeak in #1204
- Update natchez-core, natchez-honeycomb, ... to 0.3.8 in series/0.6.x by @typelevel-steward[bot] in #1196
- Update scala3-library, ... to 3.3.6 in series/0.6.x by @typelevel-steward[bot] in #1197
- Update sbt-typelevel, sbt-typelevel-site to 0.8.0 in series/0.6.x by @typelevel-steward[bot] in #1200
- Update sbt, scripted-plugin to 1.11.2 in series/0.6.x by @typelevel-steward[bot] in #1203
- Update junit-interface to 1.1.1 in series/0.6.x by @typelevel-steward[bot] in #1195
- Update cats-effect, cats-effect-testkit to 3.6.1 in series/0.6.x by @typelevel-steward[bot] in #1194
- Update to Scala.js 1.19.0 by @mpilquist in #1206
- Update to latest otel4s dependencies by @aartigao in #1209
- Update cats-effect, cats-effect-testkit to 3.6.2 in series/0.6.x by @typelevel-steward[bot] in #1208
- Update sbt, scripted-plugin to 1.11.3 in series/0.6.x by @typelevel-steward[bot] in #1207
New Contributors
- @ant8e made their first contribution in #1154
- @silverbeak made their first contribution in #1204
- @aartigao made their first contribution in #1209
Full Changelog: v1.0.0-M10...v1.0.0-M11
v1.0.0-M10
Bugfixes
- Fix bug in semispace cache that allowed gen1 to contain values in evi… by @matthughes in #1162
- Replace SemispaceCache with LRU Cache by @mpilquist in #1163
Full Changelog: v1.0.0-M9...v1.0.0-M10
v1.0.0-M9
Caution
This build is broken, do not use. See #1162.
Bugfixes
- Fixes memory leak in prepared statement cache. Fixes #1143 by @matthughes in #1157
Updates
- Update sbt-scoverage to 2.2.2 in series/0.6.x by @typelevel-steward in #1147
- Update to latest otel4s and postgresql dependencies by @mpilquist in #1148
- Update cats-effect, cats-effect-testkit to 3.5.7 in series/0.6.x by @typelevel-steward in #1150
- Update junit-interface to 1.0.4 in series/0.6.x by @typelevel-steward in #1158
- Update sbt, scripted-plugin to 1.10.7 in series/0.6.x by @typelevel-steward in #1155
- Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 in series/0.6.x by @typelevel-steward in #1153
- Update sbt-typelevel, sbt-typelevel-site to 0.7.5 in series/0.6.x by @typelevel-steward in #1156
Full Changelog: v1.0.0-M8...v1.0.0-M9
v1.0.0-M8
Dependency update release.
What's Changed
- Replace 'docker-compose' with 'docker compose' by @non in #1116
- Upgrade otel4s to 0.9.0 by @iRevive in #1124
- Fix the 'submit-dependency' job in CI by @danicheg in #1123
- Update sbt to 1.10.4 in series/0.6.x by @typelevel-steward in #1140
- Update cats-effect, cats-effect-testkit to 3.5.5 in series/0.6.x by @typelevel-steward in #1139
- Fix Scala 3.3.4 update errors by @igor-ramazanov in #1136
- Update scala3-library, ... to 3.3.4 in series/0.6.x by @typelevel-steward in #1132
- Update sbt to 1.10.5 in series/0.6.x by @typelevel-steward in #1142
- Update cats-effect, cats-effect-testkit to 3.5.6 in series/0.6.x by @typelevel-steward in #1145
- Fix missing
sbt-scoverageplugin for Scala 2.13.15 by @igor-ramazanov in #1141 - Update junit-interface to 1.0.2 in series/0.6.x by @typelevel-steward in #1129
- Update scala-library to 2.12.20 in series/0.6.x by @typelevel-steward in #1125
- Fixes misleading contramap example by @vendamere in #1128
- Update sbt-typelevel, sbt-typelevel-site to 0.7.4 in series/0.6.x by @typelevel-steward in #1134
- Update scala-library to 2.13.15 in series/0.6.x by @typelevel-steward in #1131
- Update fs2-core, fs2-io to 3.11.0 in series/0.6.x by @typelevel-steward in #1121
- Update scalafmt-core to 3.8.3 in series/0.6.x by @typelevel-steward in #1111
- Update natchez-core, natchez-honeycomb, ... to 0.3.7 in series/0.6.x by @typelevel-steward in #1135
- Update to otel4s 0.11.1 by @mpilquist in #1146
New Contributors
- @non made their first contribution in #1116
- @danicheg made their first contribution in #1123
- @igor-ramazanov made their first contribution in #1136
- @vendamere made their first contribution in #1128
Full Changelog: v1.0.0-M7...v1.0.0-M8
v1.0.0-M7
Improvements
- Use Host instead of Hostname for Session creation by @keynmol in #1097
- Use Host instead of Hostname by @keynmol in #1098
- Add xid8 type by @nkgm in #1101
Updates
- Update munit-cats-effect to 2.0.0 in series/0.6.x by @typelevel-steward in #1092
- Update munit to 1.0.0 in series/0.6.x by @typelevel-steward in #1091
- Update junit-interface to 1.0.0 in series/0.6.x by @typelevel-steward in #1090
- Update locales-minimal-en_us-db to 1.5.3 in series/0.6.x by @typelevel-steward in #1089
- Update otel4s from 0.6.0 to 0.7.0 by @chr12c in #1095
- Update cats-core, cats-free, cats-laws to 2.11.0 in series/0.6.x by @typelevel-steward in #1093
- Update otel4s from v0.7.0 to v0.8.0 by @chr12c in #1106
- Upgrade otel4s to 0.8.0 by @rlemaitre in #1108
- Update sbt-typelevel, sbt-typelevel-site to 0.7.2 in series/0.6.x by @typelevel-steward in #1107
- Update scalafmt-core to 3.8.2 in series/0.6.x by @typelevel-steward in #1099
- Update enumeratum to 1.7.4 in series/0.6.x by @typelevel-steward in #1104
- Update sbt-scoverage to 2.1.0 in series/0.6.x by @typelevel-steward in #1103
- Update sbt to 1.10.1 in series/0.6.x by @typelevel-steward in #1105
- Update circe-core, circe-jawn to 0.14.8 in series/0.6.x by @typelevel-steward in #1100
New Contributors
- @chr12c made their first contribution in #1095
- @keynmol made their first contribution in #1097
- @nkgm made their first contribution in #1101
Full Changelog: v1.0.0-M6...v1.0.0-M7
v1.0.0-M6
Improvements
- Handle Postgres oids greater than Int.MaxValue by @benhutchison in #1086
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
- @rlemaitre made their first contribution in #1075
Full Changelog: v1.0.0-M5...v1.0.0-M6