File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 0.3.0 May 13 2016
2+ - BREAKING CHANGE: default byte buffer is now PooledByteBufferAllocator (unless overriden through environment variable).
3+ - Port of PooledByteBuffer (support for flexible buffer sizes).
4+ - Enables sending of multiple buffers in a single socket call.
5+ - Refreshed DefaultChannelPipeline, AbstractChannelHandlerContext.
6+ - Port of JsonObjectDecoder, DelimeterBasedFrameDecoder.
7+ - Fixes to async sending in TcpSocketChannel.
8+ - IoBufferCount, GetIoBuffer(s) introduced in IByteBuffer.
9+
110#### 0.2.6 April 27 2016
211- TlsHandler negotiates TLS 1.0+ on server side (#89 ).
312- STEE properly supports graceful shutdown (#7 ).
Original file line number Diff line number Diff line change 3232 <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
3333 </PropertyGroup >
3434 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Signed|AnyCPU'" >
35- <OutputPath >bin\Signed \</OutputPath >
35+ <OutputPath >bin\Release \</OutputPath >
3636 <DefineConstants >TRACE;NOTEST</DefineConstants >
3737 <Optimize >true</Optimize >
3838 <DebugType >pdbonly</DebugType >
Original file line number Diff line number Diff line change 55[ assembly: AssemblyCopyrightAttribute ( "Copyright © 2016" ) ]
66[ assembly: AssemblyKeyFileAttribute ( "" ) ]
77[ assembly: AssemblyDelaySignAttribute ( false ) ]
8- [ assembly: AssemblyVersionAttribute ( "0.2.6 " ) ]
9- [ assembly: AssemblyFileVersionAttribute ( "0.2.6 " ) ]
8+ [ assembly: AssemblyVersionAttribute ( "0.3.0 " ) ]
9+ [ assembly: AssemblyFileVersionAttribute ( "0.3.0 " ) ]
You can’t perform that action at this time.
0 commit comments