Releases: sangria-graphql/sangria-federated
Releases · sangria-graphql/sangria-federated
v0.8.2
What's Changed
- throw better exception when a resolver is not found by @yanns in #327
- test unparsable arguments by @yanns in #328
Back stage
- harden tests by @yanns in #316
- add tests checking that the DB is called once by @yanns in #317
- test entities sharing same arg by @yanns in #318
- examples use fetcher by @yanns in #319
- Update README.md by @yanns in #320
- Update sbt to 1.10.0 by @scala-steward in #321
- Update compilerplugin, scalapb-runtime to 0.11.17 by @scala-steward in #322
- Update scalafmt-core to 3.8.2 by @scala-steward in #323
- Update scalatest to 3.2.19 by @scala-steward in #325
- update example to federation v2 and fix readme by @yanns in #326
- Update sbt-github-actions to 0.24.0 by @scala-steward in #324
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Fix typo in link to interfaceObject documentation by @oskargotte in #282
- Add Apollo federation spec compliance tool in CI by @oskargotte in #287
Maintenance
- add more entities in tests by @yanns in #284
- Update scalafmt-core to 3.7.17 by @scala-steward in #286
- Update logback-classic to 1.4.12 by @scala-steward in #288
- WIP: Include deferred resolver in test setup by @oskargotte in #290
- Update logback-classic to 1.4.14 by @scala-steward in #291
- Update sbt-github-actions to 0.22.0 by @scala-steward in #292
- Update sbt to 1.9.8 by @scala-steward in #293
- Update cats-effect to 3.5.3 by @scala-steward in #294
- Update compilerplugin, scalapb-runtime to 0.11.15 by @scala-steward in #296
- Update sbt-protoc to 1.0.7 by @scala-steward in #295
- Update weaver-cats to 0.8.4 by @scala-steward in #298
- Update sbt-github-actions to 0.23.0 by @scala-steward in #300
- Update scalafmt-core to 3.8.0 by @scala-steward in #302
- Update scalatest to 3.2.18 by @scala-steward in #303
- Update sbt to 1.9.9 by @scala-steward in #304
- Update scala-library to 2.13.13 by @scala-steward in #306
- Update logback-classic to 1.5.3 by @scala-steward in #309
- Update cats-effect to 3.5.4 by @scala-steward in #310
- Update scalafmt-core to 3.8.1 by @scala-steward in #311
- Update logback-classic to 1.5.5 by @scala-steward in #313
- Update logback-classic to 1.5.6 by @scala-steward in #314
- Update sangria to 4.1.0 by @scala-steward in #301
- Update scala-library to 2.12.19 by @scala-steward in #305
- Update scala-library to 2.13.14 by @scala-steward in #315
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Support federation v2.3 by @oskargotte in #279
Maintenance
- Update sbt to 1.9.0 by @scala-steward in #241
- Update scala-library to 2.12.18 by @scala-steward in #244
- Update sbt to 1.9.2 by @scala-steward in #253
- Update scalafmt-core to 3.7.8 by @scala-steward in #254
- Update scalafmt-core to 3.7.12 by @scala-steward in #260
- Update logback-classic to 1.4.11 by @scala-steward in #261
- Update sbt to 1.9.4 by @scala-steward in #262
- Update sbt-scalafmt to 2.5.1 by @scala-steward in #263
- Update scalafmt-core to 3.7.14 by @scala-steward in #266
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #265
- Update scalatest to 3.2.17 by @scala-steward in #267
- Update sangria to 4.0.2 by @scala-steward in #268
- Update scala-library to 2.13.12 by @scala-steward in #269
- Update sbt to 1.9.6 by @scala-steward in #270
- Update sbt-github-actions to 0.17.0 by @scala-steward in #271
- Update cats-effect to 3.5.2 by @scala-steward in #272
- remove blocking ExampleSpec by @yanns in #280
New Contributors
- @oskargotte made their first contribution in #279
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Update sangria to 4.0.0 by @scala-steward in #239
Maintenance
- Update scalafmt-core to 3.7.1 by @scala-steward in #216
- Update cats-effect to 3.4.6 by @scala-steward in #217
- Update compilerplugin, scalapb-runtime to 0.11.13 by @scala-steward in #218
- Update sangria to 3.5.2 by @scala-steward in #219
- Update cats-effect to 3.4.8 by @scala-steward in #224
- Update scalafmt-core to 3.7.2 by @scala-steward in #223
- Update sangria to 3.5.3 by @scala-steward in #225
- Update weaver-cats to 0.8.2 by @scala-steward in #228
- Update logback-classic to 1.4.6 by @scala-steward in #227
- Update scalafmt-core to 3.7.3 by @scala-steward in #229
- Update sbt-revolver to 0.10.0 by @scala-steward in #230
- Update weaver-cats to 0.8.3 by @scala-steward in #231
- Update cats-effect to 3.4.10 by @scala-steward in #234
- Update logback-classic to 1.4.7 by @scala-steward in #233
- Update sbt-ci-release to 1.5.12 by @scala-steward in #235
- Update sbt to 1.8.3 by @scala-steward in #236
- Update scalatest to 3.2.16 by @scala-steward in #237
- Update scalafmt-core to 3.7.4 by @scala-steward in #240
- Update cats-effect to 3.4.11 by @scala-steward in #238
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- add support for @composeDirective by @yanns in #214
Under the hood:
- use router instead of gateway by @yanns in #186
- Update sbt to 1.7.2 by @scala-steward in #190
- Update scala-library to 2.13.10 by @scala-steward in #189
- Update scalatest to 3.2.14 by @scala-steward in #192
- Update scalafmt-core to 3.6.0 by @scala-steward in #191
- Update sbt-protoc to 1.0.6 by @scala-steward in #188
- Update logback-classic to 1.4.4 by @scala-steward in #187
- Update sbt-ci-release to 1.5.11 by @scala-steward in #193
- Update sbt to 1.7.3 by @scala-steward in #195
- Update compilerplugin, scalapb-runtime to 0.11.12 by @scala-steward in #194
- Update scalafmt-core to 3.6.1 by @scala-steward in #196
- Update sangria to 3.4.1 by @scala-steward in #197
- Update sbt to 1.8.0 by @scala-steward in #198
- Update cats-effect to 3.4.0 by @scala-steward in #200
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #199
- Update cats-effect to 3.4.1 by @scala-steward in #201
- Update logback-classic to 1.4.5 by @scala-steward in #202
- Update cats-effect to 3.4.2 by @scala-steward in #203
- Update cats-effect to 3.4.3 by @scala-steward in #204
- Update sbt to 1.8.2 by @scala-steward in #206
- Update scalatest to 3.2.15 by @scala-steward in #207
- Update cats-effect to 3.4.4 by @scala-steward in #205
- Update sangria to 3.5.0 by @scala-steward in #208
- Update cats-effect to 3.4.5 by @scala-steward in #209
- test examples by @yanns in #210
- log only in case of test error by @yanns in #212
- Update scalafmt-core to 3.7.0 by @scala-steward in #213
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat(fed2): add @tag by @xsoufiane in #183
- feat(fed2): extend schema with @link by @xsoufiane in #184
Infrastructure update
- Update sbt-github-actions to 0.14.2 by @scala-steward in #107
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Maintenance
- Update circe to 0.14.2 by @sh0hei in #174
- Update http4s-blaze-server, http4s-circe, ... to 1.0.0-M30 by @scala-steward in #110
- small cleanups by @yanns in #178
- Update logback-classic to 1.4.1 by @scala-steward in #175
- Update circe-generic, circe-parser to 0.14.3 by @scala-steward in #176
- Update scala-library to 2.12.17 by @scala-steward in #177
- minor improvements by @yanns in #179
Full Changelog: v0.1.0...v0.2.0
v0.1.0: fed v2
What’s Changed
- extend schema with fed2 directives (#172) @xsoufiane
- add remaining fed v2 spec directives (#171) @xsoufiane
- add @link (#170) @xsoufiane
- Use repeatable (#169) @xsoufiane
- differentiate v1 and v2 (#166) @yanns
- add link__Import scalar (#162) @xsoufiane
- ref: rename federation package to v1 (#163) @xsoufiane
Maintenance
- Update logback-classic to 1.4.0 (#173) @scala-steward
- Sangria v3.2.0 (#168) @xsoufiane
- test: use QueryRenderer (#167) @xsoufiane
- Update scalafmt-core to 3.5.9 (#165) @sh0hei
- Update scalatest to 3.2.13 (#160) @scala-steward
- Update sbt to 1.7.1 (#158) @scala-steward
- Update cats-effect to 3.3.14 (#159) @scala-steward
- Update scala-library to 2.12.16 (#154) @scala-steward
- Update cats-effect to 3.3.13 (#156) @scala-steward
- Update cats-effect to 3.3.12 (#151) @scala-steward
- Update scalatest to 3.2.12 (#148) @scala-steward
- Update cats-effect to 3.3.11 (#145) @scala-steward
- Update cats-effect to 3.3.10 (#144) @scala-steward
- Update cats-effect to 3.3.9 (#142) @scala-steward
- Update cats-effect to 3.3.8 (#141) @scala-steward
- Update cats-effect to 3.3.7 (#140) @scala-steward
- Update logback-classic to 1.2.11 (#139) @scala-steward
- Update cats-effect to 3.3.6 (#138) @scala-steward
- Update cats-effect to 3.3.5 (#132) @scala-steward
- Update scalatest to 3.2.11 (#130) @scala-steward
- Update sbt to 1.6.2 (#133) @scala-steward
- Update scala-library to 2.13.8 (#127) @scala-steward
- Update cats-effect to 3.3.4 (#126) @scala-steward
- Update cats-effect to 3.3.3 (#124) @scala-steward
- Update sbt-scalafmt to 2.4.6 (#119) @scala-steward
- Update sbt to 1.6.1 (#122) @scala-steward
- Update logback-classic to 1.2.10 (#117) @scala-steward
- Update sbt to 1.5.8 (#116) @scala-steward
- Update sbt to 1.5.7 (#113) @scala-steward
- Update cats-effect to 3.3.1 (#115) @scala-steward
- Update logback-classic to 1.2.8 (#112) @scala-steward
- Update sbt to 1.5.6 (#111) @scala-steward
- Update sbt-scalafmt to 2.4.5 (#109) @scala-steward
- Update cats-effect to 3.3.0 (#105) @scala-steward
- Update sbt-scalafmt to 2.4.4 (#103) @scala-steward
- Update sangria to 2.1.6 (#100) @scala-steward
- Update logback-classic to 1.2.7 (#101) @scala-steward
- Update sangria to 2.1.5 (#98) @scala-steward
- Update scala-library to 2.13.7 (#97) @scala-steward
- Update scalafmt-core to 3.0.8 (#96) @scala-steward
- Update sangria to 2.1.4 (#95) @scala-steward
- Update sbt-ci-release to 1.5.10 (#93) @scala-steward
- Update scalafmt-core to 3.0.7 (#94) @scala-steward
- Update http4s-blaze-server, http4s-circe, ... to 1.0.0-M29 (#92) @scala-steward
- Update http4s-blaze-server, http4s-circe, ... to 1.0.0-M28 (#91) @scala-steward
- Update scalafmt-core to 3.0.6 (#90) @scala-steward
- Update sbt-ci-release to 1.5.9 (#88) @scala-steward
- Update http4s-blaze-server, http4s-circe, ... to 1.0.0-M27 (#87) @scala-steward
- Update scala-library to 2.12.15 (#83) @scala-steward
- Update scalafmt-core to 3.0.4 (#84) @scala-steward
- Update scalatest to 3.2.10 (#85) @scala-steward
- Update cats-effect to 3.2.9 (#86) @scala-steward
- Update scalafmt-core to 3.0.3 (#82) @scala-steward
- update http4s to 1.0.0-M25 (#81) @yanns
- Update logback-classic to 1.2.6 (#80) @scala-steward
- Update cats-effect to 3.2.8 (#79) @scala-steward
- Update cats-effect to 3.2.7 (#78) @scala-steward
- Update scalafmt-core to 3.0.2 (#77) @scala-steward
- Update cats-effect to 3.2.5 (#75) @scala-steward
- Update cats-effect to 3.2.4 (#74) @scala-steward
- Update scalafmt-core to 3.0.1 (#73) @scala-steward
- Update scalafmt-core to 3.0.0 (#72) @scala-steward
- Update cats-effect to 3.2.3 (#71) @scala-steward
- Update sbt-github-actions to 0.13.0 (#70) @scala-steward
- Update cats-effect to 3.2.2 (#68) @scala-steward
- Update cats-effect to 3.2.1 (#67) @scala-steward
- Update logback-classic to 1.2.5 (#66) @scala-steward
- Update cats-effect to 3.2.0 (#65) @scala-steward
- Update logback-classic to 1.2.4 (#64) @scala-steward
- Update sbt to 1.5.5 (#63) @scala-steward
- Update sbt-scalafmt to 2.4.3 (#62) @scala-steward
- Update sbt to 1.5.4 (#61) @scala-steward
- Update sangria-circe to 1.3.2 (#59) @scala-steward
- Update sbt-github-actions to 0.12.0 (#60) @scala-steward
- Update sbt to 1.5.3 (#58) @scala-steward
- Update circe-optics to 0.14.1 (#56) @scala-steward
- Update scala-library to 2.12.14 (#57) @scala-steward
- Update sbt-github-actions to 0.11.0 (#52) @scala-steward