Changelog
This is a patch release for v2.11
Bug fixes and improvements
Server
- Fix GraphQL query validation where queries that assigned a
null
value to a variable with a declared non-nullable type were previously allowed. Now, queries with this aforementioned condition will be properly invalidated and rejected.
Build
- Update build packages to get the latest security updates.