Skip to content

Commit

Permalink
v4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Aug 1, 2023
1 parent 357fa4f commit 262f304
Show file tree
Hide file tree
Showing 54 changed files with 645 additions and 154 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
# Changelog

## v4.9.6 (Aug 1, 2023)
### **Notifications**
- Added `FeedChannelModule`
- `FeedChannelModule` could be imported from `@sendbird/chat/feedChannel`
- Added `createMyFeedChannelListQuery()` to create `FeedChannelListQuery`
- Added `getChannel()`, `getMyFeedChannelChangeLogsByTimestamp()`, `getMyFeedChannelChangeLogsByToken()` to fetch `FeedChannel` data
- Added `getGlobalNotificationChannelSetting()` to get notification settings
- Added `getNotificationTemplateListByToken()`, `getNotificationTemplate()` to fetch `NotificationTemplate`
- Added `FeedChannelHandler`
- Added `FeedChannel`
- Added `FEED` channel type
- Added `createNotificationCollection()` to create `NotificationCollection`
- Added `refresh()` to refresh the feed channel
- Added `markAsRead()`
- Added `FeedChannelListQuery`
- Added `NotificationCollection`
- `NotificationCollection` acts as same as `MessageCollection`
- Added `isChatNotification` in `GroupChannel`
- Added `includeChatNotification` in `GroupChannelListQuery`, `GroupChannelListParams`, `GroupChannelChangeLogsParams`
- Added `notificationInfo` in `AppInfo`
- Added `onTotalUnreadMessageCountChanged` in `UserEventHandler`
- Deprecated `onTotalUnreadMessageCountUpdated` in `UserEventHandler`

### **Improvements**
- Added meta data and meta counter related event to pass to `GroupChannelCollection`
- Fixed a bug in parsing parent message info
- Fixed a bug where a deactivated or deleted user hangs on reconnect
- Fixed a bug where the removed metadata would not be updated when receiving the channel's metadata from the server
- Improved stability

## v4.9.5 (July 27, 2023)
### **Improvements**
- Fixed bug when received `CHANNEL_INVITE` event inviter is null
- Updated `MessageCollectionEventHandler` members to be optional

## v4.9.4 (July 21, 2023)
### **Improvements**
- Added `EVENT_CHANNEL_BANNED` to `GroupchannelEventSource`
Expand All @@ -15,6 +46,7 @@
- Fixed a bug where `Poll.applyPollVoteEvent()` not updating `Poll.voterCount`
- Fixed a bug where the group channel changelogs did not update the group channel metadata
- Improved stability

## v4.9.3 (Jun 22, 2023)
### **Improvements**
- Fixed a bug where `sb.connect()` fails when `localCacheEnabled` set to false in browsers with disabled Cookies
Expand Down
1 change: 1 addition & 0 deletions cjs/feedChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cjs/groupChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cjs/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-0e2baf5f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cjs/lib/__bundle-110b4c07.js

This file was deleted.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-1ad2f5f2.js
Original file line number Diff line number Diff line change
@@ -0,0 +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;
1 change: 0 additions & 1 deletion cjs/lib/__bundle-2509e4be.js

This file was deleted.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-2552e860.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cjs/lib/__bundle-2596e4e9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-264767b5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions cjs/lib/__bundle-2c62c22a.js

This file was deleted.

1 change: 0 additions & 1 deletion cjs/lib/__bundle-491c6c05.js

This file was deleted.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-55d18ccf.js

Large diffs are not rendered by default.

Loading

0 comments on commit 262f304

Please sign in to comment.