Skip to content

v7.0.0

Choose a tag to compare

@ceeblue-release-bot ceeblue-release-bot released this 10 Jul 17:09
· 23 commits to main since this release

7.0.0 (2025-07-10)

Bug Fixes

  • Connect.ts: normalize params.mediaExt to lower case (eb4dbcb)

  • remove explicit console log call (4d051b0)

  • Util.ts: enhance equal to correctly deep-compare Map and Set contents (88c9b75)

  • Util: add all unit tests and make Util.equal working correctly (db64844)

  • feat(Connect)!: add the support of ?ext= query param to assign Connect.mediaExt (86062ae)

Features

  • Util: add a fetchWithRTT feature computing a RTT measure while fetching (3e0dfe8)

BREAKING CHANGES

  • streamName is now an optional field in Connect.Params