Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-16 | 910 Bytes | |
v4.2.13 source code.tar.gz | 2025-10-16 | 409.9 kB | |
v4.2.13 source code.zip | 2025-10-16 | 595.0 kB | |
Totals: 3 Items | 1.0 MB | 0 |
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