Skip to content

Commit ad92b67

Browse files
sravan-sSravan S
andauthored
[CHANGELOG]Release 2.5.2.alpha.0 (#70)
Features: * Implement experimentalMessageLimit for openChannel This feature limits the no.of messages that are stored in OpenChannel. This is intended for live streaming, where multiple thousands of messages are expected to flow Recommend a limit higher than 150 and less than 500 Usage: ``` <OpenChannel experimentalMessageLimit={number} /> ``` Fixes: * Fix time stamp position on message threading * Add quote message to onBeforeSendFileMessage params Co-authored-by: Sravan S <[email protected]>
1 parent 4e54eed commit ad92b67

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## [2.5.1-alpha] (Dec 24 2021)
4+
5+
Features:
6+
* Implement experimentalMessageLimit for openChannel
7+
This feature limits the no.of messages that are stored in
8+
OpenChannel. This is intended for live streaming, where multiple
9+
thousands of messages are expected to flow
10+
Recommend a limit higher than 150 and less than 500
11+
Usage:
12+
```
13+
<OpenChannel experimentalMessageLimit={number} />
14+
```
15+
16+
Fixes:
17+
18+
* Fix time stamp position on message threading
19+
* Add quote message to onBeforeSendFileMessage params
20+
321
## [2.5.1] (Dec 14 2021)
422
- Bugfix
523
* Add type definition for `replyType` into the props of <App /> and <Channel />

0 commit comments

Comments
 (0)