Releases: reconbot/graphql-lambda-subscriptions
Releases · reconbot/graphql-lambda-subscriptions
v4.0.3
4.0.3 (2021-09-27)
Bug Fixes
v4.0.2
4.0.2 (2021-08-30)
Bug Fixes
- args that are inline weren't passed to callback functions (#64) (a8fe398)
v4.0.1
4.0.1 (2021-08-29)
Bug Fixes
- duplicate subscription ids now properly error & close the connection (#63) (2bbcab4)
v4.0.0
4.0.0 (2021-08-28)
Bug Fixes
- issues with disconnecting and completing (#59) (204c4bc)
BREAKING CHANGES
- The subscriptions Table has has its range key removed. This will require a migration.
v3.1.1
3.1.1 (2021-08-27)
Bug Fixes
- topic filtering and drop DDB Libraries (#57) (dbecec2)
v3.1.0
3.1.0 (2021-08-25)
Features
- add subscribe and complete to the context, improve their docs (#56) (b8abad3)
v3.0.1
3.0.1 (2021-08-24)
Bug Fixes
- cleanup some descriptions (a4c0177)
v3.0.0
3.0.0 (2021-08-22)
Features
- makeServer is now how you make a server (#38) (9d10fd5)
BREAKING CHANGES
- makeServer is now how you make a server
v2.1.0
2.1.0 (2021-08-21)
Features
v2.0.0
2.0.0 (2021-08-21)
Bug Fixes
- change testing strategdy to compare against graphql-ws (#34) (8f64a5d)
BREAKING CHANGES
- onSubscribe now sends error messages instead of disconnecting