-
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.67.0 Release #3506
Merged
Merged
4.67.0 Release #3506
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 connection not resuming after the app is foregrounded * Make the token refresh details more clear in the Demo App * Update CHANGELOG.md * Rename forgotten variable
* Add premium icon to DemoApp's User Cell * Add `ChatChannelMemberController.partialUpdate()` to partially update a channel member including extra data * Change `ChatChannelController.addMembers()` to support additional member info * Add channel member premium feature to the Demo App * Add memberExtraData to ChatMember * Add a way to query members with extra data * Fix test compilation * Add test coverage * Update CHANGELOG.md * Update gitignore to include VSCode / Cursor * Add `CurrentUserController.updateMemberData()` * Make unsetProperties optional * Only show Premium member feature in the Demo App if enabled * Make the DemoApp-StreamDevelopers scheme accessible * Make MemberInfo.extraData optional * Do not deprecate the previous method * Update CHANGELOG.md * Updating current user member extra data does not require capability * Update CHANGELOG.md * Fix AddMemberInput typo * Do not show premium badge on the demo app if feature is disabled * Add unset premium member action in Demo App --------- Co-authored-by: Alexey Alter-Pesotskiy <[email protected]>
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add support for changing app keys in the demo app * Convert moderation v1 actions to v2 actions * Add additional moderation details * Add test coverage * Update CHANGELOG.md * Fix E2E App compilation * Change blocklistMatched and semanticFilterMatched to strings * Add list of possible moderation harms * Make MessageModerationAction RawRepresentable * Update CHANGELOG.md * Revert "Add list of possible moderation harms" This reverts commit 20a017e. * Make additional properties in moderation details internal for now * Update Sources/StreamChat/Models/MessageModerationDetails.swift Co-authored-by: Toomas Vahter <[email protected]> --------- Co-authored-by: Alexey Alter-Pesotskiy <[email protected]> Co-authored-by: Toomas Vahter <[email protected]>
…ingEnabled is set (#3495)
…allDelegateWithEmptyChanges because of race between initial replies loading in the observer and delegate call count check (#3504)
SDK Size
|
Build for regression testing №123457040 has been uploaded to TestFlight 🎁 |
SDK Performance
|
SDK Size
|
Build for regression testing №123457041 has been uploaded to TestFlight 🎁 |
Quality Gate passedIssues Measures |
testableapple
approved these changes
Nov 25, 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
ChatChannelMemberController.partialUpdate(extraData:unsetProperties:)
#3487ChatChannelController.addMembers(_ members: [MemberInfo])
#3487CurrentUserController.updateMemberData()
#3487ChatChannelMember.memberExtraData
property #3487🐞 Fixed
⚡ Performance
CurrentChatUserController
for reading user privacy settings which is more expensive than just reading the data from the local database #3502