Skip to content

v0.2.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 11:55
· 330 commits to develop since this 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)