Releases: GetStream/webrtc-android
Releases · GetStream/webrtc-android
1.2.2
What's Changed
- Bump kotlin from 2.0.20 to 2.0.21 by @dependabot in #211
- Bump landscapist from 2.4.0 to 2.4.1 by @dependabot in #212
- Add DefaultBlacklistedVideoDecoderFactory by @skydoves in #219
- Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 by @dependabot in #214
- Bump androidx.activity:activity-compose from 1.9.2 to 1.9.3 by @dependabot in #218
- Bump androidx.compose:compose-bom from 2024.09.03 to 2024.10.00 by @dependabot in #216
- Bump androidx.benchmark:benchmark-macro-junit4 from 1.3.2 to 1.3.3 by @dependabot in #215
- Bump androidx.navigation:navigation-compose from 2.8.2 to 2.8.3 by @dependabot in #217
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
What's Changed
- Update patches from M118 by @skydoves in #209
- Bump androidx.profileinstaller:profileinstaller from 1.4.0 to 1.4.1 by @dependabot in #205
Full Changelog: 1.1.3...1.2.0
1.1.3
What's Changed
- Bump androidx.compose:compose-bom from 2024.03.00 to 2024.04.00 by @dependabot in #126
- Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 by @dependabot in #134
- Bump androidx.compose:compose-bom from 2024.04.00 to 2024.04.01 by @dependabot in #133
- Bump landscapist from 2.3.2 to 2.3.3 by @dependabot in #130
- Bump androidx.activity:activity-compose from 1.8.2 to 1.9.0 by @dependabot in #131
- Bump androidx.benchmark:benchmark-macro-junit4 from 1.2.3 to 1.2.4 by @dependabot in #132
- Bump androidx.core:core-ktx from 1.13.0 to 1.13.1 by @dependabot in #138
- Bump androidx.compose:compose-bom from 2024.04.01 to 2024.05.00 by @dependabot in #137
- Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 by @dependabot in #142
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.8.0 to 1.8.1 by @dependabot in #140
- Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 by @dependabot in #147
- Bump Kotlin to 2.0.0 and Compose Compiler Plugin by @skydoves in #148
Full Changelog: 1.1.2...1.1.3
1.1.2
WebRTC
WebRTC core patches from M118.2. For more details, check out webrtc: Upgrade M118 histories.
What's Changed
- Patch m118.2 by @skydoves in #124
- Bump landscapist from 2.2.12 to 2.2.13 by @dependabot in #94
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2 to 0.14.0 by @dependabot in #99
- Bump landscapist from 2.2.13 to 2.3.1 by @dependabot in #101
- Bump androidx.test.uiautomator:uiautomator from 2.3.0-alpha05 to 2.3.0 by @dependabot in #112
- Bump androidx.compose:compose-bom from 2023.10.01 to 2024.02.01 by @dependabot in #111
- Bump androidx.activity:activity-compose from 1.8.0 to 1.8.2 by @dependabot in #114
- Bump androidGradlePlugin from 8.1.4 to 8.2.2 by @dependabot in #109
- Bump androidx.annotation:annotation from 1.7.0 to 1.7.1 by @dependabot in #110
- Bump androidx.compose:compose-bom from 2024.02.01 to 2024.02.02 by @dependabot in #119
- Bump landscapist from 2.3.1 to 2.3.2 by @dependabot in #117
- Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by @dependabot in #118
- Bump androidx.compose:compose-bom from 2024.02.02 to 2024.03.00 by @dependabot in #122
- Bump androidx.navigation:navigation-compose from 2.7.2 to 2.7.7 by @dependabot in #108
- Bump androidx.benchmark:benchmark-macro-junit4 from 1.2.1 to 1.2.3 by @dependabot in #107
- Bump androidxLifecycle from 2.6.2 to 2.7.0 by @dependabot in #104
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.3 to 1.8.0 by @dependabot in #103
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Bump landscapist from 2.2.10 to 2.2.11 by @dependabot in #84
- Bump landscapist from 2.2.11 to 2.2.12 by @dependabot in #86
- Add support for resolution alignment during encoding by @DanielNovak in #85
- docs: add indentation in README.md by @yonghanJu in #87
- Bump AGP to 8.1.4, compose to 2023.10.01, and benchmark to 1.2.1 by @skydoves in #88
New Contributors
- @yonghanJu made their first contribution in #87
Full Changelog: 1.1.0...1.1.1
1.1.0
WebRTC
WebRTC core patches from M114. For more details, check out webrtc's histories.
What's Changed
- Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 by @dependabot in #75
- Patches from M114 by @skydoves in #77
- Fix m114 patches + update binary compatibilities by @skydoves in #78
- Migrate spotless to 6.21.0 by @skydoves in #79
- Bump com.squareup.okhttp3:logging-interceptor from 4.11.0 to 4.12.0 by @dependabot in #76
Full Changelog: 1.0.7...1.1.0
1.0.7
What's Changed
- Bump landscapist from 2.2.8 to 2.2.9 by @dependabot in #64
- Bump landscapist from 2.2.9 to 2.2.10 by @dependabot in #69
- docs: fix typo in README.md by @jcesarmobile in #70
- Implement pauseVideo and resumeVideo functions for VideoTextureViewRenderer by @skydoves in #71
- Implement onTextureViewCreated by @skydoves in #72
- Bump compose bom to 2023.10.00 and AGP to 8.1.2 by @skydoves in #73
New Contributors
- @jcesarmobile made their first contribution in #70
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- Add a way to intercept the audio samples before processing by @DanielNovak in #63
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Bump landscapist from 2.1.9 to 2.2.6 by @dependabot in #50
- Fix onFirstFrameRendered() not called in VideoTextureViewRenderer by @DanielNovak in #55
- Update VideoTextureViewRenderer.kt by @UrielFrankel in #60
- Bump org.jetbrains.dokka from 1.8.20 to 1.9.0 by @dependabot in #56
- Bump AGP, Compose, landscapist and androidx dependencies by @skydoves in #61
- Targets jvm 11 by @skydoves in #62
New Contributors
- @UrielFrankel made their first contribution in #60
Full Changelog: 1.0.4...1.0.5