Releases: DataDog/dd-sdk-reactnative
Releases · DataDog/dd-sdk-reactnative
2.8.0
What's Changed
- [FIX] Android: Custom Datadog upload options not set correctly and Gradle error by @marco-saia-datadog in #879
- [RUM-9342] Add FGM ( Fine Grained Masking ) support by @cdn34dd in #860
- [FIX] Dependabot security issue: Formidable relies on hexoid to prevent guessing of filenames for untrusted executable content by @sbarrio in #880
- [RUM-9768] Fix deadlock on
RCTTextViewRecorder
when retrieving a shadow view by @cdn34dd in #883
Full Changelog: 2.7.1...2.8.0
2.7.1
What's Changed
- [RUM-9753] Fix crash when calling eventEmitter.sendEvent with invalid bridge after Fast Refresh by @cdn34dd in #864
- [RUM-9801] Fix main thread initialization warning for
RCTDatadogWebViewManager
by @cdn34dd in #866 - [RUM-9771] Fix rum
sessionIdListener
for new architecture by @cdn34dd in #865 - [Fix] Externalize setting of minSdkVersion on sdk Android packages by @sbarrio in #873 and #875
- [RUM-9773] Fix - Missing js_refresh_rate Metrics After Upgrading to 2.6.4 by @sbarrio in #872
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- [RUM-9424] Session Replay support for RN 0.79 by @marco-saia-datadog in #851
- [RUM-8410] Update the way Session ID is propagated by @xgouchet in #853
- [RELEASE] React Native SDK v2.7.0 by @marco-saia-datadog in #859
Full Changelog: 2.6.6...2.7.0
2.6.6
What's Changed
- [FIX] Android: Fix runtime error caused by initialResourceThreshold by @marco-saia-datadog in #848
Full Changelog: 2.6.5...2.6.6
2.6.5
What's Changed
- [FIX] Android build issue on New Architecture by @marco-saia-datadog in #830
- [Fix] Solve security issues raised by dependabot, linting and package.json cleanup by @sbarrio in #829
- Remove unnecessary code signing settings for xcodebuild when running Unit Tests by @sbarrio in #831
- [RUM-6122] Automatically update NATIVE_SDK_VERSIONS.md on sdk release by @sbarrio in #828
- [RUM-8674] Mandatory user id in setUserInfo API by @sbarrio in #818
- [Hotfix] Bump iOS SDK to v2.24.1 by @sbarrio in #836
- [FIX] Fixed RumSessionStarted listener implementation by @marco-saia-datadog in #839
- [RUM-9272] Add configurable time for classifying resources for TNS metric by @sbarrio in #835
- [CHORE] Minor Code Improvements to Android Session Replay by @marco-saia-datadog in #820
- [FIX] Session Replay Android build error on RN > 0.75 by @marco-saia-datadog in #841
- [FIX] SR: Android build error in RN 0.75 by @marco-saia-datadog in #845
- [RUM-9366] Bump iOS SDK to v2.25.0 by @sbarrio in #842
- [RELEASE] React Native SDK v2.6.5 by @marco-saia-datadog in #846
Full Changelog: 2.6.4...2.6.5
2.6.4
What's Changed
- [Fix] Solve pending linting issues by @sbarrio in #809
- [RUM-8858] Bump iOS SDK to v2.24.0 and Android SDK to v2.19.0 by @sbarrio in #813
- [RUM-6479] Implement addViewLoadingTime API by @sbarrio in #807
- Fix code signing issue in ios UT by @xgouchet in #814
- [RUM-8854] Fix text & text input rendering on android by @cdn34dd in #815
- [RUM-8851] Support Modal Windows on android by @cdn34dd in #810
- [RUM-8943] Set internal callback on android session replay sdk by @cdn34dd in #811
- [GitLab] iOS: use --repo-update for pod install by @marco-saia-datadog in #817
- [Fix] Add set anonymousId to FeatureScopeProxy so it adheres to protocol by @sbarrio in #816
- RUM-8410 propagate session id by @xgouchet in #805
- [RUM-8908] SR: Fixed Android build issue for RN <= 0.68 by @marco-saia-datadog in #819
- [Hotfix] Bump Android SDK to v2.19.1 by @sbarrio in #823
- [GitLab CI] Add 'specific:true' tag to all jobs by @marco-saia-datadog in #825
- [Hotfix] Bump Android SDK to 2.19.2 by @sbarrio in #826
- Fix bug with XCode by @xgouchet in #827
- [FIX] iOS: Fix build error on new architecture by @marco-saia-datadog in #824
New Contributors
Full Changelog: 2.6.3...2.6.4
2.6.3
What's Changed
- Support for RN 0.77 and RN 0.78
- [RUM-8607] RN 0.77: Filter non-null values in bridge map converter (Android) by @marco-saia-datadog in #800
- [FIX] Export FirstPartyHost type by @marco-saia-datadog in #799
- [RELEASE] React Native SDK v2.6.3 by @marco-saia-datadog in #804
Full Changelog: 2.6.2...2.6.3
2.6.2
What's Changed
- [IMPROVEMENT] SR: Minor fixes in README.md by @marco-saia-datadog in #771
- [RUM-7801] iOS: Session Replay Text Recording in New Architecture by @marco-saia-datadog in #766
- [FIX] iOS: Fix Session Replay Start & Stop API in new architecture by @marco-saia-datadog in #773
- [FIX] [RUM-8142] SR: Fix Android build issue for RN 0.75 by @marco-saia-datadog in #779
- [FIX] SR: Support < RN 0.73 new arch text properties by @marco-saia-datadog in #780
- [RUM-8100] Expose all of react-native-navigation exports by @cdn34dd in #775
- Fix example projects by @cdn34dd in #776
- [RUM-6482] Add 'trackWatchdogTerminations' config parameter by @marco-saia-datadog in #730
- [RUM-7752] iOS: fix Session Replay backward compatibility by @marco-saia-datadog in #789
- [RUM-8394] Vulnerable Dependencies Update by @marco-saia-datadog in #792
- [RUM-1206] Add telemetry to apollo client by @cdn34dd in #786
- [RUM-8367] Fix EditTextMapper to correctly handle the view's background & border by @cdn34dd in #790
- [RUM-1860] Expose batch processing public configuration to react-native by @cdn34dd in #781
- Pin github actions to commit hash by @xgouchet in #794
- Add unit test for error fingerprint in mappers + minor improvement by @marco-saia-datadog in #797
- [RUM-7629] New Tracing Headers APIs by @marco-saia-datadog in #793
- [RUM-5332] Fix text properties for android new architecture by @cdn34dd in #795
- [RELEASE] React Native SDK v2.6.2 by @marco-saia-datadog in #798
New Contributors
Full Changelog: 2.6.1...2.6.2
2.6.1
Important
Session Replay has now reached General Availability and is no longer offered free of charge. Billing for this feature will begin starting from 2.6.0 version.
What's Changed
- [RUM-6875] Use BigInteger from big-integer instead of bigint by @marco-saia-datadog in #765
- [FIX] Set SessionReplay sample rate default value to 100 by @marco-saia-datadog in #768
- [IMPROVEMENT] Add paddedHex and decimal format to generateUUID by @marco-saia-datadog in #770
Full Changelog: 2.6.0...2.6.1
2.6.0
Important
Session Replay has now reached General Availability and is no longer offered free of charge. Billing for this feature will begin starting from this version.
What's Changed
- Updated Native SDK versions with Release 2.6.0 by @jonathanmos in #764
- [FIX] Unresolved reference:
convertToDensityNormalized
by @ChanghyeonYoon in #761
New Contributors
- @ChanghyeonYoon made their first contribution in #761
Full Changelog: 2.5.0...2.6.0