OpenTalk v24.13.0
- Release date: 2024-11-04
- Release series: 24.13
Component versions
Category | Component | Version |
---|---|---|
Frontend | web-frontend | v1.22.1 |
Services | controller | v0.21.0 |
Services | controller-enterprise | v0.21.0 |
Services | obelisk | v0.11.1 |
Services | recorder | v0.7.2 |
Services | smtp-mailer | v0.9.0 |
Services | terdoc | v0.2.0 |
Documentation | ot-setup | v24.13.0 |
3rd-Party Components | ot-janus | v0.13.4 |
3rd-Party Components | ot-spacedeck | v1.0.2 |
3rd-Party Components | ot-etherpad | v1.0.2 |
3rd-Party Components | keycloak | v20.0.5 |
3rd-Party Components | postgres | v15.7.0 |
3rd-Party Components | rabbitmq | v3.12.14 |
3rd-Party Components | redis | v7.4.0 |
3rd-Party Components | minio | RELEASE.2023-07-21T21-12-44Z |
web-frontend v1.22.1
Bug Fixes
- Fix inviting multiple participants to a meeting (#2147)
web-frontend v1.22.0
Bug Fixes
- Fix joining user appearing with the avatar of an already present user issue (#1868)
Internal
- Cleanup left over parcel dependencies (#2152
- Extract unrelated code / ui changes from LiveKit branch (#2088)
- Migrate from parcel to vite for
18next-fluent
lib (#1957) - Migrate from parcel to vite for
fluent_conv
lib (#1956)
Improvements to the user experience
- Add missing aria attributes to the meetings expand/collapse list elements (#2076)
- Add dynamic tab title on page change (#2074)
- Selected layout is now marked with the checkmark icon (#2061)
- Show notification to users when their name gets changed by the moderator (#1990)
- Add missing tooltip on lobby buttons (#2054)
- Inform user if vote result is invalid for some reason (#2006)
- Already unmuted participants no longer receive notification to unmute on their talking stick turn (#2069)
Bug Fixes
- A11y: fix contrast of the red color in the conference (#1996)
web-frontend v1.21.0
New Features
- Create new sorting mechanims in conference at grid view (#1994)
Internal
- Add missing
setup-pnpm
to theprepare-artifact:upload-sourcemaps
CI step (#2079) - Fix wrong response type for
getRoomEventInfo
endpoint (#2064) - Rename protocol module to meeting notes (#1973)
- Migrate from yarn to pnpm (#1955)
Improvements to the user experience
- Improve mobile header layout on the meetings overview page (#2039)
- Add multiple new video background images (#2052)
- Remove hover effect and more menu icon disappearing (#2056)
- Add new poll answer button is permanently present on screen while creating (#1980)
- Add missing h1 tag to all dashboard related pages (#2002)
controller v0.21.0
🚀 New features
- Generate attendance report (!1074, #558)
- Add
ToSchema
derive toModuleFeatureId
(!1210) - Don't print warning when skipping modules (!1201)
- Warn about adding rules twice (!1201)
- Add force mute command to livekit module (!1200)
- Respect defaults.screen_share_requires_permission & add grant/revoke_screen_share_permissions (!1200)
- (release) Add a
justfile
with aprepare-release
target for release automation (!1226)
🐛 Bug fixes
- (recording) Rollback object storage after certain save asset errors (!1132, #860)
- Deserialize errors on missing fields (!1187)
- Properly serialize url queries (!1187)
- Cleanup permissions after removing user from event (!1201, #849)
- Properly sync profile pictures on login (!1224, #852)
🔨 Refactor
- (types) Introduce opentalk-types-signaling-breakout crate (!1177, #868)
- (types) Remove wildcard
imports
modules in type crates (!1205) - (types) Introduce opentalk-types-signaling-control crate (!1204, #870)
📦 Dependencies
- (deps) Lock file maintenance (!1183, !1198, !1223)
- (deps) Update git.opentalk.dev:5050/opentalk/tools/check-changelog docker tag to v0.3.0 (!1185)
- (deps) Update postgres docker tag to v17 (!1193)
- (deps) Update redocly/cli docker tag to v1.25.5 (!1216)
- (deps) Update rust crate async-trait to v0.1.83 (!1189)
- (deps) Update rust crate aws-sdk-s3 to v1.53.0 (!1211)
- (deps) Update rust crate cidr to 0.3 (!1202)
- (deps) Update rust crate clap to v4.5.20 (!1228)
- (deps) Update rust crate http-request-derive to v0.3.2 (!1212)
- (deps) Update rust crate opentalk-diesel-newtype to 0.13 (!1206)
- (deps) Update rust crate proc-macro2 to v1.0.87 (!1225)
- (deps) Update rust crate redis to v0.27.4 (!1229)
- (deps) Update rust crate rustls-pemfile to v2.2.0 (!1203)
- (deps) Update rust crate serde_with to v3.10.0 (!1208)
- (deps) Update rust crate snafu to v0.8.5 (!1186)
- (deps) Update rust crate sysinfo to 0.32 (!1222)
- (deps) Update rust crate tokio-cron-scheduler to 0.13 (!1182)
- (deps) Update rust crate yaml-rust2 to 0.9.0 (!1191)
⚙ Miscellaneous
- Return livekit errors in snake_case (!1188)
- Fix typo in rooms symmetric_encryption field (!1190)
- (ci) Extract crate checks into included gitlab-ci.yml files (!1205)
- (tests) Rename
mod test
tomod tests
(!1205)
Ci
- Remove changelog-check (!1178)
Test
- (kustos) Verify granting access again works (!1201)