-
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.50.0 Release #3073
Merged
Merged
4.50.0 Release #3073
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
* Change the ChatClient to singleton in the DemoApp This is usually how customers integrate our SDK. Besides this, it is also useful to investigate connection and retry issues. * Add a way to fake token refresh failure in the Demo App * Fix token refresh still retrying after disconnect or logout * Reset the number of refreshes when logging in the user again * Fix connecting user never finishes after disconnecting when refresh token fails * Update CHANGELOG.md * Fix test test_clearTokenProvider_thenIsGettingTokenFalse * Allow disconnecting user only in the Demo App
β¦ues after switching users (#3055) * Fix current user cache not delete on logout causing unread count issues after switching users * Update CHANGELOG.md
* Fix invalid token calling token refresh in an infinite loop * Update CHANGELOG.md * Update CHANGELOG.md
* Stop throwing InvalidModel when dto is invalid * Update CHANGELOG.md
* Expose `textUpdatedAt` in `ChatMessage` * When message is edited, optimistically update the `textUpdatedAt` property * Add UI to show "Edited At" label when message text is edited * Add LLC Tests * Add UI Test coverage * Update CHANGELOG.md * Update CHANGELOG.md * Update Components.swift * Fix "Edited At" label typo * Revert optimistic updates for textUpdatedAt * Fix edited label showing for deleted messages
β¦error (#3061) * Expose `errorPayload` from server in `ClientError` * Do not mark a message as failed when server returns duplicated message error * Update CHANGELOG.md * Make sure that the error is only when a duplicated message is sent * Update CHANGELOG.md
Generated by π« Danger |
Build for regression testing β123456991 has been uploaded to TestFlight π |
Quality Gate passedIssues Measures |
StreamChat XCMetrics
|
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
β Added
ChatMessage.textUpdatedAt
for when the message text is edited #3059ClientError.errorPayload
to easily check for server error details #3061π Fixed
startObserver()
on logout when converting DTO to model initemCreator
#3053StreamChatUI
β Added
Components.isMessageEditedLabelEnabled
#3059message.edited
localization key #3059