Skip to content

Releases: reconbot/graphql-lambda-subscriptions

v4.0.3

27 Sep 14:38
0f2aa5b
Compare
Choose a tag to compare

4.0.3 (2021-09-27)

Bug Fixes

v4.0.2

30 Aug 03:16
a8fe398
Compare
Choose a tag to compare

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
2bbcab4
Compare
Choose a tag to compare

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
204c4bc
Compare
Choose a tag to compare

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
dbecec2
Compare
Choose a tag to compare

3.1.1 (2021-08-27)

Bug Fixes

  • topic filtering and drop DDB Libraries (#57) (dbecec2)

v3.1.0

25 Aug 00:57
b8abad3
Compare
Choose a tag to compare

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
50446cf
Compare
Choose a tag to compare

3.0.1 (2021-08-24)

Bug Fixes

  • cleanup some descriptions (a4c0177)

v3.0.0

22 Aug 04:45
9d10fd5
Compare
Choose a tag to compare

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
02507d6
Compare
Choose a tag to compare

2.1.0 (2021-08-21)

Features

v2.0.0

21 Aug 15:16
8f64a5d
Compare
Choose a tag to compare

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