Skip to content

Releases: FredyH/GWSockets

GWSockets 1.4.0-Beta

22 Nov 00:06

Choose a tag to compare

GWSockets 1.4.0-Beta Pre-release
Pre-release

What's Changed

  • Add parameter to disable clearing queue on open(). by @xCynDev in #46
  • Change think hook to timer for callback execution by @wrefgtzweve in #51
  • Pass disconnect reasons properly by @wrefgtzweve in #53
  • Add support for sending binary messages by @sarahsturgeon in #48
  • Switched to the CMake build system
  • Updated dependencies to use latest versions for enhanced security

Full Changelog: 1.3.0...1.4.0-Beta

GWSockets 1.3.0

16 Mar 12:07
7b48df2

Choose a tag to compare

  • Add support for permessage-deflate when sending or receiving messages. (#43), thanks to @xCynDev
  • Fixed header values with spaces being considered invalid on Windows builds (#42)

GWSockets 1.2.0

28 Jun 23:19

Choose a tag to compare

Added GWSockets.addVerifyPath function to specify different locations for root certificates.
Fixed bug where calling close directly after opening a websocket would result in a crash.
Fixed severe bug that would sometimes result in incorrect data being sent.
Fixed a rare case where a socket would not get garbage collected.

GWSockets 1.1.3

04 Mar 07:42

Choose a tag to compare

Fixed crash when failing to resolve hostname

GWSockets 1.1.2

02 Feb 02:17

Choose a tag to compare

Fixed setting headers/cookies not working

GWSockets 1.1.1

05 Jan 04:16

Choose a tag to compare

Fixed SSL certificate verification not working under Linux.

GWSockets 1.1.0

26 Aug 01:39
0afba9f

Choose a tag to compare

Added 64 bit support.
Hopefully fixed a bug where an error could be displayed when trying to require the library.

Note: I just recompiled the linux versions (without bumping up the version number) under an older OS so that it is compatible with more current distros, if you had trouble requiring this library before, it should work now.

GWSockets 1.0.0

12 May 15:29

Choose a tag to compare

Fixed a deadlock

GWSockets 0.9.0

27 Mar 04:37
3831218

Choose a tag to compare

Initial release of GWSockets