Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Releases: xljiulang/NetworkSocket

V1.7.3

03 Feb 16:02
Compare
Choose a tag to compare
  • 异步IO回调切换到worker线程处理

V1.7.2

22 Jan 10:52
Compare
Choose a tag to compare
  • 反射层优化
  • 修复multipart/form-data表单null值的项
  • netstandard2.0的支持

1.7.0

28 Sep 15:11
Compare
Choose a tag to compare
  • 修复Listener一些bug
  • demo使用SSL

1.6.8

13 Nov 10:09
Compare
Choose a tag to compare

1、Api的执行全部全部转换为异步执行;
2、新增ParameterFilter特性过滤器与NotNull特性过滤器;
3、ISession增加ISubscriber支持;
4、移除ByteRange类型,使用ArraySegment替换;
5、新增SessionStreamReader与Dispatcher;
6、ITag获取值返回结构体TagItem;
7、TcpClientBase重构;
8、新增Protocol结构体,替换原来的Protocol字符串值;
9、更抽象和通用的TaskSetterTable;
10、DefaultDynamicJsonSerializer增加时间格式化支持;
11、http过滤器支持async void异步;
12、http支持Raw Json参数化处理请求,对应Body与Query参数特性;
13、http更加灵活易用的Route特性;
14、websocket新增WebSocketClient;
15、websocket新增JsonWebSocketClient;
16、重构各个middleware,消除上下文重入可能产生的问题;
17、修复http和websocket回复头CRLF的问题,http静态文件路径问题;
18、删除httpMiddleware处理了websocket握手的耦合;

1.6.7

09 Sep 05:46
Compare
Choose a tag to compare

底层细节修改

async await支持

10 Aug 02:38
Compare
Choose a tag to compare
V1.66

1.6.6

V1.65

18 Jul 12:09
Compare
Choose a tag to compare

修复http解析请求参数相关bug;
http添加delete和put方法
修复ws解析请求时内容长度相关bug;

V1.6.3

05 Jan 02:46
Compare
Choose a tag to compare

Converter重构;
SessionBase的Handler修改;
Context的Buffer线程可见性修改;

V1.6.2

02 Jan 16:31
Compare
Choose a tag to compare

SSL/TLS功能支持;
修复websocket、fast解析请求的隐性bug;
会话的性能提升;

V1.6.1

26 Dec 07:08
Compare
Choose a tag to compare

删除对System.Web.dll的依赖;
增加Silverlight的策略中间件。