Skip to content

Commit 6a274ac

Browse files
authored
Merge pull request #6 from sendbird/stable
v4.9.7
2 parents 6e5cec4 + c86b9ef commit 6a274ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+647
-154
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,44 @@
11
# Changelog
22

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+
337
## v4.9.5 (July 27, 2023)
438
### **Improvements**
539
- Fixed bug when received `CHANNEL_INVITE` event inviter is null
640
- Updated `MessageCollectionEventHandler` members to be optional
41+
742
## v4.9.4 (July 21, 2023)
843
### **Improvements**
944
- Added `EVENT_CHANNEL_BANNED` to `GroupchannelEventSource`
@@ -15,6 +50,7 @@
1550
- Fixed a bug where `Poll.applyPollVoteEvent()` not updating `Poll.voterCount`
1651
- Fixed a bug where the group channel changelogs did not update the group channel metadata
1752
- Improved stability
53+
1854
## v4.9.3 (Jun 22, 2023)
1955
### **Improvements**
2056
- Fixed a bug where `sb.connect()` fails when `localCacheEnabled` set to false in browsers with disabled Cookies

cjs/feedChannel.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/groupChannel.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/lib/__bundle-110b4c07.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cjs/lib/__bundle-218bea1d.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/lib/__bundle-2509e4be.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cjs/lib/__bundle-2c62c22a.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

cjs/lib/__bundle-4bc3a029.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/lib/__bundle-5beb62ec.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)