All Versions
11
Latest Version
Avg Release Cycle
205 days
Latest Release
1321 days ago

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, 2020

    Maybe 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, 2016

    Faster 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 path github.com/hprose/hprose-go/hprose is still valid).
    โž• Added smaller core package github.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