Releases: ChimeHQ/JSONRPC
Releases · ChimeHQ/JSONRPC
v0.9.0
v0.8.1
- Make sure to clear out the responder array after handling them
v0.8.0
- introduction of the
JSONRPCSession
andDataChannel
APIs
v0.7.1
- linux compatibility (thank you @JCWasmx86)!
Note that this is the last release before a large change to fully adopt Swift concurrency.
v0.7.0
v0.6.1
- Async support
- Migration from handler properties to a setter function to ease async adoption in other places
v0.6.0
- Migrate from
AnyCodable
to a customJSONValue
, which now supportsSendable
.
v0.5.0
- Support for generalized message framing
v0.4.1
- Fixes a life-cycle related crash that could occur if data comes in just after deallocation
v0.4.0
- Big improvement to type-safety, making some error cases impossible