chore(session-replay): bump native iOS and Android dependency versions#1558
Open
aliaksandr-kazarez wants to merge 1 commit intomainfrom
Open
chore(session-replay): bump native iOS and Android dependency versions#1558aliaksandr-kazarez wants to merge 1 commit intomainfrom
aliaksandr-kazarez wants to merge 1 commit intomainfrom
Conversation
Update AmplitudeSessionReplay iOS pod from >=0.4.0 to >=0.9.5 and AmplitudeCore from >=1.1.0 to >=1.4.2. Update Android session-replay-android from [0.22.0,0.23.0) to [0.24.0,0.25.0) and analytics-android from [1.22.4,1.23.0) to [1.25.0,1.26.0). Applied to both session-replay-react-native and plugin-session-replay-react-native packages. Jira: SR-2264
chungdaniel
approved these changes
Feb 26, 2026
| s.source_files = "ios/**/*.{h,m,mm,swift}" | ||
|
|
||
| s.dependency 'AmplitudeSessionReplay', '>=0.4.0' | ||
| s.dependency 'AmplitudeSessionReplay', '>=0.9.5' |
Contributor
There was a problem hiding this comment.
Nit: 0.9.6 is out for iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update AmplitudeSessionReplay iOS pod from >=0.4.0 to >=0.9.5 and AmplitudeCore from >=1.1.0 to >=1.4.2. Update Android session-replay-android from [0.22.0,0.23.0) to [0.24.0,0.25.0) and analytics-android from [1.22.4,1.23.0) to [1.25.0,1.26.0). Applied to both session-replay-react-native and plugin-session-replay-react-native packages.
Jira: SR-2264
Summary
Checklist
Note
Medium Risk
Dependency-only bump, but it changes underlying native SDK behavior and binary compatibility on both iOS and Android, which can surface runtime regressions.
Overview
Upgrades native dependencies for both
session-replay-react-nativeandplugin-session-replay-react-native.On iOS, bumps
AmplitudeSessionReplayto>=0.9.5(from>=0.4.0) and updatesAmplitudeCoreto>=1.4.2inAmplitudeSessionReplayReactNative.podspec. On Android, updates the Gradle ranges tosession-replay-android[0.24.0,0.25.0)andanalytics-android[1.25.0,1.26.0)(from[0.22.0,0.23.0)and[1.22.4,1.23.0)respectively).Written by Cursor Bugbot for commit 011c3be. This will update automatically on new commits. Configure here.