Strawberry GraphQL @ 0.327.6
Released
This release fixes unnecessary whitespace in responses produced by Strawberry’s shared default JSON encoders, reducing their size without changing decoded data.
The encoders now omit spaces after commas and colons. This also applies to
WebSocket messages and SSE/multipart JSON payloads that use these encoders;
protocol framing is unchanged. Unicode escaping, Django’s DjangoJSONEncoder ,
and custom encode_json overrides retain their existing behavior.
Channels’ ordinary HTTP responses still use their separate serialization path and are unaffected by this change.
This release was contributed by @patrick91 in https://github.com/strawberry-graphql/strawberry/pull/4612