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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
### Changed
9
+
- Updated included Android SDK from 5.1.13 to [5.1.17](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.17)
10
+
- Fixed Xiaomi notification click not foregrounding app
11
+
- Fixed FCM push token not being refreshed
12
+
- Poll for notification permission changes to detect permission change when prompting outside of OneSignal
13
+
- Cold start creates new session and refreshes the user from the server
14
+
- Immediately process pending operations when privacy consent goes from false to true
15
+
- Fixed OneSignal.Notifications.RequestPermissionAsync() not firing when permission was already granted
16
+
- Fixed Operation Model Store adding duplicate operations when the same ones that were previously added to the store and persisted, are re-read from cache
17
+
- Fixed a bug causing clicking an unexpanded group notification results in only registering the click result for the final notification in the group
18
+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
19
+
- Updated included iOS SDK from 5.2.0 to [5.2.2](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.2)
20
+
- Prevent In-App Message request crashes by making null values safe
21
+
- Added Dispatch Queues to all executors to prevent concurrency crashes
22
+
- Fixed clearing notifications incorrectly such as when pulling down the notification center
23
+
- Fixed a purchases bug for the amount spent
24
+
- Fixed a build issue for mac catalyst
25
+
- Fixed crash when IAM window fails to load by using the main thread
26
+
- Network call optimizations: Combine user property updates for network call improvements
27
+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
8
28
### Fixed
9
29
- Additional instance of OneSignal error when calling OneSignal methods in Awake()
10
30
- iOS Mac Catalyst build error: Use of undeclared identifier 'OneSignalLiveActivitiesManagerImpl'
0 commit comments