async-graphql/CHANGELOG.md

633 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.5.2] - 2021-02-06

Added

  • Add subscription support for tide with tide-websockets.

Fixed

  • Fixed the bug that can accept subscription requests during the initialization of WebSocket.
  • GraphQL over WebSocket Protocol
  • Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406