Skip to content

Commit 933d720

Browse files
chore(release): 🎉 5.15.0 [skip ci]
# [5.15.0](v5.14.3...v5.15.0) (2024-02-12) ### Bug Fixes * **client:** Use `TerminatedCloseEvent` class extending an `Error` for rejecting promises when terminating ([74b4ceb](74b4ceb)), closes [#531](#531) * **server:** Dispose of subscriptions on close even if added late to the subscriptions list ([#534](#534)) ([e45d6b1](e45d6b1)), closes [#532](#532) ### Features * **server:** Add is retry flag to connect events ([#507](#507)) ([9ad853f](9ad853f))
1 parent 74b4ceb commit 933d720

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.15.0](https://github.com/enisdenjo/graphql-ws/compare/v5.14.3...v5.15.0) (2024-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Use `TerminatedCloseEvent` class extending an `Error` for rejecting promises when terminating ([74b4ceb](https://github.com/enisdenjo/graphql-ws/commit/74b4ceb944de1ab368dec9b742eb6c0107e35854)), closes [#531](https://github.com/enisdenjo/graphql-ws/issues/531)
7+
* **server:** Dispose of subscriptions on close even if added late to the subscriptions list ([#534](https://github.com/enisdenjo/graphql-ws/issues/534)) ([e45d6b1](https://github.com/enisdenjo/graphql-ws/commit/e45d6b1eb916ee8a8bece4f8648e181de9a54a32)), closes [#532](https://github.com/enisdenjo/graphql-ws/issues/532)
8+
9+
10+
### Features
11+
12+
* **server:** Add is retry flag to connect events ([#507](https://github.com/enisdenjo/graphql-ws/issues/507)) ([9ad853f](https://github.com/enisdenjo/graphql-ws/commit/9ad853f70bd0fe2e20f89ec7b52927d9ed3c73ef))
13+
114
## [5.14.3](https://github.com/enisdenjo/graphql-ws/compare/v5.14.2...v5.14.3) (2023-12-20)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "5.14.3",
3+
"version": "5.15.0",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"protocol",

0 commit comments

Comments
 (0)