Releases: open-rpc/client-js
Releases · open-rpc/client-js
1.8.1
1.8.1 (2023-01-18)
Bug Fixes
- bump node version (0348af2)
- get tests to pass without callback fn for ws.send (7489794)
- websocket notifications now can be awaited (1ff6217)
1.8.0
1.8.0 (2023-01-04)
Bug Fixes
Features
- httptransport: injected fetcher (cd68627)
1.7.1
1.7.1 (2021-08-20)
Bug Fixes
- correct mem leaks caused by notification promise resolution (5e425e0), closes #294
1.7.0
1.7.0 (2021-05-28)
Features
1.6.3
1.6.3 (2021-04-08)
Bug Fixes
- remove ev origin guard for postmessage + ignore non JSON-RPC messages (ef2dc2f)
1.6.2
1.6.2 (2020-12-17)
Bug Fixes
- RequestManager: ignore missing id (6bc8116)
- jsonrpc error instanceof (c85f501), closes #209
- this corrects default timeout to be disabled by specifing null. (c79d213), closes #231
1.6.1
1.6.1 (2020-12-07)
Bug Fixes
- remove postemsasgeiframe listener on close (907dd0d)
1.6.0
1.6.0 (2020-10-19)
Bug Fixes
Features
- add
close
method Client to close connection and cleanup event listeners (0155c81)
1.5.2
1.5.2 (2020-10-09)
Bug Fixes
1.5.1
1.5.1 (2020-09-25)
Bug Fixes
- remove PostMessage EventListener on close (844af19)