-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.43.0 Release #2898
4.43.0 Release #2898
Conversation
* Fix updatedAt changes not triggering UI updates * Make sure that updatedAt is changed locally * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Martin Mitrevski <[email protected]>
* Add new `NewMessageErrorEvent` to observe when a message fails to be sent * Update CHANGELOG.md * Make sure NewMessageErrorEvent is immutable * PR Feedback * Update CHANGELOG.md
* Unify Database clearing logic under DatabaseObserverRemovalListener * Minor fixes * Do not performAndWait on LazyCachedMapCollection when in BG Mapping * Fix implementation for DatabaseObserverRemovalListener when in foreground * Move NSManagedObjectContext's reset when removing data to DatabaseContainer * Only reset contexts when Background Mapping is enabled * Fix existing tests --------- Co-authored-by: Alexey Alter-Pesotskiy <[email protected]>
* Move all remaining usage of ListDatabaseObserver to the wrapper * Fix existing tests * Address PR comments
* Add Jump to Unread Button Interaction * Fix showing 0 unread count in jump to unread button * Add test coverage * Add `Components.shouldJumpToUnreadWhenOpeningChannel` * Update CHANGELOG.md * Only throttle mark unread when scrolling or messages are updated * Fix Jump to Unread Button not hiding instantly when tapping discard * Fix Xcode 14 Build * Update CHANGELOG.md * Update CHANGELOG.md * Flaky test --------- Co-authored-by: Alexey Alter-Pesotskiy <[email protected]>
1 build increased size
ChatSample 1.0 (1)
|
Item | Install Size Change |
---|---|
📝 StreamChat.DatabaseObserverRemovalListener.listenForRemoveAllData... | ⬆️ 43.6 kB |
DYLD.String Table | ⬆️ 13.9 kB |
StreamChat.ListDatabaseObserver.listenForRemoveAllDataNotificatio... | ⬇️ -12.6 kB |
StreamChat.EntityDatabaseObserver.listenForRemoveAllDataNotificat... | ⬇️ -8.1 kB |
StreamChat.BackgroundDatabaseObserver.listenForRemoveAllDataNotif... | ⬇️ -7.8 kB |
🛸 Powered by Emerge Tools
Build for regression testing №123456958 has been uploaded to TestFlight 🎁 |
* Fix flaky test * Fix not jumping to reply inside thread when opening channel * Add test coverage to avoid regressions
Build for regression testing №123456959 has been uploaded to TestFlight 🎁 |
* Fix not being able to mark channel read when `isJumpToUnread` is disabled * Update CHANGELOG.md
Build for regression testing №123456960 has been uploaded to TestFlight 🎁 |
StreamChat
✅ Added
NewMessageErrorEvent
when observingEventsController
#2885StreamChatUI
✅ Added
Components.shouldJumpToUnreadWhenOpeningChannel
#2894StreamChatUI
🐞 Fixed