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: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## 2.5.0 (2023-03-08)
4
+
5
+
### Features
6
+
7
+
- **notifications**: update notifications utils to v1.0.0 (#126)
8
+
- **PushNotifications**: Updating OptOut behaviour and always registering for remote notifications (#125)
9
+
- **PushNotifications**: Adding a `userProfile` parameter to the `identifyUser` API (#122)
10
+
- **PushNotifications**: Adding a suffix to the User-Agent for Pinpoint requests, so we can differenciate Analytics vs PushNotifications traffic. (#119)
11
+
- **PushNotifications**: Updating API and errors (#113)
12
+
- **PushNotifications**: Implementing the Pinpoint Push Notifications plugin (#112)
13
+
- **PushNotifications**: Adding support for the Push Notifications category (#110)
14
+
15
+
### Bug Fixes
16
+
17
+
- **notifications**: fix verifyRequestNotificationsPermissions integration test (#2797)
18
+
- Making OptOut nil when no address is present on the endpoint. (#2796)
0 commit comments