Releases: radixdlt/connector-extension
Releases · radixdlt/connector-extension
v0.2.0-alpha.2
v0.2.0-alpha.1
0.2.0-alpha.1 (2023-03-20)
⚠ BREAKING CHANGES
- remove not used
prepare-message
🔁 Chore
- update logging to info (b1e23ba)
⏩ Performance
- improve webRTC connection flow (7bc76a0)
✨ Features
- add targetClientId to signaling messages (0c780a6)
- change log levels (39a64be)
- disconnect peer connection if hidden (1b772c3)
- initial offer based on environment config (e05b872)
⚡ Refactor
- extract reusable logger instance (0e92359)
- remove not used
prepare-message
(9ee565d) - reuse common fields for SS messages (efcda82)
- update requestId to interactionId (55c1172)
🐛 Fixes
- connect to latest client (72a17e5)
- finalize send message observable (ecde437)
- renegotiate webRTC when remote client disconnects (a032145)
- restart connector after closing data channel (e015c9b)
- should connect should not trigger connector restart (4a03e04)
- should wait for local or remote offer (e426833)
- skip switching connections during establishment (3a5058d)
🔧 Build
- add useTargetClientId env (b9b5f1a)
- inject content script on install callback (e3e1014)
- update loglevel (6d66422)