| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.29.0 source code.tar.gz | 2025-11-28 | 29.1 MB | |
| 6.29.0 source code.zip | 2025-11-28 | 32.9 MB | |
| README.md | 2025-11-28 | 1.8 kB | |
| Totals: 3 Items | 62.1 MB | 0 | |
stream-chat-android-client
🐞 Fixed
- Prevent marking thread replies as delivered. #6011
- Fix channel ordering glitch (exclude thread replies from the last channel message calculation). #6012
⬆️ Improved
- Prevent potential duplicate calls to the
CreateDevicewhen connecting a user or after a push token refresh. #6023
✅ Added
- Add
filter_tagstoChannel. #6006 - Add option to hide history before given date when adding members to a channel. #6020
stream-chat-android-state
🐞 Fixed
- Prevent duplicate
GetOrCreateChannelcalls when paginating messages. #6016
✅ Added
- Add
StatePluginConfig.isAutomaticSyncOnReconnectEnabledfor configuring the automatic sync process on connect/reconnect. #6017
⚠️ Changed
- Deprecate
StatePluginConfig.backgroundSyncEnabled. #6017
stream-chat-android-ui-common
🐞 Fixed
- Fix
Thread Replyoption visible for messages belonging to a thread. #6021
stream-chat-android-ui-components
🐞 Fixed
- Fix ExoPlayer crash when playing a video, happening when the integration app is using the legacy
com.google.android.exoplayerlibrary. #6013