Skip to content

Commit 07c13b3

Browse files
Changelog.
1 parent 67768d8 commit 07c13b3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## 6.1.0-beta1
19+
#### Added
20+
- We have improved the in-app messaging implementation significantly.
21+
22+
- The SDK now maintains a local queue and keep it in sync with the server-side queue automatically.
23+
- Iterable servers now notify apps via silent push messages whenever the in-app message queue is updated.
24+
- In-app messages are shown by default whenever they arrive.
25+
- It should be straightforward to migrate to the new implementation. There are, however, some breaking changes. Please see [migration guide](https://github.com/iterable/swift-sdk#Migrating-in-app-messages-from-the-previous-version-of-the-SDK) for more details.
26+
27+
#### Removed
28+
- `spawnInAppNotification` call is removed. Please refer to migration guide mentioned above.
29+
30+
#### Changed
31+
- You can now use `updateEmail` if the user is identified with either `email` or `userId`. Earlier you could only call `updateEmail` if the user was identified by `email`.
32+
- The SDK now sets `notificationsEnabled` flag on the device to indicate whether notifications are enabled for your app.
33+
34+
#### Fixed
35+
- nothing yet
36+
1837
## [6.0.4](https://github.com/Iterable/swift-sdk/releases/tag/6.0.4)
1938
#### Added
2039
- More refactoring and tests.

0 commit comments

Comments
 (0)