- Fixed WuHostNull build.
- Use 2048 bit RSA keys (fixes
SSL_CTX_use_certificate:ee key too small
).
- Allow OpenSSL 1.1.
- Node addon: upgrade nan, now builds with node 12.
- Fixed compiler warnings.
- Switch to a newer SDP format. Newer Chrome versions can connect to the server again.
- Update required CMake version to 3.7.
- Fix compilation with g++ 7.
- Add C API.
- WuHost now has an explicit timeout parameter.
- Remove ES6 'let' from wusocket.js.
- Fix potential out of bounds read when sending SDP response.
- Add DTLS 1.2 support. Requires at least OpenSSL 1.0.2.
- Fix WuConf uninitialized maxClients parameter.
- Remove the old default epoll implementation.
- Split the core logic into a separate library.
- Add a new epoll host.
- Add a Node.js host.
- Add fuzz tests.
- Add a Node.js example.