-
Notifications
You must be signed in to change notification settings - Fork 242
Release 3.11.0 Updates #1487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.11.0 Updates #1487
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the SDK documentation and versioning in preparation for Release 3.11.0.
- Updated ChangeLog with new version information and details about Google ODM Event Data support and a new API.
- Updated the podspec version from 3.10.0 to 3.11.0.
Reviewed Changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
ChangeLog.md | Added release notes for v3.11.0 and new API details. |
BranchSDK.podspec | Updated version number to 3.11.0. |
Files not reviewed (3)
- BranchSDK.xcodeproj/project.pbxproj: Language not supported
- Sources/BranchSDK/BNCConfig.m: Language not supported
- scripts/version.sh: Language not supported
ChangeLog.md
Outdated
|
||
v.3.11.0 | ||
- Added Google ODM Event Data support. SDK will fetch, cache and send ODM event data with v1/install and v1/open requests for 180 days. | ||
- Added new API `setODMInfo:andFirstOpenTimestamp` to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK.; |
Copilot
AI
May 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The trailing semicolon after 'SDK.' appears unnecessary. Consider removing it for cleaner documentation.
- Added new API `setODMInfo:andFirstOpenTimestamp` to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK.; | |
- Added new API `setODMInfo:andFirstOpenTimestamp` to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK. |
Copilot uses AI. Check for mistakes.
/matter review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good! It properly updates the version number across all necessary files and adds the new Google ODM Event Data support functionality. The changelog is clear about the new features. No issues detected in the implementation.
Reference
EMT-1684 - ODM - On Device Measurement
https://branch.atlassian.net/browse/EMT-1684
Summary
Version and Change Log Updates.
cc @BranchMetrics/saas-sdk-devs for visibility.