Releases: ChimeHQ/JSONRPC
Releases · ChimeHQ/JSONRPC
Release list
v0.9.2
v0.9.1
What's Changed
- Add WebSocket DataChannel by @jbromberg in #12
- Add better string descriptions for
JSONValue
New Contributors
- @jbromberg made their first contribution in #12
Full Changelog: 0.9.0...0.9.1
v0.9.0
v0.8.1
- Make sure to clear out the responder array after handling them
v0.8.0
- introduction of the
JSONRPCSessionandDataChannelAPIs
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
- Response latency/ordering improvements
JSONValueDecoder- Relaxed
Codablerequirements toEncodable/Decodableas appropriate - More-general
sendDataRequestmethod forProtocolTransport
Huge thanks to @jscheid for the fantastic contributions!
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
AnyCodableto a customJSONValue, which now supportsSendable.
v0.5.0
- Support for generalized message framing