Skip to content

Releases: rstudio/websocket

websocket 1.4.4

10 Apr 10:28
18bcc34

Choose a tag to compare

  • Silences inaccurate deprecation warnings from certain C++ compilers. (#116)

  • Fixes builds for Windows systems without openssl.pc. (@jeroen, #117)

websocket v1.4.1

19 Aug 14:50
3990dd8

Choose a tag to compare

websocket 1.4.0

23 Apr 20:33
@wch wch

Choose a tag to compare

  • Switched away from Rcpp and BH, to cpp11. (#73)

websocket 1.3.2

10 Feb 19:39
@wch wch

Choose a tag to compare

  • Made a tweak to autobrew in configure script. (@jeroen, #75)

  • Added a proxy example to README.

  • Made tests more reliable by eliminating need for external connections.

websocket 1.3.1

13 Jul 19:38
@wch wch

Choose a tag to compare

  • Increased OpenSSL system requirement from 1.0.1 to 1.0.2.

websocket 1.3.0

06 Jul 14:45
@wch wch

Choose a tag to compare

  • Update to WebSocket++ 0.8.2, in order to work with AsioHeaders 1.16.1-1. (#68)

  • Windows and Mac: Update to OpenSSL 1.1.1g. (#69)

  • Building and installing the package no longer leaves files in the system temp directory. (#69)

websocket 1.2.0

10 Jun 22:02
@wch wch

Choose a tag to compare

  • Websocket I/O now runs on a separate thread, so Websocket no longer uses polling. This should also reduce latency for handling incoming messages. (#62)

websocket 1.1.0

05 Jun 20:18
@wch wch

Choose a tag to compare

  • Added maxMessageSize argument to WebSocket$new(). (#57)

websocket 1.0.0

05 Jun 20:19
@wch wch

Choose a tag to compare

  • Initial release