Skip to content

Releases: hprose/hprose-golang

Version 3.0.0 alpha4

14 May 07:53
Compare
Choose a tag to compare
Version 3.0.0 alpha4 Pre-release
Pre-release
v3.0.0-alpha4

Add LongTypeInt and LongTypeUint, default is LongTypeInt

Version 3.0.0 alpha3

14 May 05:54
Compare
Choose a tag to compare
Version 3.0.0 alpha3 Pre-release
Pre-release
v3.0.0-alpha3

Fixed reference decode error.

Version 3.0.0 alpha2

12 May 08:09
Compare
Choose a tag to compare
Version 3.0.0 alpha2 Pre-release
Pre-release
v3.0.0-alpha2

code refactoring

Version 3.0.0 alpha1

11 May 05:28
Compare
Choose a tag to compare
Version 3.0.0 alpha1 Pre-release
Pre-release
v3.0.0-alpha1

Fixed class decode

Version 2.0.6

19 Oct 11:21
6e31c4c
Compare
Choose a tag to compare

2.0.5 is not the last 2.0.x version. 😂

Version 2.0.5

22 Feb 02:05
Compare
Choose a tag to compare

Maybe this is the last 2.0.x version.

Version 2.0.4

20 Aug 10:31
Compare
Choose a tag to compare

Improved inputFilter and outputFilter error handling.
Improved Struct to Map unserialize.
Improved Push Service and Client.

Version 2.0.3

03 Dec 15:16
Compare
Choose a tag to compare

Added AcquireReader & ReleaseReader
Added GetClientContext method on BaseClient
Removed unnecessary code
Fixed compress of fasthttp client

Version 2.0.2

01 Dec 14:02
Compare
Choose a tag to compare

Added Get & Set methods for rpc.Context
Added httpHeader support for http client

Version 2.0.1

24 Nov 10:14
Compare
Choose a tag to compare

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.