|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v4.9.7 (Aug 3, 2023) |
| 4 | +### **Improvements** |
| 5 | +- Fixed a bug where `HugeGabCheck` in `MessageCollection` has missed some filters |
| 6 | + |
| 7 | +## v4.9.6 (Aug 1, 2023) |
| 8 | +### **Notifications** |
| 9 | +- Added `FeedChannelModule` |
| 10 | + - `FeedChannelModule` could be imported from `@sendbird/chat/feedChannel` |
| 11 | + - Added `createMyFeedChannelListQuery()` to create `FeedChannelListQuery` |
| 12 | + - Added `getChannel()`, `getMyFeedChannelChangeLogsByTimestamp()`, `getMyFeedChannelChangeLogsByToken()` to fetch `FeedChannel` data |
| 13 | + - Added `getGlobalNotificationChannelSetting()` to get notification settings |
| 14 | + - Added `getNotificationTemplateListByToken()`, `getNotificationTemplate()` to fetch `NotificationTemplate` |
| 15 | +- Added `FeedChannelHandler` |
| 16 | +- Added `FeedChannel` |
| 17 | + - Added `FEED` channel type |
| 18 | + - Added `createNotificationCollection()` to create `NotificationCollection` |
| 19 | + - Added `refresh()` to refresh the feed channel |
| 20 | + - Added `markAsRead()` |
| 21 | +- Added `FeedChannelListQuery` |
| 22 | +- Added `NotificationCollection` |
| 23 | + - `NotificationCollection` acts as same as `MessageCollection` |
| 24 | +- Added `isChatNotification` in `GroupChannel` |
| 25 | +- Added `includeChatNotification` in `GroupChannelListQuery`, `GroupChannelListParams`, `GroupChannelChangeLogsParams` |
| 26 | +- Added `notificationInfo` in `AppInfo` |
| 27 | +- Added `onTotalUnreadMessageCountChanged` in `UserEventHandler` |
| 28 | + - Deprecated `onTotalUnreadMessageCountUpdated` in `UserEventHandler` |
| 29 | + |
| 30 | +### **Improvements** |
| 31 | +- Added meta data and meta counter related event to pass to `GroupChannelCollection` |
| 32 | +- Fixed a bug in parsing parent message info |
| 33 | +- Fixed a bug where a deactivated or deleted user hangs on reconnect |
| 34 | +- Fixed a bug where the removed metadata would not be updated when receiving the channel's metadata from the server |
| 35 | +- Improved stability |
| 36 | + |
3 | 37 | ## v4.9.5 (July 27, 2023)
|
4 | 38 | ### **Improvements**
|
5 | 39 | - Fixed bug when received `CHANNEL_INVITE` event inviter is null
|
6 | 40 | - Updated `MessageCollectionEventHandler` members to be optional
|
| 41 | + |
7 | 42 | ## v4.9.4 (July 21, 2023)
|
8 | 43 | ### **Improvements**
|
9 | 44 | - Added `EVENT_CHANNEL_BANNED` to `GroupchannelEventSource`
|
|
15 | 50 | - Fixed a bug where `Poll.applyPollVoteEvent()` not updating `Poll.voterCount`
|
16 | 51 | - Fixed a bug where the group channel changelogs did not update the group channel metadata
|
17 | 52 | - Improved stability
|
| 53 | + |
18 | 54 | ## v4.9.3 (Jun 22, 2023)
|
19 | 55 | ### **Improvements**
|
20 | 56 | - Fixed a bug where `sb.connect()` fails when `localCacheEnabled` set to false in browsers with disabled Cookies
|
|
0 commit comments