You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalExample/Assets/OneSignal/CHANGELOG.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,52 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [5.2.0]
9
+
10
+
Channels: Current
11
+
12
+
### 🎉 Custom Events Support
13
+
14
+
This release introduces Custom Events support for the unity sdk.
15
+
16
+
Please see documentation on [Custom Events](https://documentation.onesignal.com/docs/mobile-sdk-reference#trackevent).
17
+
18
+
### 🚀 New Features
19
+
20
+
- feat: add custom events support (#845)
21
+
22
+
### 🛠️ Native Dependency Updates
23
+
24
+
- Update Android SDK from 5.4.2 to 5.6.1
25
+
- fix: custom events now handle null object within the event properties (https://github.com/OneSignal/OneSignal-Android-SDK/pull/2537)
26
+
- feat: 🎉 introduces Custom Events Support for the Android SDK. To get started with using Custom Events, please contact [support@onesignal.com](mailto:support@onesignal.com) to enable this feature for your app. Please see documentation on [Custom Events](https://documentation.onesignal.com/docs/mobile-sdk-reference#trackevent).
27
+
- feat: IAMs now display when triggers added before first fetch ([#2528](https://github.com/OneSignal/OneSignal-Android-SDK/issues/2528))
28
+
- fix: end initialization early if device storage is locked ([#2520](https://github.com/OneSignal/OneSignal-Android-SDK/issues/2520))
- fix: a rare NPE from PermissionViewModel introduced in 5.4.0 ([#2504](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2504))
32
+
- fix: NPE in SyncJobService since 5.4 ([#2500](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2500))
33
+
- fix: Rare User and Subscription creates and updates processing out of order (introduced in 5.4.0) ([#2419](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2419))
34
+
- fix: Remove throwing "initWithContext was not called or timed out", introduced in 5.4.0 ([#2408](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2408))
35
+
- Improvement: failure message shows that appID is missing ([#2506](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2506))
36
+
- improvement: Offloaded work on background threads. ([#2394](https://github.com/OneSignal/OneSignal-Android-SDK/pull/2394))
37
+
***
38
+
- Update iOS SDK from 5.2.16 to 5.4.0
39
+
- feat: IAMs now display when triggers added before first fetch ([OneSignal-iOS-SDK#1635](https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1635))
40
+
- fix: use locale-independent formatting for purchase prices ([OneSignal-iOS-SDK#1634](https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1634))
41
+
- It is recommended to test this beta version with a new iOS-only app, as Identity Verification is not yet supported on the OneSignal Android and Web SDKs.
42
+
- Enabling Identity Verification in the dashboard will affect all existing app installations using the OneSignal user model SDKs.
43
+
- Please test thoroughly prior to production use, and reach out with any questions, feedback, or concerns.
44
+
- While emails and sms numbers can be added using the SDK, removing them is not yet supported.
45
+
- Live Activities is not yet supported.
46
+
- Rebased to 5.2.14 for more bug fixes and stability improvement.
47
+
- add public log listener methods (see PR for usage) #1576
48
+
- It is recommended to test this beta version with a new iOS-only app, as Identity Verification is not yet supported on the OneSignal Android and Web SDKs.
49
+
- Enabling Identity Verification in the dashboard will affect all existing app installations using the OneSignal user model SDKs.
50
+
- Please test thoroughly prior to production use, and reach out with any questions, feedback, or concerns.
51
+
- While emails and sms numbers can be added using the SDK, removing them is not yet supported.
0 commit comments