Skip to content

Commit d9a81c8

Browse files
committed
Update CHANGELOG
1 parent 89073fb commit d9a81c8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [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)
828
### Fixed
929
- Additional instance of OneSignal error when calling OneSignal methods in Awake()
1030
- iOS Mac Catalyst build error: Use of undeclared identifier 'OneSignalLiveActivitiesManagerImpl'

0 commit comments

Comments
 (0)