@stream-io/video-react-native-sdk 1.11.6 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.12.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.6...@stream-io/video-react-native-sdk-1.12.0) (2025-05-02)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.21.0`
10
+ - `@stream-io/video-react-bindings` updated to version `1.5.19`
11
+
12
+ - update sample apps to webrtc-125.2.0 ([#1777](https://github.com/GetStream/stream-video-js/issues/1777)) ([f1b6070](https://github.com/GetStream/stream-video-js/commit/f1b6070d207099bf8f8538cdaa556fd14daddb9d))
13
+
14
+ ### Features
15
+
16
+ - encode and decode PerformanceStats tracing ([#1765](https://github.com/GetStream/stream-video-js/issues/1765)) ([138ea84](https://github.com/GetStream/stream-video-js/commit/138ea84fee834da03cf3c8042fbb2f071526f135))
17
+
5
18
  ## [1.11.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.11.5...@stream-io/video-react-native-sdk-1.11.6) (2025-05-01)
6
19
 
7
20
  ### Dependency Updates
package/README.md CHANGED
@@ -141,7 +141,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
141
141
  - [x] PiP on iOS
142
142
  - [x] Video filters
143
143
  - [x] CPU usage improvement
144
- - [x] Improved stat collection
144
+ - [x] Improved stat collection and device performance metrics
145
145
  - [ ] Audio filters and Noise Cancellation
146
146
  - [ ] Analytics Integration
147
147
  - [ ] Long press to focus
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = exports.version = '1.11.6';
7
+ const version = exports.version = '1.12.0';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '1.11.6';
1
+ export const version = '1.12.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.11.6";
1
+ export declare const version = "1.12.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "1.11.6",
3
+ "version": "1.12.0",
4
4
  "description": "Stream Video SDK for React Native",
5
5
  "author": "https://getstream.io",
6
6
  "homepage": "https://getstream.io/video/docs/react-native/",
@@ -45,8 +45,8 @@
45
45
  "!**/.*"
46
46
  ],
47
47
  "dependencies": {
48
- "@stream-io/video-client": "1.20.2",
49
- "@stream-io/video-react-bindings": "1.5.18",
48
+ "@stream-io/video-client": "1.21.0",
49
+ "@stream-io/video-react-bindings": "1.5.19",
50
50
  "intl-pluralrules": "2.0.1",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "react-native-url-polyfill": "1.3.0",
@@ -121,7 +121,7 @@
121
121
  "@react-native-firebase/app": "^21.13.0",
122
122
  "@react-native-firebase/messaging": "^21.13.0",
123
123
  "@react-native/babel-preset": "^0.76.9",
124
- "@stream-io/react-native-webrtc": "^125.0.8",
124
+ "@stream-io/react-native-webrtc": "^125.2.0",
125
125
  "@stream-io/video-filters-react-native": "^0.2.8",
126
126
  "@testing-library/jest-native": "^5.4.3",
127
127
  "@testing-library/react-native": "^12.9.0",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '1.11.6';
1
+ export const version = '1.12.0';