Releases: reconbot/graphql-lambda-subscriptions
Releases · reconbot/graphql-lambda-subscriptions
v4.0.3
27 Sep 14:38
Compare
Sorry, something went wrong.
No results found
4.0.3 (2021-09-27)
Bug Fixes
v4.0.2
30 Aug 03:16
Compare
Sorry, something went wrong.
No results found
4.0.2 (2021-08-30)
Bug Fixes
args that are inline weren't passed to callback functions (#64 ) (a8fe398 )
v4.0.1
29 Aug 04:30
Compare
Sorry, something went wrong.
No results found
4.0.1 (2021-08-29)
Bug Fixes
duplicate subscription ids now properly error & close the connection (#63 ) (2bbcab4 )
v4.0.0
28 Aug 21:03
Compare
Sorry, something went wrong.
No results found
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
27 Aug 15:57
Compare
Sorry, something went wrong.
No results found
3.1.1 (2021-08-27)
Bug Fixes
topic filtering and drop DDB Libraries (#57 ) (dbecec2 )
v3.1.0
25 Aug 00:57
Compare
Sorry, something went wrong.
No results found
3.1.0 (2021-08-25)
Features
add subscribe and complete to the context, improve their docs (#56 ) (b8abad3 )
v3.0.1
24 Aug 21:44
Compare
Sorry, something went wrong.
No results found
3.0.1 (2021-08-24)
Bug Fixes
cleanup some descriptions (a4c0177 )
v3.0.0
22 Aug 04:45
Compare
Sorry, something went wrong.
No results found
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
21 Aug 20:51
Compare
Sorry, something went wrong.
No results found
2.1.0 (2021-08-21)
Features
v2.0.0
21 Aug 15:16
Compare
Sorry, something went wrong.
No results found
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