Releases: hprose/hprose-golang
Releases · hprose/hprose-golang
Version 3.0.0 alpha4
v3.0.0-alpha4 Add LongTypeInt and LongTypeUint, default is LongTypeInt
Version 3.0.0 alpha3
v3.0.0-alpha3 Fixed reference decode error.
Version 3.0.0 alpha2
v3.0.0-alpha2 code refactoring
Version 3.0.0 alpha1
v3.0.0-alpha1 Fixed class decode
Version 2.0.6
2.0.5 is not the last 2.0.x version. 😂
Version 2.0.5
Maybe this is the last 2.0.x version.
Version 2.0.4
Improved inputFilter and outputFilter error handling.
Improved Struct to Map unserialize.
Improved Push Service and Client.
Version 2.0.3
Added AcquireReader & ReleaseReader
Added GetClientContext method on BaseClient
Removed unnecessary code
Fixed compress of fasthttp client
Version 2.0.2
Added Get & Set methods for rpc.Context
Added httpHeader support for http client
Version 2.0.1
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.