-
Notifications
You must be signed in to change notification settings - Fork 212
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.63.0 Release #3421
Merged
Merged
4.63.0 Release #3421
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
* Fix the thread name printed by the `Logger` - The thread name was being read inside `loggerQueue.async{}`, which made it always print `io.getstream.logconfig`. Fixed to read it before entering the dispatch queue, and now it prints the correct thread name. * Update CHANGELOG.md --------- Co-authored-by: Nuno Vieira <nuno.fcvieira93@gmail.com>
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Download and share file attachments * Add methods for deleting local downloads and clear downloaded files on logout * Make AttachmentDownloadingState.localFileURL optional because it is valid only when downloading has been finished * Add tests * Add a separate property for storing the download state and a new enum for representing it * Allow downloading any kind of attachment * Add snapshot test for downloaded file * Add a feature toggle * Add documentation for file downloads * Show download button for failed download
…d `ConnectedUser.update` for clearing user data fields (#3404)
* Discard offline state changes when saving database changes fails * Add an error log when ChatClient misuse is detected
* Update out-dated documentation and add examples * Add event observing examples * Add links to async-await counterparts
Generated by 🚫 Danger |
SDK Size
|
SDK Performance
|
Quality Gate passedIssues Measures |
Build for regression testing №123457031 has been uploaded to TestFlight 🎁 |
testableapple
approved these changes
Sep 12, 2024
martinmitrevski
approved these changes
Sep 12, 2024
/merge release |
Publication of the release has been launched 👍 |
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
downloadAttachment(_:)
anddeleteLocalAttachmentDownload(for:)
toChat
andMessageController
deleteAllLocalAttachmentDownloads()
toConnectedUser
andCurrentUserController
unset
argument toCurrentChatUserController.updateUserData
andConnectedUser.update
for clearing user data fields #3404reason
andextraData
arguments toChatUserController.flag(reason:extraData:completion:)
andConnectedUser.flag(_:reason:extraData:)
#3417extraData
argument toChatMessageController.flag(reason:extraData:completion:)
andChat.flagMessage(_:reason:extraData:)
#3417🐞 Fixed
🔄 Changed
Filter.notEqual
andFilter.notIn
#3414StreamChatUI
✅ Added
Components.default.isDownloadFileAttachmentsEnabled
(default isfalse
)