From 60563d88f219513650276b04250d5a890dd504f2 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 5 Jan 2022 10:43:18 -0800 Subject: [PATCH] Feature/11.4.0 (#344) * mbedls system certs * missing curly brace ... * windows uwp for appveyor * try again uwp * update version and changelog * revert odd change in test/IXSocketTest.cpp Co-authored-by: Benjamin Sergeant --- docs/CHANGELOG.md | 11 +++++++++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4bd4c69d..3cfaa2cd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,17 @@ All changes to this project will be documented in this file. +## [11.4.0] - 2022-01-05 + +(Windows) Use wsa select event, which should lead to a much better behavior on Windows in general, and also when sending large payloads (#342) +Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341) +Export symbols into .def files +Export symbols into .def files on MSVC (#339) +Include to provide standard error constants (#338) +Improved compatibility - fix mingw crossbuild (#337) +Allow to cancel asynchronous HTTP requests (#332) +Fix errors in example code. (#336) + ## [11.3.2] - 2021-11-24 (server) Add getters for basic Servers properties (like port, host, etc...) (#327) + fix one compiler warning diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index ccaec845..f9a88739 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "11.3.2" +#define IX_WEBSOCKET_VERSION "11.4.0"