Skip to content

Commit 05ae954

Browse files
committed
v4.9.10
1 parent e680fbd commit 05ae954

40 files changed

+76
-39
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v4.9.10 (Aug 30, 2023)
4+
### **Notification**
5+
- Added `isCategoryFilterEnabled` in `FeedChannel`.
6+
- Added `isTemplateLabelEnabled` in `FeedChannel`.
7+
- Added `notificationCategories` in `FeedChannel`.
8+
- Added `tags` in `NotificationData`
9+
10+
### **Improvements**
11+
- Added `enableAutoResend` in `LocalCacheConfig` to control auto-resending feature when local cache is enabled
12+
- Fixed a bug that cache is cleared unintentionally
13+
- Improvement stability
14+
15+
## v4.9.9 (Aug 16, 2023)
16+
### **Notification**
17+
- Added `authenticateFeed()` in `SendbirdChat` to log in without connection
18+
- Added `refreshNotificationCollections()` in `SendbirdChat` to manually catch up the recent updates
19+
- Added `notificationData` in `BaseMessage`
20+
21+
### **Improvements**
22+
- Fixed a bug that reconnection hangs for deactivated user
23+
- Fixed bug not parsing for string array type thumbnails
24+
- Fixed a bug where message parsing throws the wrong exception
25+
326
## v4.9.8 (Aug 9, 2023)
427
### **Features**
528
- Added `BaseChannel.copyMessage()` that supports user, file, and multiple files message

cjs/feedChannel.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/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-0181caf5.js

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

0 commit comments

Comments
 (0)