diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f693e8a..92110f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,19 @@ # Changelog -## [Unreleased] +## [0.33.0] - 2024-11-28 ### Added +- Android: `TweaksConfig.forceReuseVideoCodecReasons` that allows to force the reuse of the video codec despite a configuration change. This flag should be set only, if it is known that the codec can handle the given configuration change. - `DebugConfig.isDebugLoggingEnabled` and `DebugConfig.setDebugLoggingEnabled(value: boolean)` to check and set whether debug logging is enabled. Debug logging helps diagnose problems and trace the flow of execution within the Player and **should not be enabled in production** as it may log sensitive or confidential information to the console. ### Changed - Update Bitmovin's native iOS SDK version to `3.78.0` +- Update Bitmovin's native Android SDK version to `3.94.0` ## [0.32.0] - 2024-11-14 -### Added - -- Android: `TweaksConfig.forceReuseVideoCodecReasons` that allows to force the reuse of the video codec despite a configuration change. This flag should be set only, if it is known that the codec can handle the given configuration change - ### Changed - Update Bitmovin's native Android SDK version to `3.92.0` diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9e56f62c..d474db36 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1048,7 +1048,7 @@ PODS: - React-jsi (= 0.73.4-0) - React-logger (= 0.73.4-0) - React-perflogger (= 0.73.4-0) - - RNBitmovinPlayer (0.32.0): + - RNBitmovinPlayer (0.33.0): - BitmovinPlayer (= 3.78.0) - GoogleAds-IMA-iOS-SDK (= 3.23.0) - GoogleAds-IMA-tvOS-SDK (= 4.13.0) @@ -1301,7 +1301,7 @@ SPEC CHECKSUMS: React-runtimescheduler: 20b2202e3396589a71069d12ae9f328949c7c7b8 React-utils: 0307d396f233e47a167b5aaf045b0e4e1dc19d74 ReactCommon: 17891ca337bfa5a7263649b09f27a8c664537bf2 - RNBitmovinPlayer: 4078b6c4f222f09ca147ed5c51a5fa4a2fa21863 + RNBitmovinPlayer: 2b6f5929e0469976e262679a092077483d4a0c37 RNCPicker: b18aaf30df596e9b1738e7c1f9ee55402a229dca RNScreens: b582cb834dc4133307562e930e8fa914b8c04ef2 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 @@ -1309,4 +1309,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 11ac6cb62c1978622f6d687b574d9de3441a2680 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/integration_test/ios/Podfile.lock b/integration_test/ios/Podfile.lock index a17582f6..7f238211 100644 --- a/integration_test/ios/Podfile.lock +++ b/integration_test/ios/Podfile.lock @@ -1040,7 +1040,7 @@ PODS: - React-jsi (= 0.73.4-0) - React-logger (= 0.73.4-0) - React-perflogger (= 0.73.4-0) - - RNBitmovinPlayer (0.32.0): + - RNBitmovinPlayer (0.33.0): - BitmovinPlayer (= 3.78.0) - GoogleAds-IMA-iOS-SDK (= 3.23.0) - GoogleAds-IMA-tvOS-SDK (= 4.13.0) @@ -1266,10 +1266,10 @@ SPEC CHECKSUMS: React-runtimescheduler: 20b2202e3396589a71069d12ae9f328949c7c7b8 React-utils: 0307d396f233e47a167b5aaf045b0e4e1dc19d74 ReactCommon: 17891ca337bfa5a7263649b09f27a8c664537bf2 - RNBitmovinPlayer: 4078b6c4f222f09ca147ed5c51a5fa4a2fa21863 + RNBitmovinPlayer: 2b6f5929e0469976e262679a092077483d4a0c37 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: ab50eb8f7fcf1b36aad1801b5687b66b2c0aa000 PODFILE CHECKSUM: d1cd0316ec7219d421f4dfb46ced3af29fd4e932 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/package.json b/package.json index aadaf457..0d730f53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitmovin-player-react-native", - "version": "0.32.0", + "version": "0.33.0", "description": "Official React Native bindings for Bitmovin's mobile Player SDKs.", "main": "lib/index.js", "module": "lib/index.mjs",