-
Notifications
You must be signed in to change notification settings - Fork 209
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.61.0 Release #3344
Merged
Merged
4.61.0 Release #3344
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ge channels and state delegates (delegate order has changed) (#3320)
* Expose MissingConnectionId + InvalidURL + InvalidJSON Errors * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
…ushOnStartIsTrue sometimes failed because deinit was cleaning up file on disk while another instance was reading it (#3336)
…sed unnecessary copies of structs (#3335)
Generated by 🚫 Danger |
SDK Size
|
Build for regression testing №123457023 has been uploaded to TestFlight 🎁 |
SDK Performance
|
SDK Size
|
Build for regression testing №123457024 has been uploaded to TestFlight 🎁 |
Build for regression testing №123457025 has been uploaded to TestFlight 🎁 |
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
StreamChat
⚡ Performance
ChatChannel
database model conversions more than 7 times #3325ChatChannel
andChatMessage
equality checks #3335✅ Added
MissingConnectionId
+InvalidURL
+InvalidJSON
Errors #3332.hasUnread
filter key toChannelListQuery
#3340🐞 Fixed