Skip to content

Releases: GetStream/stream-chat-android

v6.35.0

13 Mar 17:56

Choose a tag to compare

What's Changed

New Features 🎉

  • Expose ChannelsScreen.isBackPressEnabled config flag to disable the default back handler by @VelikovPetar in #6228

Bug Fixes 🐛

Internal 🧪

  • Ensure SyncManager respects messageLimit and memberLimit when restoring channel queries by @VelikovPetar in #6231

Full Changelog: v6.34.0...v6.35.0

v6.34.0

06 Mar 16:32

Choose a tag to compare

What's Changed

New Features 🎉

  • Introduce thread safe AsyncImageHeadersProvider for custom image headers by @VelikovPetar in #6203

Full Changelog: v6.33.0...v6.34.0

v6.33.0

27 Feb 16:00

Choose a tag to compare

What's Changed

New Features 🎉

  • AddheaderContent and footerContent slots to Messages composable by @tafelnl in #6166
  • Add messageSearchSort option to ChannelListViewModel and ChannelViewModelFactory by @VelikovPetar in #6187

Bug Fixes 🐛

Improvements ✨

New Contributors

Full Changelog: v6.32.4...v6.33.0

v6.32.4

24 Feb 12:58

Choose a tag to compare

What's Changed

Bug Fixes 🐛

Improvements ✨

Full Changelog: v6.32.3...v6.32.4

v6.32.3

17 Feb 10:13

Choose a tag to compare

What's Changed

Bug Fixes 🐛

Internal 🧪

Full Changelog: v6.32.2...v6.32.3

v6.32.2

11 Feb 14:46

Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Fix the wrong voice recording label in the channel list item by @andremion in #6134

Improvements ✨

  • Set QueryChannels message_limit and member_limit defaults to null (server-driven) by @VelikovPetar in #6135

Internal 🧪

  • Fix token generation failure test flakiness by @gpunto in #6136

Full Changelog: v6.32.1...v6.32.2

v6.32.1

05 Feb 11:53

Choose a tag to compare

What's Changed

Bug Fixes 🐛

Improvements ✨

  • Channel.lastMessageAt as a computed property derived from the currently loaded messages by @VelikovPetar in #6118

Internal 🧪

Full Changelog: 6.32.0...v6.32.1

6.32.0

28 Jan 12:47

Choose a tag to compare

stream-chat-android-client

🐞 Fixed

  • Fix markDelivered not working when switching users. #6093

✅ Added

  • Add ChatClient.clearCacheAndTemporaryFiles(context: Context) method for clearing cache and temporary files created by the SDK. #6090
  • Add team property to the MessageReadEvent. #6105

stream-chat-android-ui-components

🐞 Fixed

  • Fix audio recording content stuck in 'held' state. #6078

stream-chat-android-compose

🐞 Fixed

  • Fix file picker and media capture not working in cases when the attachments picker composable is disposed. #6104
  • Fix quoting edited messages showing outdated text. #6107

6.31.0

16 Jan 14:42

Choose a tag to compare

stream-chat-android-client

✅ Added

  • Introduce NotificationIdFactory for customizing the default notification IDs. #6072

stream-chat-android-state

🐞 Fixed

  • Fix message.updated and message.deleted events unhiding the channel. #6038

stream-chat-android-ui-common

✅ Added

  • Add poll results + poll option votes state/controllers to support pagination and error handling. #6043

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll results sheet cutting off the last option items. #6043
  • Fix poll dialogs layout on edge-to-edge devices by applying system bar insets. #6043

⬆️ Improved

  • Add stricter ExoPlayer cleanup logic to prevent keeping AudioMix partial wake locks. #6075

✅ Added

  • Add XML poll option votes dialog with pagination support. #6043

stream-chat-android-compose

🐞 Fixed

  • Fix audio recording race conditions. #6077
  • Fix poll results sheet cutting off the last option items. #6043

⬆️ Improved

  • Add stricter ExoPlayer cleanup logic to prevent keeping AudioMix partial wake locks. #6075
  • Increase default search debounce period to 300ms. #6076

✅ Added

  • Add Compose poll option votes dialog with pagination support. #6043

6.30.2

02 Jan 18:24

Choose a tag to compare

stream-chat-android-state

🐞 Fixed

  • Fix thread replies updating channel unread count. #6056
  • Fix messages from muted users increasing channel unread count. #6061
  • Fix showing channels loading state when querying offline and no matching channels are found in the DB. #6051
  • Fix Giphy message not appearing in channel after sending it. #6065

stream-chat-android-compose

⬆️ Improved

  • Address some Lint findings #6058