Skip to content

Releases: hprose/hprose-golang

Version 3.0.16

Choose a tag to compare

@andot andot released this 18 Feb 04:29

add StructType & ListType support.

Version 3.0.15

Version 3.0.15 Pre-release
Pre-release

Choose a tag to compare

@andot andot released this 18 Feb 04:13

add StructType & ListType support.

Version 3.0.14

Choose a tag to compare

@andot andot released this 25 Jan 16:14

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

Version 3.0.13

Choose a tag to compare

@andot andot released this 25 Jan 15:37

remove default fasthttp transport

Version 3.0.12

Choose a tag to compare

@andot andot released this 13 Sep 09:57

fixed ResetBuffer of Encoder and Decoder

Version 3.0.11

Choose a tag to compare

@andot andot released this 13 Sep 07:22

optimize IOHandler error handling.
fixed data race.

Version 3.0.10

Choose a tag to compare

@andot andot released this 27 May 13:59

add decode nil to time.Time support.

Version 3.0.9

Choose a tag to compare

@andot andot released this 27 May 09:47

Fixed #108 .

Version 3.0.8

Choose a tag to compare

@andot andot released this 18 Mar 15:12

Performance optimization.

Version 3.0.7

Choose a tag to compare

@andot andot released this 07 Mar 02:46

add DisableHTTPHeader option for HTTP client & server.