Skip to content

Releases: lesismal/arpc

v1.2.16

22 Jun 11:07
Compare
Choose a tag to compare

fix stream handlers copying for Handler.Clone

v1.2.15

10 Mar 19:34
Compare
Choose a tag to compare
  1. Support stream(js not included).
  2. Fix sync write timeout for calling.
  3. SetNoDelay for TCPConn by default.

v1.2.14

01 Jan 12:30
Compare
Choose a tag to compare
  1. extension/websocket: fix Accept blocked when listener closed

v1.2.13

31 Dec 05:42
Compare
Choose a tag to compare
  1. extension/protocol/websocket: support dial with customized dialer instance
  2. extension/protocol/quic: update implementation to the latest version of quic
  3. update examples

v1.2.12

20 Nov 03:53
e32daca
Compare
Choose a tag to compare
  1. optimize log
  2. optimize websocket listener
  3. simplify websocket extension
  4. fix CallAsync leak
  5. add CallContext/NotifyContext
  6. support js client PING/PONG/keepalive

v1.2.11

30 Jan 11:08
b2338d7
Compare
Choose a tag to compare
  1. Add IO timeout configuration
  2. Add Cmd Ping/Pong, Keepalive method
  3. Update build status link

v1.2.10

06 Sep 08:28
Compare
Choose a tag to compare

Handler: set asyncResponse with true as default.

Related: #41 (comment)

@fufuok Please noted this change.

v1.2.9

30 May 13:43
Compare
Choose a tag to compare

notify: fix invalid method panic
cmd: stop client when recv invalid cmd
client: async close when stop

v1.2.8

25 Apr 10:10
cf90177
Compare
Choose a tag to compare

micro discovery: wait for etch Watch

v1.2.7

03 Apr 13:16
Compare
Choose a tag to compare
  1. client: update state and values method to support pubsub with nbio-websocket
  2. update buffer pool allocator