Changes in version 1.4.4.9000 Changes in version 1.4.4 (2025-04-10) - Silences inaccurate deprecation warnings from certain C++ compilers. (#116) - Fixes builds for Windows systems without openssl.pc. (@jeroen, #117) Changes in version 1.4.3 - When compiled with Rtools42 to 45, it now uses the copy of openssl that comes with Rtools. (@kalibera, #113) Changes in version 1.4.2 (2024-07-22) - Fixes for C++20, and removed use of non-API function R_nchar. (#109) Changes in version 1.4.1 (2021-08-18) - Add UCRT toolchain support (@jeroen, #82) - Add BugReports URL to DESCRIPTION (@jeroen, #83) Changes in version 1.4.0 (2021-04-23) - Switched away from Rcpp and BH, to cpp11. (#73) Changes in version 1.3.2 (2021-02-10) - 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. Changes in version 1.3.1 (2020-07-13) - Increased OpenSSL system requirement from 1.0.1 to 1.0.2. Changes in version 1.3.0 (2020-07-05) - 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) Changes in version 1.2.0 (2020-06-10) - 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) Changes in version 1.1.0 (2019-08-08) - Added maxMessageSize argument to WebSocket$new(). (#57) Changes in version 1.0.0 (2019-06-18) - Initial release