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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v3.0.148(MAR 31, 2021)
4
+
5
+
- Added `AppleCriticalAlertOptions` interface.
6
+
- Added `appleCriticalAlertOptions` in `BaseMessage`, `UserMessageParams`, `FileMessageParams`, `ScheduledUserMessage`, and `ScheduledUserMessageParams`.
7
+
- Downgraded log level from `ERROR` to `DEBUG` for all internal API calls.
8
+
3
9
## v3.0.147(MAR 24, 2021)
4
10
5
11
- Added `onChannelMemberCountChanged` and `onChannelParticipantCountChanged` in `ChannelHandler`.
> **Note**: You should also add `axios` library into the <script> tag before the Sendbird library inclusion since v3.0.127. You can host the library or utilize the CDN as the library refers to it. The following serves as examples.
165
+
> **Note**: You should also add `axios` library into the `<script>` tag before the Sendbird library inclusion since v3.0.127. You can host the library or utilize the CDN as the library refers to it. The following serves as examples.
@@ -325,10 +325,10 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
325
325
326
326
## Changelogs
327
327
328
-
## v3.0.147(MAR 24, 2021)
328
+
## v3.0.148(MAR 31, 2021)
329
329
330
330
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
331
331
332
-
- Added `onChannelMemberCountChanged` and `onChannelParticipantCountChanged` in `ChannelHandler`.
333
-
-Changed `markAsDelivered` policy to remove rate limit timer.
334
-
-Improved stability.
332
+
- Added `AppleCriticalAlertOptions` interface.
333
+
-Added `appleCriticalAlertOptions` in `BaseMessage`, `UserMessageParams`, `FileMessageParams`, `ScheduledUserMessage`, and `ScheduledUserMessageParams`.
334
+
-Downgraded log level from `ERROR` to `DEBUG` for all internal API calls.
0 commit comments