New
v4.2.13
What's Changed
Several performance optimizations:
- Optimize middlewares iteration by @yanns in https://github.com/sangria-graphql/sangria/pull/1234
- avoid unnecessary pattern matching by @yanns in https://github.com/sangria-graphql/sangria/pull/1236
- avoid some closures by @yanns in https://github.com/sangria-graphql/sangria/pull/1237
- precompute list of MiddlewareBeforeField by @yanns in https://github.com/sangria-graphql/sangria/pull/1238
Maintenance
- Update classgraph to 4.8.184 by @scala-steward in https://github.com/sangria-graphql/sangria/pull/1232
- Update scalafmt-core to 3.10.0 by @scala-steward in https://github.com/sangria-graphql/sangria/pull/1233
- Update scala-library, scala-reflect to 2.13.17 by @scala-steward in https://github.com/sangria-graphql/sangria/pull/1231
Full Changelog: https://github.com/sangria-graphql/sangria/compare/v4.2.12...v4.2.13