Changelog History
Page 1
-
v2.0.6 Changes
October 19, 2020๐ฑ 2.0.5 is not the last 2.0.x version. ๐
-
v2.0.5 Changes
February 22, 2020Maybe this is the last 2.0.x version.
-
v2.0.4 Changes
August 20, 2017๐ Improved inputFilter and outputFilter error handling.
๐ Improved Struct to Map unserialize.
๐ Improved Push Service and Client. -
v2.0.3 Changes
December 03, 2016โ Added AcquireReader & ReleaseReader
โ Added GetClientContext method on BaseClient
โ Removed unnecessary code
๐ Fixed compress of fasthttp client -
v2.0.2 Changes
December 01, 2016โ Added Get & Set methods for rpc.Context
โ Added httpHeader support for http client -
v2.0.1 Changes
November 24, 2016๐ Fixed "constant 2147483648 overflows int" in 32 bit golang compiler.
๐ Fixed assignment to entry in nil map.
๐ Fixed readArguments.
WebSocketService now can be used as HTTPService. -
v2.0.0 Changes
November 13, 2016Faster than ever.
โ Added middleware support.
โ Added push support.
โ Added oneway call support.
โ Added idempotent calls automatically fail retry support.
โ Added asynchronous call support.
โ Added load balancing, and fail switch support.
๐ Improved the client and server API.
โ Added fasthttp supports. -
v1.5.1 Changes
June 09, 2015๐ Changed BytesReader private member to public.
๐ Changed Stream() method to Stream field on Reader and Writer.
โ Removed unnecessary ThreadCount field.
โ Added benchmark. -
v1.5.0 Changes
May 28, 2015โ Added shorter package path
github.com/hprose/hprose-go
(The old pathgithub.com/hprose/hprose-go/hprose
is still valid).
โ Added smaller core packagegithub.com/hprose/hprose-go/io
.
๐ Fixed bad utf-8 encoding string serialize.
โ Added Header method for HttpClient.
โ Added global connection pool for socket client.
๐ Fixed pointer in struct serialization.
โ Added JSONCompatible property for hprose.Reader.
โ Added document comments.
๐ Changed some code to remove golint warning.
๐ New web socket service implementation.
โ Added hprose web socket client.
๐ Fixed dead lock on socket connection pool.
โ Added ConnEntry & ConnPool interface.
โ Added Handle method for server.
โ Added batch support for jsonrpc service.
๐ Improved serialize/unserialize json, xml tag support.
๐ Improved all constructors.
Some other micro optimization. -
v1.4.1
May 01, 2015