hprose v1.5.0 Release Notes

Release Date: 2015-05-28 // almost 9 years ago
  • โž• 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.