async-graphql/CHANGELOG.md

754 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.3] - 2021-02-13

Fixed

[2.5.2] - 2021-02-06

Added

Fixed

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