OpenTalk Controller Community Edition version history
controller v0.19.1
(found in OpenTalk v24.11.0)
Changelogβ
π Bug fixesβ
π¦ Dependenciesβ
- Update rust crate gix-path to 0.10.10 (fixing RUSTSEC-2024-0367) (!1122)
controller v0.19.0
Changelogβ
π New featuresβ
- Add part-number for chunk upload (!1086)
- Serve a OpenAPI Swagger page under
/swagger
(#759, !828) - Add subcommand for exporting the OpenAPI specification to stdout or a file (#759, !828)
π Bug fixesβ
- Prevent recorder start in breakout rooms (#838, !1094)
- Clippy v1.80.0 lints (!1073)
- Interior mutability issue as reported by clippy (!1073)
- (jobs) Fix storage sync bug where a low amount of assets resulted in a job failure (#842, !1114)
- (ci) Ignore frontend api yaml file based on name (!1120)
- (ci) Update markdown linter to allow code blocks (!1113)
- (ci) Detect only .rs files instead of anything ending on rs (!1118)
π Documentationβ
π¦ Dependenciesβ
- Update rust crate clap to v4.5.14 (!1092)
- Update rust crate derive_more to v1 (!1087)
- Update rust crate diesel-async to 0.5 (!631)
- Update rust crate serde to v1.0.207 (!1101)
- Update rust crate serde_json to v1.0.124 (!1102)
- Update rust crate tokio-cron-scheduler to 0.11 (!1095)
π¨ Refactorβ
- Use
BTree{Map,Set}
in module features for more stable (de-)serialization (!828) - Move GET
/rooms/{room_id}/invites
response to separate struct (!828) - Create RecurrencePattern and RecurrenceRule newtypes (!828)
β¨ Styleβ
- Use consistent module file layout (!911)
controller v0.18.0
(found in OpenTalk v24.10.0)
Changelogβ
π New featuresβ
- Use avatar url if the JWT
picture
claim is set (#824)
π Bug fixesβ
- Override streaming_targets on PATCH
/events/{event_id}
(#829)
π Docsβ
- Add documentation for HTTP request handling (#826)
- Add documentation for OIDC auth (#826)
- Document the JWT
picture
field (#824)
π¨ Dependenciesβ
- Update opentelemetry implementation
- Update opentelemetry-rs
- Update rust crate anstream to v0.6.15
- Update rust crate aws-sdk-s3 to v1.42.0
- Update rust crate bytes to v1.7.1
- Update rust crate clap to v4.5.13
- Update rust crate email_address to v0.2.9
- Update rust crate env_logger to v0.11.5
- Update rust crate lapin to v2.5.0
- Update rust crate rustls to v0.23.12
- Update rust crate rustls-pemfile to v2.1.3
- Update rust crate rustls-pki-types to v1.8.0
- Update rust crate serde_json to v1.0.122
- Update rust crate syn to v2.0.72
- Update rust crate sysinfo to v0.31.2
- Update rust crate tabled to 0.16
- Update rust crate tokio to v1.39.2
- Update rust crate vergen to v9
controller v0.17.0
(found in OpenTalk v24.9.0)