diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cff69..0520092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.8] - 2026-08-04 + +### Added +- Added an SDK version filter for session replay, allowing replay to be enabled or disabled for specific SDK versions from the dashboard. + +### Fixed +- [Android] Fixed masks on the base page being dropped while a dialog or modal bottom sheet was open. +- [Android] Fixed a main-thread deadlock when resolving external masks with Flutter. +- [Android] Fixed a crash in the screenshot capturer caused by a recycled bitmap on cancel. +- [Android] Fixed an issue with mask coordinate clipping. +- [iOS] Fixed a race condition that could affect network event counts during concurrent requests. + ## [2.3.7] - 2026-07-02 ### Added diff --git a/devrev-sdk-react-native-2.3.8.tgz b/devrev-sdk-react-native-2.3.8.tgz new file mode 100644 index 0000000..ac18f6c Binary files /dev/null and b/devrev-sdk-react-native-2.3.8.tgz differ diff --git a/sample/package.json b/sample/package.json index 96821bd..afb0a9d 100644 --- a/sample/package.json +++ b/sample/package.json @@ -10,7 +10,7 @@ "build:ios": "react-native build-ios --scheme DevRevSDKSample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"" }, "dependencies": { - "@devrev/sdk-react-native": "^2.3.7", + "@devrev/sdk-react-native": "^2.3.8", "@notifee/react-native": "^9.1.3", "@react-native-community/cli-platform-ios": "^13.6.9", "@react-native-firebase/app": "^21.0.0",