Skip to content

Releases: hprose/hprose-golang

Version 3.0.16

18 Feb 04:29
Compare
Choose a tag to compare

add StructType & ListType support.

Version 3.0.15

18 Feb 04:13
Compare
Choose a tag to compare
Version 3.0.15 Pre-release
Pre-release

add StructType & ListType support.

Version 3.0.14

25 Jan 16:14
Compare
Choose a tag to compare

copy response body in fasthttp transport
copy request body in fasthttp handler

Version 3.0.13

25 Jan 15:37
Compare
Choose a tag to compare

remove default fasthttp transport

Version 3.0.12

13 Sep 09:57
Compare
Choose a tag to compare

fixed ResetBuffer of Encoder and Decoder

Version 3.0.11

13 Sep 07:22
Compare
Choose a tag to compare

optimize IOHandler error handling.
fixed data race.

Version 3.0.10

27 May 13:59
Compare
Choose a tag to compare

add decode nil to time.Time support.

Version 3.0.9

27 May 09:47
Compare
Choose a tag to compare

Version 3.0.8

18 Mar 15:12
Compare
Choose a tag to compare

Performance optimization.

Version 3.0.7

07 Mar 02:46
Compare
Choose a tag to compare

add DisableHTTPHeader option for HTTP client & server.