Skip to content

Releases: GetStream/stream-video-android

1.0.20

21 Nov 15:19
Compare
Choose a tag to compare

What's changed

  • This release aims to insert back a change that affects v1.0.18-1.0.19 which will be mandatory for a correct codec negotiation in the near future.

Bugfix

Version updates

  • Bump Compose BOM to 2024.11.00 and target sdk version to 35 by @skydoves in #1224

Other

Full Changelog: 1.0.19...1.0.20

1.0.19

20 Nov 12:25
Compare
Choose a tag to compare
1.0.19 Pre-release
Pre-release

⚠️ It is highly recommended to move to version 1.0.20 instead in order to support upcoming codec negotiation feature.

What's Changed

This release aims to fix a bug with the video scaling type stuck to FILL

Bugfixes

  • Fix the issue where scaling type will always be FILL regardless of settings by @aleksandar-apostolov #1226
    -Fix scaling type behaviour
    -Allow setting scaling type on higher level composables
    -Add options in demo-app to manually select the scaling type

Other

Full Changelog: 1.0.18...1.0.19

1.0.18

15 Nov 14:56
Compare
Choose a tag to compare
1.0.18 Pre-release
Pre-release

⚠️ It is highly recommended to move to version 1.0.20 instead in order to support upcoming codec negotiation feature.

What's Changed

Main topic of this release is handling of the new reconnection events coming from the SFU.

Features

Bugfixes

Incompatibilities with previous version

tokenProvider is now a class instead of lambda. To continue using the old implementation use legacyTokenProvider field in the builder.
• Removed Migrating as a RealtimeConnection state. Use Reconnecting instead.
sessionId is no longer available via the StreamVideo instance instead it is available in the Call instance.
• Renamed Call.reconnect to Call.fastReconnect()
• Renamed Call.switchSfu to Call.migrate()

Full Changelog: 1.0.17...1.0.18

1.0.17

23 Oct 13:07
Compare
Choose a tag to compare

What's Changed

Features:

Bugfixes:

  • Selection of the audio device now follows the Dashboard settings by @liviu-timar in #1203
  • Fix a bug where the video would be missing on Android in a livestream by @kanat & @aleksandar-apostolov in #1211
  • Black list some CPU / codec combinations and fallback to software decoding instead (done in WebRTC library) by @kanat in #1210

Other:

Full Changelog: 1.0.16...1.0.17

1.0.16

10 Oct 12:35
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes & Improvements

Other

Full Changelog: 1.0.15...1.0.16

1.0.15

27 Sep 14:51
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

Other

Full Changelog: 1.0.14...1.0.15

1.0.14

17 Sep 11:10
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

Other

  • Migrate to Compose 1.7.0 stable and other compose relevant dependencies by @skydoves in #1177

Full Changelog: 1.0.13...1.0.14

1.0.13

27 Aug 14:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.12...1.0.13

1.0.12

19 Jul 15:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

11 Jul 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11