SuperSocket/SuperWebSocket/WebSocket4Net版本發布專用貼

來源:互聯網
上載者:User

為便於管理,SuperSocket的測試版發布將不再單獨發博文,而是直接以最新在前的順序匯總在此博文之中。

SuperSocket/SuperWebSocket/WebSocket4Net QQ 技術交流群: 135969383

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
SuperSocket 1.3 beta 1 發布了 2010-12-13http://supersocket.codeplex.com/releases/view/57432

此版本包含更新如下:

新功能:

  • 新增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
SuperSocket 1.0 SP1 發布了 2010-12-08http://supersocket.codeplex.com/releases/view/5716 6
http://www.cnblogs.com/jzywh/archive/2010/12/08/supersocket1sp1.html

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.