diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dc9b1..fa0628b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All changes to this project will be documented in this file. +## [2.0.0] - 2024-05-02 +`LiveStreamView` has been renamed `ApiVideoLiveStreamView` +`LiveStreamMethods` has been renamed `ApiVideoLiveStreamMethods` +`LiveStreamProps` has been renamed `ApiVideoLiveStreamProps` + +- Upgrade React Native to 0.73 +- Add support for new React Native architecture +- Android: fix preview size +- Android: improve how timestamp are handled. It improves the compatibility with few servers. + ## [1.2.4] - 2023-03-27 - Android: call `onConnectionFailed` when `connectStream` failed to be sent - iOS: add `audiosamplerate` in `onMetadata` (see [#51](https://github.com/apivideo/api.video-reactnative-live-stream/issues/51)) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f3c8f78..2a03841 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -949,7 +949,7 @@ PODS: - React-Mapbuffer (0.73.6): - glog - React-debug - - react-native-livestream (1.3.0): + - react-native-livestream (2.0.0): - ApiVideoLiveStream (= 1.4.1) - glog - RCT-Folly (= 2022.05.16.00) @@ -1370,7 +1370,7 @@ SPEC CHECKSUMS: React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066 React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab - react-native-livestream: cd39763b74f1c73e494cbafcb1fc250879ae2302 + react-native-livestream: 9765b4d740223757382faba42e88da00aa832254 React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2 @@ -1397,4 +1397,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 255a48dda5c07f719673c67a94d628fe06cf6c60 -COCOAPODS: 1.15.2 +COCOAPODS: 1.14.3 diff --git a/package.json b/package.json index d6f7074..e8168a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api.video/react-native-livestream", - "version": "1.3.0", + "version": "2.0.0", "description": "RTMP live streaming library from api.video", "main": "lib/commonjs/index", "module": "lib/module/index",