Skip to content

Releases: radixdlt/connector-extension

v0.2.0-alpha.2

20 Mar 13:02
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

0.2.0-alpha.2 (2023-03-20)

🐛 Fixes

  • extract correct version (284c394)

v0.2.0-alpha.1

20 Mar 11:55
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

0.2.0-alpha.1 (2023-03-20)

⚠ BREAKING CHANGES

  • remove not used prepare-message

🔁 Chore

⏩ 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)

🔁 CI

  • publish all build artifacts to github releases (7f0917e)
  • run unit tests only for PRs (1487a9f)
  • trigger tests only for relevat target branches (78ab8e8)
  • update release config (4061bc2)

v0.1.17

14 Feb 15:12
2120d00
Compare
Choose a tag to compare

0.1.17 (2023-02-14)

⚡ Refactor

  • update requestId to interactionId (55c1172)

🔧 Build

🔁 Chore

v0.1.16

22 Dec 15:06
Compare
Choose a tag to compare

0.1.16 (2022-12-22)

📝 Documentation

  • update license, authors and bugs entries (df80beb)

🔧 Build

  • use single ice candidates (5d7d8a8)

🐛 Fixes

  • retry data channel message on timeout (e9578a6)

v0.1.15

15 Dec 11:47
Compare
Choose a tag to compare

0.1.15 (2022-12-15)

🔧 Build

  • silence logs on beta build (ef17260)

v0.1.14

14 Dec 10:06
Compare
Choose a tag to compare

0.1.14 (2022-12-14)

🔁 CI

  • include artefact in release (fc31d30)

v0.1.13

14 Dec 10:01
Compare
Choose a tag to compare

0.1.13 (2022-12-14)

🔁 Chore

  • rename to Radix Wallet Connector (657e540)

v0.1.12

12 Dec 08:43
Compare
Choose a tag to compare

0.1.12 (2022-12-12)

⏩ Performance

  • improve webrtc connection flow (f58da55)

v0.1.11

09 Dec 20:33
Compare
Choose a tag to compare

0.1.11 (2022-12-09)

🐛 Fixes

🔁 CI

  • add environment variables for development and beta (70ed022)
  • use gh pages action (fe8349c)

✅ Tests

  • use beta env when running tests (c1c2c76)

v0.1.10

08 Dec 11:05
f965f6a
Compare
Choose a tag to compare

0.1.10 (2022-12-08)

🔧 Build

🔁 CI