Skip to content

1.15.3

Latest
Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 09 Nov 17:25
· 8 commits to main since this release

Improvements

  • Stable sort schema types for SchemaMetadata (#514): Thank you to @asmundg for the contribution.

Fixed

  • Fix multipart delimter boundary parsing (#502): The multipart message parsing code was not splitting message chunks at the correct boundary.
  • Fix Websocket error broadcast for unsubscribed ID (#506) Only broadcast an error to all subscribers if there was no id field in the message.
  • Fix bug with AnyHashable coercion for non-iOS platforms (#517): Extended the _AnyHashableCanBeCoerced check to include macOS, watchOS, and tvOS with their respective minimum versions. Thank you to @VMLe for the fix.
  • Fix assigning websocket callback queue before connecting (#529): Fix an issue with assigning the websocket callback queue before connecting the websocket.
  • Fix GraphQLOperation hash uniqueness (#530): Adding uniqueness to GraphQLOperation hashing.