UNPKG

1.3 kBMarkdownView Raw
1# Changelog
2
3### vNEXT
4- ...
5
6### 0.4.0
7- Added `asyncIterator(channelName: string)` to `PubSub` implementation [PR #60](https://github.com/apollographql/graphql-subscriptions/pull/60)
8- Added `withFilter` to allow `AsyncIterator` filtering [PR #60](https://github.com/apollographql/graphql-subscriptions/pull/60)
9- Deprecate `SubscriptionManager` [PR #60](https://github.com/apollographql/graphql-subscriptions/pull/60)
10
11### 0.3.1
12- Add support for `defaultValue`, fixes [#49](https://github.com/apollographql/graphql-subscriptions/issues/49) (https://github.com/apollographql/graphql-subscriptions/pull/50)
13
14### 0.3.0
15- Allow `setupFunctions` to be async (return `Promise`) (https://github.com/apollographql/graphql-subscriptions/pull/41)
16- Refactor promise chaining in pubsub engine (https://github.com/apollographql/graphql-subscriptions/pull/41)
17- Fixed a possible bug with managing subscriptions internally (https://github.com/apollographql/graphql-subscriptions/pull/29)
18- Return the `Promise` from `onMessage` of PubSub engine (https://github.com/apollographql/graphql-subscriptions/pull/33)
19
20### 0.2.3
21- update `graphql` dependency to 0.9.0
22
23### 0.2.2
24- made `graphql` a peer dependency and updated it to 0.8.2
25
26### v 0.2.1
27- Fixed a bug that caused subscriptions without operationName to fail