Skip to content

Releases: filecoin-project/go-jsonrpc

v0.7.0

24 Oct 12:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Aug 10:34
Compare
Choose a tag to compare

What's Changed

  • feat: tracer for client-server debugging by @snadrus in #117
  • feat: adjust frame input processing, better debugging info by @rvagg in #113
  • feat: add ConnectionType(ctx) for called methods to use by @rvagg in #118

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Jun 11:54
e75dcdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

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)