async-graphql/CHANGELOG.md
2021-02-22 09:54:26 +08:00

1.0 KiB

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.5] - 2021-02-22

Added

[2.5.4] - 2021-02-15

Fixed

  • Fixed the error that the directive locations FIELD_DEFINITION and ENUM_VALUE cannot be parsed.

[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