Strawberry GraphQL @ 0.327.5

Released

This release fixes Channels HTTP responses bypassing custom encode_json overrides.

Both GraphQLHTTPConsumer and SyncGraphQLHTTPConsumer now use the encoding hook for single and batched JSON responses, including GraphQL errors. Bytes are sent unchanged, while strings are encoded as UTF-8.

This release was contributed by @patrick91 in https://github.com/strawberry-graphql/strawberry/pull/4613