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: resources/views/docs/mobile/2/getting-started/changelog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ title: Changelog
3
3
order: 2
4
4
---
5
5
6
+
## v2.1.1
7
+
8
+
### Foreground permissions
9
+
Prevent removal of FOREGROUND_SERVICE and POST_NOTIFICATIONS permissions when they're needed by camera features, even if push notifications are disabled
10
+
11
+
### FSymlink fix
12
+
Run storage:unlink before storage:link to handle stale symlinks, and exclude public/storage from build to prevent symlink conflicts
13
+
14
+
### iOS Push Notifications
15
+
Handles push notification APNS flow differently, fires off the native event as soon as the token is received from FCM vs assuming the AppDelegate will ahndle it.
16
+
17
+
### Fix Missing $id param on some events
18
+
Some events were missing an `$id` parameter, which would cause users to experience errors when trying to receive an ID from the event.
0 commit comments