Releases: osamingo/jsonrpc
Releases · osamingo/jsonrpc
v2.4.0
- #47 Change json libs to goccy/go-json from intel-go/fastjson
v2.3.1
- #44 Update package name due to #43
v2.3.0
- #39 Add method name to the context
- #40 Add HandlerFunc implementation
- #42 Add request metadata to context
v2.1
Use github.com/intel-go/fastjson
instead of encoding/json
.
v2.0
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
- Use
golang.org/x/net/context