-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8391 from braze-inc/2024-november-release
November 11, 2024 release notes
- Loading branch information
Showing
5 changed files
with
139 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
nav_title: November 12, 2024 | ||
description: "This article contains release notes for November 12, 2024." | ||
page_order: 1 | ||
page_type: reference | ||
--- | ||
|
||
# November 12, 2024 release | ||
|
||
## Data flexibility | ||
|
||
### Speed limit for `/users/track` | ||
|
||
The speed limit for the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track/) 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. | ||
|
||
- [Abandoned Cart]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/abandoned_cart/) | ||
- [Back In Stock]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/back_in_stock/) | ||
- [Feature Adoption]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/feature_adoption/) | ||
- [Lapsed User]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/lapsed_user/) | ||
- [Onboarding]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/onboarding/) | ||
- [Post-Purchase Feedback]({{site.baseurl}}/user_guide/engagement_tools/canvas/get_started/braze_templates/post_purchase_feedback/) | ||
|
||
## Robust channels | ||
|
||
### LINE | ||
|
||
{% multi_lang_include release_type.md release="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]({{site.baseurl}}/user_guide/message_building_by_channel/line/). | ||
|
||
### LinkedIn Audience Sync | ||
|
||
{% multi_lang_include release_type.md release="Beta" %} | ||
|
||
You can now use LinkedIn with [Braze Audience Sync]({{site.baseurl}}/partners/canvas_steps/), 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]({{site.baseurl}}/developer_guide/home/). As a first step, we simplified the navigation and reduced the number of nested sections. | ||
|
||
|Before|After| | ||
|------|-----| | ||
|!["The old navigation for the Braze Developer Guide."]({% image_buster /assets/img/release_notes/developer_guide_improvements/old_navigation.png %})|!["The new navigation for the Braze Developer Guide."]({% image_buster /assets/img/release_notes/developer_guide_improvements/new_navigation.png %})| | ||
|
||
## New Braze partnerships | ||
|
||
### MyPostcard | ||
|
||
[MyPostcard](https://www.mypostcard.com/), 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]({{site.baseurl}}/partners/message_orchestration/additional_channels/direct_mail/mypostcard/). | ||
|
||
## 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](https://github.com/braze-inc/braze-expo-plugin/blob/main/CHANGELOG.md) | ||
- 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](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. |
Binary file added
BIN
+167 KB
assets/img/release_notes/developer_guide_improvements/new_navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+179 KB
assets/img/release_notes/developer_guide_improvements/old_navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.