November 12, 2024 release
Data flexibility
Speed limit for /users/track
The speed limit for the /users/track
endpoint has been updated to 3,000 per 3 seconds.
Unlocking creativity
Canvas Use Cases
We’ve put together some use cases showcasing the different ways you can leverage a Braze Canvas. If you’re looking for inspiration, choose a use case below to get started.
Robust channels
LINE
General availability
Braze’s LINE integration is now generally available! LINE is the most popular messaging app in Japan, with over 95 million monthly active users. In addition to messaging, LINE offers its users an “all-in-one” platform for social media, gaming, shopping, and payments.
To get started, see our LINE documentation.
LinkedIn Audience Sync
Beta
You can now use LinkedIn with Braze Audience Sync, a tool that helps you extend the reach of your campaigns to many of the top social and advertising technologies. To join the beta, reach out to your Braze Success Manager.
Improving the developer guide
We’re in the process of making major improvements to the Braze Developer Guide. As a first step, we simplified the navigation and reduced the number of nested sections.
Before | After |
---|---|
New Braze partnerships
MyPostcard
MyPostcard, a leading global postcard app, empowers you to execute direct mail campaigns with ease, providing a seamless and profitable way to connect with your customers. To get started, see Integrating MyPostcard with Braze.
SDK updates
The following SDK updates have been released. Breaking updates are listed below; all other updates can be found by checking the corresponding SDK changelogs.
- Expo Plugin 3.0.0
- This version requires 13.1.0 of the Braze React Native SDK.
- 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
- 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.