Skip to content

Releases: filecoin-project/go-jsonrpc

v0.4.0

22 May 23:51
Compare
Choose a tag to compare

What's Changed

  • test: initial ipdx unified-ci config by @rvagg in #110
  • fix: correct logic for reconnect loop by @rvagg in #110
  • fix: address staticcheck deprecation notes by @rvagg in #110
  • test: remove circle config by @rvagg in #110
  • chore: updated go.mod version to v1.21 by @rvagg in #110

Full Changelog: v0.3.2...v0.4.0

v0.3.2

08 May 09:34
2acf375
Compare
Choose a tag to compare

What's Changed

  • fix: check http status if request may fail by @imxyb in #82
  • fix: handle errors not arising from the native jsonrpc server by @rvagg in #108
  • fix: make resp result/error conformant to spec by @LesnyRumcajs in #107

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 May 15:09
17a3577
Compare
Choose a tag to compare
  • Fix a number of races in websocket channel code paths (#101)

v0.3.0

09 May 15:09
f007863
Compare
Choose a tag to compare
  • feat: add batch request support (#99)

v0.2.3

15 Mar 16:17
1fbbed8
Compare
Choose a tag to compare
  • Fix reverse client hang on closed connections (#98)

v0.2.2

06 Mar 17:10
6fff219
Compare
Choose a tag to compare
  • Less write lock contention, better read timeout handling (#97)

v0.2.1

01 Feb 13:05
787a96a
Compare
Choose a tag to compare

This release fixes handling of the params field (#94)

v0.2.0

26 Jan 12:57
97bec81
Compare
Choose a tag to compare
  • Configurable HTTP client
  • More robust websocket loop
  • Support making calls from server side
  • Support handling server calls on the client side
  • Support renaming client calls
  • Support sending notifications
  • Support sending/receiving params with non-array serialization

v0.1.9

07 Nov 15:05
70f44a9
Compare
Choose a tag to compare

Fix handling of types

v0.1.8

21 Sep 16:27
236bc02
Compare
Choose a tag to compare

Fixes setup of RPC Connection Error (#74 )