Skip to content

Commit 055e3da

Browse files
committed
release: 3.6.4
1 parent 1474278 commit 055e3da

File tree

3 files changed

+6791
-6781
lines changed

3 files changed

+6791
-6781
lines changed

CHANGELOG.md

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

3+
## [v3.6.4] (July 19 2023)
4+
### Feat:
5+
* Created a separate package.json for CommonJS (cjs) module during build time. This package.json is located under dist/cjs directory. (#687)
6+
* Added a new prop `isUserIdUsedForNickname` to the public interface. This prop allows using the userId as the nickname. (#683)
7+
8+
### Fixes:
9+
* Fixed an issue where the server returns 32 messages even when requesting 31 messages in the Channel. Now, hasMorePrev will not be set to false when the result size is larger than the query. (#688)
10+
* Verified the fetched message list size with the requested size of the MessageListParams. Added a test case for verifying the fetched message list size. (#686)
11+
* Addressed the incorrect cjs path in package.json. The common js module path in the pacakge.json has been fixed. (#685)
12+
313

414
## [v3.6.3] (July 6 2023)
515
### Feat:

0 commit comments

Comments
 (0)