OpenTalk Obelisk version history
obelisk v0.18.0
Changelog
🚀 New features
- Support media sessions via ipv6 (!188)
🐛 Bug fixes
- Emit video at the caller's requested framerate (!189)
📚 Documentation
- (monitoring) Explain behaviour when monitoring is not configured (!187)
📦 Dependencies
- (deps) Update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.83.0 (!191)
- (deps) Update rust crate opentalk-compositor to 0.11 (!195)
- (deps) Update rust crate service-probe to 0.2 (!194)
- (deps) Update rust opentalk crates to 0.28.0 (!195)
⚙ Miscellaneous
- Update dependencies (!189)
- Create changelog with just (!182)
- Ignore RUSTSEC-2024-0421 (!194)
- (just) Separate checks in justfile (!197)
Ci
- Group opentalk crates (!195)
obelisk v0.17.0
(found in OpenTalk v24.21.0)
Changelog
🚀 New features
- Add an endpoint to determine the readiness of the service (!183)
📦 Dependencies
- (deps) Update rust crate types to 0.27.0 (!162)
- (deps) Update rust crate
service-probe
to version 0.1.1 (!162)
obelisk v0.16.0
Changelog
🚀 New features
📦 Dependencies
- (deps) Update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.82.0 (!174)
- (deps) Update rust crate thiserror to v2 (!176)
obelisk v0.15.0
Changelog
🚀 New features
- Check if the host system supports avx (!136)
🐛 Bug fixes
- Only subscribe screenshare when call uses video (!166)
🔨 Refactor
- Rewrite media pipeline using livekit & ezk, removing GStreamer (!171)
📦 Dependencies
- (deps) Update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.82.0 (!164)
⚙ Miscellaneous
- Migrate to new reuse config format (!165)
Ci
- Introduce changelog bot (!165)
- Enforce toml formatting (!167)
- (fix) Don't lint commits on main (!170)
obelisk v0.11.1
(found in OpenTalk v24.13.0)
Changelog
🐛 Bug fixes
- Only subscribe screenshare when call uses video (!166)
obelisk v0.11.0
Changelog
🚀 New features
🐛 Bug fixes
- Use compositor's add_watch_to_sink instead of registering own watcher (!143)
- Use DTMF's fmtp field from SDP offer when creating SDP response (!146)
- Only subscribe video with video pipeline (!156)
- Remove to-tag from register messages (!155)
📦 Dependencies
- (deps) Update openssl to 0.10.66 (!149)
- (deps) Update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.81.0 (!152)
- (deps) Update rust crates futures-* to 0.3.31 (!160)
- (deps) Update opentalk-compositor and opentalk-types (!160)
⚙ Miscellaneous
- Add documentation for supported codecs (!150)
- Ignore RUSTSEC-2024-0370 (!151)
- Update compositor submodule (!156)
- Run cargo update (!156)
- (release) Add a
justfile
with acreate-release
target for release automation (!159)
obelisk v0.10.2
(found in OpenTalk v24.11.0)
Changelog
🐛 Bug fixes
📦 Dependencies
⚙ Miscellaneous
- Ignore RUSTSEC-2024-0370 in
deny.toml
(!151)
obelisk v0.10.1
Changelog
🐛 Bug fixes
- negotiate valid DTMF digit range (#119)
📦 Dependencies
- update openssl rust crate to 0.10.66 (fixes
RUSTSEC-2024-0357
)
obelisk v0.10.0
(found in OpenTalk v24.10.0, v24.9.0)
Changelog
🚀 New features
- Show screen shares in video calls (!121)
🐛 Bug fixes
- Use compositor's add_watch_to_sink instead of registering own watcher (!143)
⚙ Miscellaneous
- Update gstreamer to 0.23
obelisk v0.9.0
(found in OpenTalk v24.8.1, v24.8.0)
Changelog
🚀 New features
- Add srtp support for calls
- Readd watchdog watching RTP traffic to detect interruptions and terminate calls
- Add SRTP support for calls (#66)
- Add a timeout to the pin entry (#92)
🐛 Bug fixes
- (srtp) Add padding to base64 encoding of key
- Handle SIP events (like hangup) while in waiting room (#93)
⚙ Miscellaneous Tasks
- Change base image to alpine3.20
Ci
- Prevent ci pipeline running on fork
- Use image with fixed rust version
- Call
cargo-deny
with--deny unmatched-skip --deny license-not-encountered
(#104)
obelisk v0.8.0
(found in OpenTalk v24.7.1, v24.7.0, v24.6.1, v24.6.0)
Changelog
Added
- Support for video calls via H.264 (#64)
Fixed
- Use generated contact instead of id in invite sessions (#76)
- Revert mute by default and redo usage message (#74)
- Add openh264 dependency (#87)
obelisk v0.7.2
(found in OpenTalk v24.5.0, v24.4.1)
Changelog
Fixed
- RUSTSEC-2024-0019 by updating mio to 0.8.11
- RUSTSEC-2024-0332 by updating h2 to 0.3.26
- RUSTSEC-2024-0336 by updating rustls to 0.21.11
obelisk v0.7.1
(found in OpenTalk v24.4.0, v24.3.0, v24.2.0, v24.1.1)
Changelog
Fixed
- Use generated contact instead of id in invite sessions (#75)
- Revert mute by default and redo usage message (#74)
obelisk v0.7.0
(found in OpenTalk v24.1.0)