Releases: mattermost/mattermost-plugin-calls
Releases · mattermost/mattermost-plugin-calls
v0.7.1
Supported Mattermost Server Versions: 6.6.0+
Commits
- beb4612 e2e: Disable new landing page for test users (#156)
- 5514495 [MM-46124] Improve session deinitialization (#155)
- 5af4ca8 Fix audio resources leaks (#154)
- dee5614 [MM-45110] Fix overflow for long names (#146)
- cbb8ee5 Track new events (#152)
- 8188541 Disable video pause by clicking on screen sharing player (#150)
- b6303a8 Workaround to prevent signaling race (#149)
- 4a4d25f e2e: Gitlab -> Github status reporting (#148)
- fa6e3bc Return empty array instead of null (#147)
- c7b3d7f [MM-43838] WebSocket reconnection support (#145)
- e01dd5a [feat] Notice.txt generation configuration (#144)
- 2068a25 e2e: Gitlab integration (#143)
- cf4a442 Fixed invalid json format (#141)
v0.7.0
Supported Mattermost Server Versions: 6.6.0+
Commits
- e7e6825 [MM-45001] Add support for generating short-lived TURN credentials (#116)
- 64897bb [MM-44486] Support advanced ICE server configs through ICEServersConfigs (#108)
- a1e97de Fix ordering to avoid race condition on session initialization (#137)
- f047a21 [MM-42138] Avoid duplicate profiles in the redux state (#135)
- 30c7e66 e2e: Update Playwright (#129)
- bbc6475 e2e: Update snapshots + fix failure (#117)
- 51a8072 [MM-45123] Fix fill color for disabled state of screen share icon (#120)
- d530a30 Support joining multiple calls (#118)
- 6e68a21 [MM-45155] Add support for using plugin when MM is served under a subpath (#114)
- b700d1e Remove ts and webpack mappings of @mattermost/types (#115)
- 5f488bb Switch to using the @mattermost/types npm package (#109)
v0.6.1-alpha2
Supported Mattermost Server Versions: 6.6.0+
Commits
- 967678f Merge branch 'main' into MM-44946-fix-start-trial-path
- 23e94a5 MM-44567 - Fix: On first load, channel header button is not in correct state (#107)
- 1978f27 do not fetch channel data when not in a channel (#106)
- 0b84c4f [MM-44965] Fix following threads (#104)
- a1f127a remove requestTrial flow, use cloud pricing flow instead
- beaf37e Fix a/v devices sync (#103)
- 9eaab39 Handle errors from callsClient.init() (#102)
v0.6.1
Supported Mattermost Server Versions: 6.6.0+
Commits
- fb2eef2 MM-44946: Fix: Calls: start trial path from Start Call button not working (#105)
- 23e94a5 MM-44567 - Fix: On first load, channel header button is not in correct state (#107)
- 1978f27 do not fetch channel data when not in a channel (#106)
- 0b84c4f [MM-44965] Fix following threads (#104)
- beaf37e Fix a/v devices sync (#103)
- 9eaab39 Handle errors from callsClient.init() (#102)
v0.6.0
Supported Mattermost Server Versions: 6.6.0+
Commits
- 9078fab [MM-44682] Follow thread on start event to avoid missing the root id (#96)
- 24c9a10 [MM-44894] Check rtcd URL override prior to activation (#98)
- ac7ca20 Add OpenBSD build to Calls plugin release (#99)
- 97b9801 [MM-44651] Implement
MaxCallParticipants
config setting (#93) - a152eed [MM-44560] Review plugin's configuration settings (#88)
- 59e79a9 [MM-44155] Implement
/call end
slash command (#87) - d1b3832 [MM-43921] Update license (#94)
- 920e941 Remove border (#95)
- 163a1ad [MM-44227] Review client-side logs (#92)
- 24d4cc0 Use config to determine WebSocket URL (#91)
- 5bd8180 Fix rate limit (#89)
- 69adc30 use dynamic limit in UI; improve custom post's tooltip styling (#85)
- 090122e Consolidate config, Reduce quantity of api calls (#84)
- 1a58b06 Send cloudMaxParticipants to the client (#83)
- 2790e52 Use consistent prefix for environment overrides (#82)
- a20687d Cleanup rtcd URL from credentials (#81)
v0.5.3
Supported Mattermost Server Versions: 6.6.0+
Commits
- fb89a5a MM-44112 - Upsell flow for cloud (#78)
- 0f39e23 Update rtcd (#80)
- 8b250a6 [MM-43872] Implement rtcd auto-scaling logic (#69)
- 06cf6ed MM-44055 - Beta limits for Cloud (#76)
- eed1a48 Reset state only if not connected to call (#79)
- c6775e6 [MM-43736] Auto follow threads on call join (#48)
- 954e3f1 Call fetchChannels on plugin init (#75)
- 37be0dc [MM-43590] Simplify client state re-initialization (#72)
- 71e534b Implement tooltip with participants in connected profiles component (#71)
- 65e4fac Use correct color (#70)
- fce164a MM-43131: Add ability to add custom start message (#52)
- adfae1b [MM-44110] Bump rtcd (#68)
v0.5.1
Supported Mattermost Server Versions: 6.6.0+
Commits
- fe44602 [MM-42420] Implement new "Start Call" channel header button (#62)
- fd6a63c [MM-44062] Move STUN logic to rtcd (#67)
- 8a50238 Fix call icon color in channel link label (#65)
- e199fe6 [MM-43508] Implement basic reconnection support for rtcd client (#59)
- eeaaec3 Make call widget style react to theme change (#64)
- bd0a05d Implement env flag to disable plugin (#60)
- 4ebf7fe Add FreeBSD build to Calls plugin release (#63)
v0.4.9
Supported Mattermost Server Versions: 6.3.0+
Commits
- 50d7fa2 Bump burst rate (#61)
- 5cd440a MM-42710 - Implement dependency pinning (#58)
- 4c16e72 Expose some client-side metrics through
/call stats
command (#57) - 64cf358 [MM-43330] Improve logs for auditing (#53)
- a295f75 Simplify client initialization (#56)
- db8227d Attempt to re-register client if first connect attempt fails (#55)
- f252b1e Implement basic rate limiting for incoming WebSocket messages (#51)
- 7fd377e Use shared rtc.Server (#40)
- a02f8b9 Require authorization to access /debug endpoint (#50)