Skip to content

Releases: ybbus/jsonrpc

v3.1.5

18 Nov 22:03
3f5fdc4
Compare
Choose a tag to compare

What's Changed

  • updated testify dependency

v3.1.4

22 Feb 22:58
05e607c
Compare
Choose a tag to compare

What's Changed

v3.1.3

22 Feb 22:50
624ad55
Compare
Choose a tag to compare

What's Changed

  • wrap errors using %w

v3.1.2

22 Feb 22:38
67254f4
Compare
Choose a tag to compare

integrated github actions
updated deps

v3.1.1

30 Jun 13:31
7dfcdba
Compare
Choose a tag to compare
  • add host customHeader support (did not work before)

v3.1.0

08 Apr 08:55
Compare
Choose a tag to compare
  • added an option to set the default request id (mostly to 1 instead of 0).
  • added a function NewRequestWithID() to set an id when creating a raw request

v3.0.0

15 Mar 15:36
Compare
Choose a tag to compare
  • add option: AllowUnknownFields
  • add context support
  • add some tests
  • call always returns error object on http status >= 400
  • minor fixes

v2.1.6

23 Dec 15:09
26e0bc9
Compare
Choose a tag to compare

changed go.mod version to /v2

v2.1.5

21 Oct 13:45
Compare
Choose a tag to compare

fixed module name

v2.1.4

03 Oct 06:22
Compare
Choose a tag to compare
  • minor fix of possible nil pointer