| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.0 source code.tar.gz | 2024-11-07 | 18.7 kB | |
| 3.0.0 source code.zip | 2024-11-07 | 26.7 kB | |
| README.md | 2024-11-07 | 873 Bytes | |
| Totals: 3 Items | 46.2 kB | 0 | |
Breaking Changes
- Replaced iterall with native Symbol.asyncIterator.
PubSubEngine.asyncIteratoris nowPubSubEngine.asyncIterableIteratorby @n1ru4l in https://github.com/apollographql/graphql-subscriptions/pull/232
Other Changes
- Add TypeScript support to withFilter by @HofmannZ in https://github.com/apollographql/graphql-subscriptions/pull/230
- Support readonly arrays as event names by @robhogan in https://github.com/apollographql/graphql-subscriptions/pull/234
- Allow resolver functions to be async by @maclockard in https://github.com/apollographql/graphql-subscriptions/pull/220
- Make
withFilteroutput type compatible with Apollo Server subscriptions by @tninesling in https://github.com/apollographql/graphql-subscriptions/pull/276
Full Changelog: https://github.com/apollographql/graphql-subscriptions/compare/v2.0.0...v3.0.0