8000 Tags · creachadair/jrpc2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: creachadair/jrpc2

Tags

v1.1.1

Toggle v1.1.1's commit message
Release v1.1.1.

Maintenance release, no functional changes.

- Update module dependencies.
- doc: add a section about contexts and cancellation (#105)
- Bump Go toolchain base to 1.20

tools/v1.1.1

Toggle tools/v1.1.1's commit message
Update jrpc2 to v1.1.1 and release new tools.

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0.

- Add an IsStopped method to the *jrpc2.Client, allowing the caller to check
  whether the client is still alive explicitly.

- Add an optional OnStop callback that will be invoked when the client closes,
  allowing the caller to handle cleanup tasks automatically.

- Update module dependencies.

tools/v1.1.0

Toggle tools/v1.1.0's commit message
Update jrpc2 to v1.1.0 and release new tools.

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1.

Maintenance release.

- e04effc handler: correct the package comment
- 1c9f8b1 handler: avoid double-wrapping parameter errors
- 2b0d988 Enable Dependabot updates for actions.
- c3b87f1 doc: fix indendation of some example code
- Update module dependencies.

tools/v1.0.1

Toggle tools/v1.0.1's commit message
Update jrpc2 to v1.0.1 and release new tools.

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0.

This is the first stable release of jrpc2.

Changes since v0.46.0:

- Update module dependencies.
- Update the versioning statement.
- Update doc comments throughout the module. (#98)
- Update the playground example.

Development of v1 will continue on the main branch of the repository.  If a
major revision becomes necessary, new branches will be added to track a
versioned import path.

tools/v1.0.0

Toggle tools/v1.0.0's commit message
Update jrpc2 to v1.0.0 and release new tools.

v0.46.0

Toggle v0.46.0's commit message
Release v0.46.0.

Documentation:
- 8628a62 server: clean up an obsolete comment
- 628f1a8 handler: fix a comment typo
- 9449abd handler: remove implementation details from docs (#96)
- 370c1eb Clean up package doc.
- cf1bb22 Clarify that Stop cancels running call handlers.

Cleanup:
- ce007de Clean up the rpc.serverInfo implementation. (#94)
- 2670c9f Construct the internal queue by value.

Breaking changes:
- ef7b642 Collapse the code package into jrpc2. (#97)

tools/v0.46.0

Toggle tools/v0.46.0's commit message
Update jrpc2 and release new tools.

0