Releases: sangria-graphql/sangria
Releases · sangria-graphql/sangria
Release list
v4.2.19
What's Changed
- Fix Scala 3 path-dependent method return derivation by @eugkhp in #1302
- Add Scala 3 cats-effect derivation lookups by @eugkhp in #1303
Maintenance
- Update sbt-scalafmt to 2.6.0 by @scala-steward in #1282
- Update scalafmt-core to 3.11.0 by @scala-steward in #1283
- Update sbt, scripted-plugin to 1.12.11 by @scala-steward in #1287
- Update sbt-github-actions to 0.30.0 by @scala-steward in #1288
- Update scalafmt-core to 3.11.1 by @scala-steward in #1290
- Update sbt-scalafmt to 2.6.1 by @scala-steward in #1289
- Update sbt-mima-plugin to 1.1.6 by @scala-steward in #1293
- Update sbt, scripted-plugin to 1.12.13 by @scala-steward in #1294
- Update sbt-github-actions to 0.31.0 by @scala-steward in #1295
- Update refined to 0.11.4 by @scala-steward in #1296
- Update scala3-library to 3.3.8 by @scala-steward in #1291
New Contributors
Full Changelog: v4.2.18...v4.2.19
v4.2.18
What's Changed
Maintenance
- Update sbt, scripted-plugin to 1.12.6 by @scala-steward in #1276
- Update sbt, scripted-plugin to 1.12.8 by @scala-steward in #1277
- Update scalatest to 3.2.20 by @scala-steward in #1278
- Update sbt, scripted-plugin to 1.12.9 by @scala-steward in #1279
Full Changelog: v4.2.17...v4.2.18
v4.2.17
What's Changed
- feat(derive): Derive any
Iterable[T]asListType[T]by @EmrysMyrddin in #1274
Maintenance
- Update cats-effect to 3.7.0 by @scala-steward in #1273
- Update fs2-core to 3.13.0 by @scala-steward in #1275
New Contributors
- @EmrysMyrddin made their first contribution in #1274
Full Changelog: v4.2.16...v4.2.17
v4.2.16
What's Changed
support deprecated fields when using deriveInputObjectType
- input derive can deprecate field by @yanns in #1268
- test input object type and not object type by @yanns in #1269
- remove unused variable by @yanns in #1270
- fix reported errors by @yanns in #1271
- support deprecation annotation by @yanns in #1272
Maintenance
- Update sbt-scalafmt to 2.5.6 by @scala-steward in #1244
- Update scalafmt-core to 3.10.2 by @scala-steward in #1248
- Update sbt-scoverage to 2.4.3 by @scala-steward in #1250
- Update scalafmt-core to 3.10.3 by @scala-steward in #1252
- Update sbt, scripted-plugin to 1.12.0 by @scala-steward in #1253
- Update sbt-scoverage to 2.4.4 by @scala-steward in #1254
- Update scalafmt-core to 3.10.4 by @scala-steward in #1255
- Update sbt, scripted-plugin to 1.12.1 by @scala-steward in #1256
- Update scalafmt-core to 3.10.5 by @scala-steward in #1257
- Update scalafmt-core to 3.10.6 by @scala-steward in #1258
- Update sbt, scripted-plugin to 1.12.2 by @scala-steward in #1259
- Update scalafmt-core to 3.10.7 by @scala-steward in #1260
- remove usage of partial pattern by @yanns in #1266
- Update sbt, scripted-plugin to 1.12.5 by @scala-steward in #1265
- Update sbt-mima-plugin to 1.1.5 by @scala-steward in #1262
- Update sbt-github-actions to 0.29.0 by @scala-steward in #1249
- Update scala-library, scala-reflect to 2.13.18 by @scala-steward in #1247
- Update scala-library, scala-reflect to 2.12.21 by @scala-steward in #1251
Full Changelog: v4.2.15...v4.2.16
v4.2.15
What's Changed
Maintenance
- Update scala3-library to 3.3.7 by @scala-steward in #1235
- Update scalafmt-core to 3.10.1 by @scala-steward in #1241
Full Changelog: v4.2.14...v4.2.15
v4.2.14
What's Changed
Full Changelog: v4.2.13...v4.2.14
v4.2.13
What's Changed
Several performance optimizations:
- Optimize middlewares iteration by @yanns in #1234
- avoid unnecessary pattern matching by @yanns in #1236
- avoid some closures by @yanns in #1237
- precompute list of MiddlewareBeforeField by @yanns in #1238
Maintenance
- Update classgraph to 4.8.184 by @scala-steward in #1232
- Update scalafmt-core to 3.10.0 by @scala-steward in #1233
- Update scala-library, scala-reflect to 2.13.17 by @scala-steward in #1231
Full Changelog: v4.2.12...v4.2.13
v4.2.12
What's Changed
Maintenance
- Update sbt, scripted-plugin to 1.11.4 by @scala-steward in #1219
- Update sbt-ci-release to 1.11.2 by @scala-steward in #1220
- Update sbt-github-actions to 0.26.0 by @scala-steward in #1221
- Update sbt-github-actions to 0.27.0 by @scala-steward in #1222
- Update sbt, scripted-plugin to 1.11.5 by @scala-steward in #1223
- Update fs2-core to 3.12.2 by @scala-steward in #1224
- Update sbt, scripted-plugin to 1.11.6 by @scala-steward in #1225
- Update sbt-github-actions to 0.28.0 by @scala-steward in #1226
- Update scalafmt-core to 3.9.10 by @scala-steward in #1227
- Update sbt-jmh to 0.4.8 by @scala-steward in #1228
- Update sbt, scripted-plugin to 1.11.7 by @scala-steward in #1229
Full Changelog: v4.2.11...v4.2.12
v4.2.11
What's Changed
- Fix O(N^2) memory allocation for parsing newlines by @spiliopoulos in #1217
- add test about nested lists by @yanns in #1207
Maintenance
- Update classgraph to 4.8.180 by @scala-steward in #1208
- Update scalafmt-core to 3.9.8 by @scala-steward in #1209
- Update sbt-scalafmt to 2.5.5 by @scala-steward in #1210
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in #1211
- Update classgraph to 4.8.181 by @scala-steward in #1213
- Update cats-effect to 3.6.3 by @scala-steward in #1214
- Update scalafmt-core to 3.9.9 by @scala-steward in #1215
New Contributors
- @spiliopoulos made their first contribution in #1217
Full Changelog: v4.2.10...v4.2.11
v4.2.10
What's Changed
Maintenance
- Update sbt-ci-release to 1.11.0 by @scala-steward in #1197
- Update sbt, scripted-plugin to 1.11.0 by @scala-steward in #1198
- Update scalafmt-core to 3.9.7 by @scala-steward in #1201
- Update sbt-ci-release to 1.11.1 by @scala-steward in #1204
- Update sbt, scripted-plugin to 1.11.1 by @scala-steward in #1205
- Update sbt, scripted-plugin to 1.11.2 by @scala-steward in #1206
Full Changelog: v4.2.9...v4.2.10