Skip to content

Releases: GraphQLSwift/GraphQLWS

2.1.0 - Nha Trang

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 05 Jun 02:57
dc54805

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 - Singapore

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 17 May 23:22
038a19b

Breaking Changes

  • Server, Client and Messenger use Data for input and ouput instead of String
  • WebSocket-closing errors no longer send text messages prior to closing, instead relying on code code and reason.

What's Changed

Full Changelog: 1.0.0...2.0.0

1.0.0 - Kuala Lumpur

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 12 Feb 17:10
5a3b62e

What's Changed

Full Changelog: 0.2.1...1.0.0

0.2.1 - Manila

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 19 Jan 06:36
66b2570

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0 - Mokpo

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 23 Sep 16:01
4342aaa

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1 - Haikou

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 15 Mar 19:35
96b4952

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0 - Hanoi

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 05 Nov 17:35
fb105d0

What's Changed

  • Remove autogened copyright, add MIT License by @GNMoseke in #3
  • Update auth to allow eventloopfuture resolution, explicit eventloop initialization by @GNMoseke in #4

Full Changelog: 0.0.10...0.1.0

0.0.10 - Osaka

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 23 Jul 15:41
72be825

What's Changed

  • feat: add onOperationComplete & onOperationError callbacks by @GNMoseke in #2

New Contributors

Full Changelog: 0.0.9...0.0.10

Rebar

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 11 Jul 16:52
f051242

Minor fix to TokenInitPayload that adds a public initializer

Stone Statue

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 08 Jul 21:53

Initial public release!! 🎉

Also makes the following improvements:

  • Servers now support completely customizable authentication payloads
  • Removes onClose Messenger callback
  • Fixes onReceive typo
  • Adds usage details to the readme