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
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## 16.2.0
4
+
###### Release Date: 28-05-2025
5
+
6
+
### 🚀 Enhancements
7
+
* Added new API `handlePushWithCustomStack` in `IntercomPushClient`. Use this to handle Intercom push messages with a custom backstack. Implement your custom push integration by extending `FirebaseMessagingService` and call `handlePushWithCustomStack` in the `onMessageReceived` method as shown in the example below.
8
+
9
+
```
10
+
public void onMessageReceived(RemoteMessage remoteMessage) {
* Fixed `NullPointerException: Parameter specified as non-null is null` crash happening in in-app notifications
25
+
26
+
### 👉 Dependency updates
27
+
* Sentry: Updated to 8.13.1
28
+
* Fragment Kotlin Extensions: Updated to 1.8.7
29
+
* Compose BOM: Updated to 1.8.2 (via BOM 2025.05.01)
30
+
3
31
## 16.1.0
4
32
###### Release Date: 20-05-2025
5
33
@@ -30,8 +58,7 @@
30
58
###### Release Date: 02-05-2025
31
59
32
60
### 🚀 Enhancements
33
-
* Added support for conversations merged across channels and users
34
-
* Added support for setting a custom backstack item — You can now call `Intercom.pushBackStackActivity()` and set an activity you'd like as a backstack for Intercom push notifications
61
+
* Added support for conversations merged across channels and users
35
62
36
63
### 🐛 Bug Fixes
37
64
* Fixed an issue where Notes and Posts weren't showing in full
0 commit comments