Tags: creachadair/jrpc2
Tags
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.
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.
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)