Version 5.2.0 adds support for the new HTTP QUERY method and empty selection sets amongst other performance improvements and fixes.
Many thanks @AvikMakwana, @gregjotau and @AlexanderGH for their contributions to this release 💙
👷♂️ All changes
- [NEW] language: Support empty selection sets (#7028, #7015)
- [NEW] runtime: Add support for QUERY (#7016)
- [NEW] runtime: Allow custom JVM HTTP engines without OkHttp - #7018
- [NEW] execution: Add exposeServiceCapabilities (#7026)
- [NEW] execution: Introduce
PreparedRequestand allow to execute fragments (#7022) - [FIX] Fix
@catchhandling of malformed response data (#7027) - [FIX] Undeprecate CompiledFragment. (#7024)