SuperSocket/SuperWebSocket/WebSocket4Net版本发布专用贴
为便于管理,SuperSocket的测试版发布将不再单独发博文,而是直接以最新在前的顺序汇总在此博文之中。
SuperSocket/SuperWebSocket/WebSocket4Net QQ 技术交流群: 373076764
SuperSocket 1.6.6
https://supersocket.codeplex.com/releases/view/620564
SuperSocket 1.6.5
https://supersocket.codeplex.com/releases/view/618113
SuperSocket 1.6.4
http://www.oschina.net/news/57555/supersocket-1-6-4
SuperSocket 1.6.3
http://www.oschina.net/news/54034/supersocket-1-6-3
SuperSocket 1.6.2 发布 2014-6-17
http://www.oschina.net/news/52886/supersocket-1-6-2
SuperSocket 1.6.1 发布 2014-2-25
http://www.oschina.net/news/49181/supersocket-1-6-1
SuperSocket 1.6 stable 发布 2013-10-29
http://www.oschina.net/news/45454/supersocket-1-6-stable
SuperSocket 1.6 beta 3 发布 2013-09-10
http://www.oschina.net/news/44055/supersocket-1-6-beta3
SuperSocket 1.5.4 发布 2013-09-02
http://www.oschina.net/news/43798/supersocket-1-5-4
SuperSocket 1.6 beta 2 2013-07-31
https://supersocket.codeplex.com/releases/view/110159
SuperSocket 1.5.3 发布 2013-05-28
http://www.oschina.net/news/40884/supersocket-1-5-3
SuperSocket 1.6 beta 1 2013-05-06
http://www.oschina.net/news/40253/supersocket-1-6-beta1
SuperSocket 1.5.2 发布 2012-04-11
http://www.oschina.net/news/39519/supersocket-1-5-2
SuperWebSocket 0.7 发布 2013-02-07
http://superwebsocket.codeplex.com/releases/view/101471
SuperSocket 1.5.1 发布 2013-02-05
http://supersocket.codeplex.com/releases/view/101376
SuperSocket 1.5 stable 发布 2013-01-07
http://www.cnblogs.com/jzywh/archive/2013/01/07/supersocket150.html
SuperSocket 1.5 beta 5 发布 2012-11-14
http://supersocket.codeplex.com/releases/view/97208
SuperSocket 1.4.6 发布 2012-11-14
http://supersocket.codeplex.com/releases/view/97209
SuperSocket 1.4 SP5 发布 2012-07-30
http://supersocket.codeplex.com/releases/view/91851
WebSocket4Net 0.8 发布 2012-07-18
http://websocket4net.codeplex.com/releases/view/91292
SuperWebSocket 0.6 发布 2012-04-18
http://superwebsocket.codeplex.com/releases/view/86249
SuperSocket 1.4 SP4 发布 2012-04-17
http://supersocket.codeplex.com/releases/view/86117
WebSocket4Net 0.5 发布 2012-03-19
http://www.cnblogs.com/jzywh/archive/2012/03/19/2405851.html
SuperWebSocket 0.5 发布 2012-03-19
http://www.cnblogs.com/jzywh/archive/2012/03/19/2405855.html
SuperWebSocket 0.4 发布 2012-02-21
http://superwebsocket.codeplex.com/releases/view/82691
SuperSocket 1.4 SP3 发布 2012-02-20
http://supersocket.codeplex.com/releases/view/82616
SuperWebSocket 0.3 发布 2012-02-08
http://superwebsocket.codeplex.com/releases/view/81845
SuperWebSocket 0.2 发布 2012-01-30
http://superwebsocket.codeplex.com/releases/view/81253
SuperWebSocket 0.1 发布 2012-01-13
http://superwebsocket.codeplex.com/releases/view/80430
http://www.cnblogs.com/jzywh/archive/2012/01/13/SuperWebSocket01.html
SuperSocket 1.4 SP2 发布 2011-12-28
http://www.cnblogs.com/jzywh/archive/2011/12/28/SuperSocket1_4SP2.html
http://supersocket.codeplex.com/releases/view/79410
SuperWebSocket Drop 8 发布 2011-09-26
http://superwebsocket.codeplex.com/releases/view/73945
Changes had been done in this drop:
- Supported Hybi-10 (Chrome 14)
- Updated SuperSocket to 1.4 SP1
SuperSocket 1.4 SP1 发布 2011-09-20
http://www.cnblogs.com/jzywh/archive/2011/09/20/SuperSocket1_4SP1.html
http://supersocket.codeplex.com/releases/view/73641
SuperWebSocket Drop 7 发布 2011-09-11
http://superwebsocket.codeplex.com/releases/view/73174
I have done below changes in this release:
- Fixed a critical bug which causes SuperWebSocket may miss incoming messages
- Fixed a building issue in Test project
- Removed the support of draft-hixie-75
- Made the code to comply the websocket draft much closer
SuperWebSocket Drop 6 发布 2011-07-25
http://superwebsocket.codeplex.com/releases/view/70643
I have done below changes in this release:
- Fixed an exception when close websocket connection of websocket client
- Fixed the log4net reference missing issue of UnitTest projects
- Improved handshake code strcuture to support multiple draft protocol better
SuperWebSocket Drop 5 发布 2011-07-16
http://superwebsocket.codeplex.com/releases/view/70135
I have done below changes in this release:
- Upgraded to SuperSocket 1.4 stable
- Fixed a missing file in UnitTest project
- Created a sample folder and some sample projects
- Implemented silverlight websocket client
- Fixed cookie encoding/decoding issue
- Improved handshake code structure
SuperSocket 1.4 stable 发布 2011-07-06
http://supersocket.codeplex.com/releases/view/69473
http://www.cnblogs.com/jzywh/archive/2011/07/06/2099097.html
SuperSocket 1.4 beta 4 发布 2011-05-10
http://supersocket.codeplex.com/releases/view/65950
Changes:
- removed useless classes and code
- exposed client socket in ISocketSession for AppSession
- set NoDelay and DontLinger for client socket by default
- added a new CustomProtocol sample project GPSSocketServer in QuickStart
- renamed method FindCommand to FindCommandInfo in ICommandReader
- replaced first parameter context(SocketContext) of method FindCommandInfo with session(IAppSession)
- removed SocketContext from SuperSocket
- added protected virtual methods OnStartup() and OnStopped() in AppServer base class to be overrided
- created default AppSession and default AppServer which uses default AppSession
SuperSocket 1.4 beta 3 发布 2011-04-19
http://supersocket.codeplex.com/releases/view/64669
Updates:
- Started to support Unix system by Mono 2.10
- Added built-in Flash/Silverlight policy server
- Improved CustomProtocol to support multiple commands in one receiving
- Extracted a new class AppServerBase which doesn't have session maintaining code
- Added prefix "SuperSocket." for all SuperSocket projects' names to avoid collisions with user's projects
- Improved the SocketServerManager to prevent initializing server many times
SuperSocket 1.4 beta 2 发布 2011-03-28
http://supersocket.codeplex.com/releases/view/63278
Updates:
- Windows Azure support
- Made TCP keep alive options can be configurable
- Changed clearIdleSession's default configuration value to false
- Improved performance data collecting API
- Simplified CustomProtocol: needn't to set next command reader if you don't want change command reader to other instance
- Mono support (only in windows, Mono in Linux/Unix will be supported in 1.4 beta 3)
- Fixed a bug that the method SendResponse(byte[] data) in UDP session hadn't been implemented
- Fixed a bug that extra logging directory will be created if there are multiple server instances
SuperWebSocket Drop 4 发布 2011-03-16
http://superwebsocket.codeplex.com/releases/view/62622
I have done below changes in this release:
- fixed issues in demo website
- made WebSocketSession extensible
- upgraded SuperSocket to latest version
- supported JSON sub command
SuperSocket 1.4 beta 1 发布 2011-03-08
http://supersocket.codeplex.com/releases/view/62203
Main changes:
- made thread pool size configurable
- started using TPL to deal mutiple threads issues
- changed to process received data in working thread pool instead of completion thread pool
- improved performance log
- improved session fetching performance by session snapshot
- improved configuration code
- supported command filter
- supported connection filter
- simplified and improved asynchronous extension
- ...
SuperSocket Road Map 更新:
Mono支持提前至1.4版本
http://supersocket.codeplex.com/wikipage?title=Road%20Map&referringTitle=Documentation
Road map of SuperSocket:
http://supersocket.codeplex.com/wikipage?title=Road%20Map&referringTitle=Documentation
SuperSocket 1.3 stable 发布了 2011-01-17
http://supersocket.codeplex.com/releases/view/59310
http://www.cnblogs.com/jzywh/archive/2011/01/17/supersocket13stable.html
SuperSocket 1.3 beta 3 发布了 2010-12-27
http://supersocket.codeplex.com/releases/view/58162
Below changes have been done in this release:
- improved logging architecture
- simplified custom protocol implementation
- added max command length limitation
- fixed a bug that closing connection by client will cause server hight CPU usage in sync mode
SuperSocket 1.3 beta 2 发布了 2010-12-23
http://supersocket.codeplex.com/releases/view/58000
Compared with SuperSocket 1.3 beta 1, the changes listed below have been done in SuperSocket 1.3 beta 2:
- added supports for .NET 3.5
- replaced Logging Application Block of EntLib with Log4Net
- improved the code about logging
- fixed a bug in QuickStart sample project
- added IPv6 support
此版本包含更新如下:
新功能:
- 新增UDP socket的支持
- 新增自定义协议支持(二进制协议和其它更复杂的协议)
- 在同步模式下支持SSL/TLS加密传输
Bug修复:
- 修复了一个潜在的在停止server之后没有没有更新server的running state的bug
- 修复了在清除超时session时同步的bug
- 修复了ArraySegmentList的一个bug
- 修复了一个获取配置参数的bug
第三方类库和平台升级:
- upgraded SuperSocket to .NET 4.0
- upgraded EntLib 4.1 to 5.0