Skip to content

Commit

Permalink
Add one more breaking change from SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-mccrowell-braze committed Nov 12, 2024
1 parent 942e786 commit cacab88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _docs/_help/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ The following SDK updates have been released. Breaking updates are listed below;
- Replaces the iOS BrazeAppDelegate method call of BrazeReactUtils.populateInitialUrl with BrazeReactUtils.populateInitialPayload.
- This update resolves an issue where push opened events would not be triggered when clicking on a notification while the application is in a terminated state.
- To fully leverage this update, replace all calls of Braze.getInitialURL with Braze.getInitialPushPayload in your JavaScript code. The initial URL can now be accessed via the url property of the initial push payload.
- [Braze Segment Swift Plugin 5.0.0](https://github.com/braze-inc/braze-segment-swift/blob/main/CHANGELOG.md)
- Updates the Braze Swift SDK bindings to require releases from the 11.1.1+ SemVer denomination.
- This allows compatibility with any version of the Braze SDK from 11.1.1 up to, but not including, 12.0.0.
- Refer to the changelog entry for 11.1.1 for more information on potential breaking changes.

## October 15, 2024 release

Expand Down
4 changes: 4 additions & 0 deletions _docs/_help/release_notes/2024/11_12_24.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ The following SDK updates have been released. Breaking updates are listed below;
- Replaces the iOS BrazeAppDelegate method call of BrazeReactUtils.populateInitialUrl with BrazeReactUtils.populateInitialPayload.
- This update resolves an issue where push opened events would not be triggered when clicking on a notification while the application is in a terminated state.
- To fully leverage this update, replace all calls of Braze.getInitialURL with Braze.getInitialPushPayload in your JavaScript code. The initial URL can now be accessed via the url property of the initial push payload.
- [Braze Segment Swift Plugin 5.0.0](https://github.com/braze-inc/braze-segment-swift/blob/main/CHANGELOG.md)
- Updates the Braze Swift SDK bindings to require releases from the 11.1.1+ SemVer denomination.
- This allows compatibility with any version of the Braze SDK from 11.1.1 up to, but not including, 12.0.0.
- Refer to the changelog entry for 11.1.1 for more information on potential breaking changes.

0 comments on commit cacab88

Please sign in to comment.