Release Notes
Server
- Fixed parsing of empty comment lines in Scala 3 #1337 by @sergeykolbasov
- Fixed rendering of object arguments to directives #1353 by @joheriks
- Fixed some edge cases of input type validation #1347 by @frekw
- Fixed a potential security vulnerability in the
ApolloPersistedQuery
wrapper #1362 by @paulpdaniels - Added
targets
to field metadata to expose the type conditions of a field #1315 by @frekw
Adapters
- Ensured the subscription Websockets are interrupted properly #1342 by @moonkev
- Added support for lower-case content-type headers #1321 by @frekw
- Upgraded zio-http to 1.0.0.0-RC27 #1361 by @strokyl
Client
Plugins
- Added support for Apollo Federation v2 #1344 by @paulpdaniels