Skip to content

Commit 262f304

Browse files
committed
v4.9.6
1 parent 357fa4f commit 262f304

Some content is hidden

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

54 files changed

+645
-154
lines changed

CHANGELOG.md

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

3+
## v4.9.6 (Aug 1, 2023)
4+
### **Notifications**
5+
- Added `FeedChannelModule`
6+
- `FeedChannelModule` could be imported from `@sendbird/chat/feedChannel`
7+
- Added `createMyFeedChannelListQuery()` to create `FeedChannelListQuery`
8+
- Added `getChannel()`, `getMyFeedChannelChangeLogsByTimestamp()`, `getMyFeedChannelChangeLogsByToken()` to fetch `FeedChannel` data
9+
- Added `getGlobalNotificationChannelSetting()` to get notification settings
10+
- Added `getNotificationTemplateListByToken()`, `getNotificationTemplate()` to fetch `NotificationTemplate`
11+
- Added `FeedChannelHandler`
12+
- Added `FeedChannel`
13+
- Added `FEED` channel type
14+
- Added `createNotificationCollection()` to create `NotificationCollection`
15+
- Added `refresh()` to refresh the feed channel
16+
- Added `markAsRead()`
17+
- Added `FeedChannelListQuery`
18+
- Added `NotificationCollection`
19+
- `NotificationCollection` acts as same as `MessageCollection`
20+
- Added `isChatNotification` in `GroupChannel`
21+
- Added `includeChatNotification` in `GroupChannelListQuery`, `GroupChannelListParams`, `GroupChannelChangeLogsParams`
22+
- Added `notificationInfo` in `AppInfo`
23+
- Added `onTotalUnreadMessageCountChanged` in `UserEventHandler`
24+
- Deprecated `onTotalUnreadMessageCountUpdated` in `UserEventHandler`
25+
26+
### **Improvements**
27+
- Added meta data and meta counter related event to pass to `GroupChannelCollection`
28+
- Fixed a bug in parsing parent message info
29+
- Fixed a bug where a deactivated or deleted user hangs on reconnect
30+
- Fixed a bug where the removed metadata would not be updated when receiving the channel's metadata from the server
31+
- Improved stability
32+
333
## v4.9.5 (July 27, 2023)
434
### **Improvements**
535
- Fixed bug when received `CHANNEL_INVITE` event inviter is null
636
- Updated `MessageCollectionEventHandler` members to be optional
37+
738
## v4.9.4 (July 21, 2023)
839
### **Improvements**
940
- Added `EVENT_CHANNEL_BANNED` to `GroupchannelEventSource`
@@ -15,6 +46,7 @@
1546
- Fixed a bug where `Poll.applyPollVoteEvent()` not updating `Poll.voterCount`
1647
- Fixed a bug where the group channel changelogs did not update the group channel metadata
1748
- Improved stability
49+
1850
## v4.9.3 (Jun 22, 2023)
1951
### **Improvements**
2052
- 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-0e2baf5f.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-110b4c07.js

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

cjs/lib/__bundle-1ad2f5f2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"use strict";var s=require("./__bundle-2596e4e9.js");class e extends s.User{constructor(s,e){var t;super(s,e),this.isMuted=!1,this.isMuted=null!==(t=e.is_muted)&&void 0!==t&&t}}exports.Participant=e;

cjs/lib/__bundle-2509e4be.js

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

cjs/lib/__bundle-2552e860.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-2596e4e9.js

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

0 commit comments

Comments
 (0)