To facilitate management,SuperSocketThe Beta Release of will not send blog posts separately, but will be summarized in the latest order in this blog post.
SuperSocket/SuperWebSocket/WebSocket4Net QQ exchange group: 135969383
SuperSocket 1.5.3 released 2013-05-28
Http://www.oschina.net/news/40884/supersocket-1-5-3
SuperSocket 1.6 beta 1
Http://www.oschina.net/news/40253/supersocket-1-6-beta1
SuperSocket 1.5.2 released
Http://www.oschina.net/news/39519/supersocket-1-5-2
SuperWebSocket 0.7 released
Http://superwebsocket.codeplex.com/releases/view/101471
SuperSocket 1.5.1 released
Http://supersocket.codeplex.com/releases/view/101376
SuperSocket 1.5 stable released
Http://www.cnblogs.com/jzywh/archive/2013/01/07/supersocket150.html
SuperSocket 1.5 beta 5 released
Http://supersocket.codeplex.com/releases/view/97208
SuperSocket 1.4.6 released
Http://supersocket.codeplex.com/releases/view/97209
SuperSocket 1.4 SP5 released
Http://supersocket.codeplex.com/releases/view/91851
WebSocket4Net 0.8 released
Http://websocket4net.codeplex.com/releases/view/91292
SuperWebSocket 0.6 released
Http://superwebsocket.codeplex.com/releases/view/86249
SuperSocket 1.4 SP4 released
Http://supersocket.codeplex.com/releases/view/86117
WebSocket4Net 0.5 released
Http://www.cnblogs.com/jzywh/archive/2012/03/19/2405851.html
SuperWebSocket 0.5 released
Http://www.cnblogs.com/jzywh/archive/2012/03/19/2405855.html
SuperWebSocket 0.4 released
Http://superwebsocket.codeplex.com/releases/view/82691
SuperSocket 1.4 SP3 released
Http://supersocket.codeplex.com/releases/view/82616
SuperWebSocket 0.3 released
Http://superwebsocket.codeplex.com/releases/view/81845
SuperWebSocket 0.2 released
Http://superwebsocket.codeplex.com/releases/view/81253
SuperWebSocket 0.1 released
Http://superwebsocket.codeplex.com/releases/view/80430
Http://www.cnblogs.com/jzywh/archive/2012/01/13/SuperWebSocket01.html
SuperSocket 1.4 SP2 released
Http://www.cnblogs.com/jzywh/archive/2011/12/28/SuperSocket1_4SP2.html
Http://supersocket.codeplex.com/releases/view/79410
SuperWebSocket Drop 8 released
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 released
Http://www.cnblogs.com/jzywh/archive/2011/09/20/SuperSocket1_4SP1.html
Http://supersocket.codeplex.com/releases/view/73641
SuperWebSocket Drop 7 released
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 released
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 released
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 released
Http://supersocket.codeplex.com/releases/view/69473
Http://www.cnblogs.com/jzywh/archive/2011/07/06/2099097.html
SuperSocket 1.4 beta 4 released
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 released
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 inserting ing
- 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 published times
SuperSocket 1.4 beta 2 released
Http://supersocket.codeplex.com/releases/view/63278
Updates:
- Windows Azure support
- Made TCP keep alive options can be retriable
- 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 released
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 released
Http://supersocket.codeplex.com/releases/view/62203
Main changes:
- Made thread pool size retriable
- Started using TPL to deal mutiple threads issues
- Changed to process completed ed 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 update:
Mono supports advance to version 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 released
Http://supersocket.codeplex.com/releases/view/59310
Http://www.cnblogs.com/jzywh/archive/2011/01/17/supersocket13stable.html
SuperSocket 1.3 beta 3 released
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 released
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
SuperSocket 1.3 beta 1 releasedHttp://supersocket.codeplex.com/releases/view/57432
This version is updated as follows:
New features:
- New support for UDP socket
- Added support for custom protocols (binary and other more complex protocols)
- Supports SSL/TLS encrypted transmission in synchronization mode
Bug fixes:
- Fixed a potential bug where the running state of the server was not updated after the server was stopped.
- Fixed the synchronization bug in clearing timeout sessions.
- Fixed a bug in ArraySegmentList.
- Fixed a bug in obtaining configuration parameters.
Third-party class libraries and platform upgrades:
- Upgraded SuperSocket to. NET 4.0
- Upgraded EntLib 4.1 to 5.0
SuperSocket 1.0 SP1 releasedHttp://supersocket.codeplex.com/releases/view/5716
6
Http://www.cnblogs.com/jzywh/archive/2010/12/08/supersocket1sp1.html