Releases: FredyH/GWSockets
GWSockets 1.4.0-Beta
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
GWSockets 1.2.0
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
Fixed crash when failing to resolve hostname
GWSockets 1.1.2
Fixed setting headers/cookies not working
GWSockets 1.1.1
Fixed SSL certificate verification not working under Linux.
GWSockets 1.1.0
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
Fixed a deadlock
GWSockets 0.9.0
Initial release of GWSockets