Skip to content

Releases: osamingo/jsonrpc

v2.4.2

09 Oct 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

10 Apr 09:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

21 Mar 15:38
Compare
Choose a tag to compare
  • #47 Change json libs to goccy/go-json from intel-go/fastjson

v2.3.1

25 Nov 15:13
Compare
Choose a tag to compare
  • #44 Update package name due to #43

v2.3.0

19 Feb 08:18
Compare
Choose a tag to compare
  • #39 Add method name to the context
  • #40 Add HandlerFunc implementation
  • #42 Add request metadata to context

v2.2.0

11 Sep 13:14
Compare
Choose a tag to compare

Update for go modules.

v2.1

09 Dec 06:44
Compare
Choose a tag to compare

Use github.com/intel-go/fastjson instead of encoding/json.

v2.0

26 Oct 14:20
Compare
Choose a tag to compare

Support Go 1.7 or higher.

  • Move context package to context from golang.org/x/net/context.
  • Use golang/dep.
  • Remove global variables.

v1.0

26 Oct 09:22
Compare
Choose a tag to compare
  • Use golang.org/x/net/context