Skip to content

Commit 66397bb

Browse files
authored
Merge pull request #4 from sendbird/stable
v4.9.4
2 parents 0f6f30a + dc449fe commit 66397bb

36 files changed

+145
-20
lines changed

CHANGELOG.md

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

3+
## v4.9.4 (July 21, 2023)
4+
### **Improvements**
5+
- Added `EVENT_CHANNEL_BANNED` to `GroupchannelEventSource`
6+
- Changed `err` the argument of `FailedMessageHandler` to not nullable type
7+
- Changed return value type of `sb.connect()` to not nullable type
8+
- Fixed a bug where don't get channel Info in Cache in `GroupChannelCollection`
9+
- Fixed a bug where return empty result in `loadPrevious` in `MessageCollection`
10+
- Fixed a bug where HugeGap check in `MessageCollection`
11+
- Fixed a bug where `Poll.applyPollVoteEvent()` not updating `Poll.voterCount`
12+
- Fixed a bug where the group channel changelogs did not update the group channel metadata
13+
- Improved stability
314
## v4.9.3 (Jun 22, 2023)
415
### **Improvements**
516
- Fixed a bug where `sb.connect()` fails when `localCacheEnabled` set to false in browsers with disabled Cookies

cjs/groupChannel.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/index.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-1063df04.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-1212e2b6.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-244bc12f.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.

0 commit comments

Comments
 (0)