Osamingo Jsonrpc Versions Save

The jsonrpc package helps implement of JSON-RPC 2.0

v2.4.2

1 year ago

What's Changed

Full Changelog: https://github.com/osamingo/jsonrpc/compare/v2.4.1...v2.4.2

2.4.1

3 years ago
  • #50 Update goccy/go-json

v2.4.1

3 years ago

What's Changed

Full Changelog: https://github.com/osamingo/jsonrpc/compare/v2.4.0...v2.4.1

v2.4.0

3 years ago
  • #47 Change json libs to goccy/go-json from intel-go/fastjson

v2.3.1

3 years ago
  • #44 Update package name due to #43

v2.3.0

4 years ago
  • #39 Add method name to the context
  • #40 Add HandlerFunc implementation
  • #42 Add request metadata to context

v2.2.0

4 years ago

Update for go modules.

v2.1

6 years ago

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

v2.0

6 years ago

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

6 years ago
  • Use golang.org/x/net/context