Releases: sourcegraph/jsonrpc2
Releases · sourcegraph/jsonrpc2
v0.2.1
Bug Fixes
- conn: do not lock sending when closing by @keegancsmith in #70
- Fix logging of received response messages by @fhs in #71
What's Changed
- Add package example test by @samherrmann in #68
- ci: set minimal permissions to GitHub workflows by @diogoteles08 in #73
- Docs: Create Security Policy by @diogoteles08 in #75
- CI: Enable dependabot to keep CI up to date by @joycebrum in #78
- Bump the github-actions group with 2 updates by @dependabot in #79
- chore: use scip-go instead of lsif-go for precise indexing in CI by @Strum355 in #80
- transparently simplify control flow by @extemporalgenome in #83
New Contributors
- @fhs made their first contribution in #71
- @diogoteles08 made their first contribution in #73
- @joycebrum made their first contribution in #78
- @dependabot made their first contribution in #79
- @Strum355 made their first contribution in #80
- @extemporalgenome made their first contribution in #83
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix typo in jsonrpc2/stream.go by @amyXia1994 in #47
- Add a way to specify more non-standard-compliant fields to Request by @lhchavez in #50
- Add GitHub actions by @lhchavez in #51
- Homogenize treatment of params and meta in UnmarshalJSON by @lhchavez in #52
- Add ability to set custom logger by @samherrmann in #48
- [#57] Fix and deprecate PlainObjectCodec by @mnowotnik in #58
- ci: update to actions/checkout@v3 by @daxmc99 in #59
- fix no corresponding request if req.ID is modified by onSend by @Semesse in #60
- Add ability to omit params member from request by @samherrmann in #62
- Pin staticcheck version to v0.2.2 by @samherrmann in #63
- Fix underlying connection not being closed on protocol error by @samherrmann in #64
- Split jsonrpc2.go file into multiple files by @samherrmann in #65
- Omit data field from error when empty by @samherrmann in #66
- Always omit params member from request when empty by @samherrmann in #67
New Contributors
- @amyXia1994 made their first contribution in #47
- @lhchavez made their first contribution in #50
- @mnowotnik made their first contribution in #58
- @daxmc99 made their first contribution in #59
- @Semesse made their first contribution in #60
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Add PlainObjectCodec (#45)