Skip to content

Releases: FredyH/GWSockets

GWSockets 1.4.0-Beta

GWSockets 1.4.0-Beta Pre-release
Pre-release

Choose a tag to compare

@FredyH FredyH released this 22 Nov 00:06

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

Choose a tag to compare

@FredyH FredyH released this 16 Mar 12:07
7b48df2
  • 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

Choose a tag to compare

@FredyH FredyH released this 28 Jun 23:19

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

Choose a tag to compare

@FredyH FredyH released this 04 Mar 07:42

Fixed crash when failing to resolve hostname

GWSockets 1.1.2

Choose a tag to compare

@FredyH FredyH released this 02 Feb 02:17

Fixed setting headers/cookies not working

GWSockets 1.1.1

Choose a tag to compare

@FredyH FredyH released this 05 Jan 04:16

Fixed SSL certificate verification not working under Linux.

GWSockets 1.1.0

Choose a tag to compare

@FredyH FredyH released this 26 Aug 01:39
0afba9f

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

Choose a tag to compare

@FredyH FredyH released this 12 May 15:29

Fixed a deadlock

GWSockets 0.9.0

Choose a tag to compare

@FredyH FredyH released this 27 Mar 04:37
3831218

Initial release of GWSockets