PubNub Swift Chat SDK 0.20.0 release#20
Merged
jguz-pubnub merged 33 commits intomasterfrom Mar 25, 2025
Merged
Conversation
06defcd to
2c8d26b
Compare
marcin-cebo
approved these changes
Jan 30, 2025
marcin-cebo
approved these changes
Feb 5, 2025
* Minor DocC fixes * Review discardableResult attribute * ThreadChannel now requires a pinned message of ThreadMessage type
marcin-cebo
approved these changes
Mar 18, 2025
c0aceab to
f2c5177
Compare
f2c5177 to
13e8bce
Compare
Contributor
Author
|
@pubnub-release-bot release as 0.20.0 |
05d155c to
51cc793
Compare
|
🚀 Release successfully completed 🚀 |
This file contains hidden or 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
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.
feat(async-await): add async/await counterparts to existing closure-based methods
feat(async-await): add
AsyncStreamcounterparts for methods returningAutoCloseablefeat(tests): add a new Test Plan testing async/await methods and streams
feat(message): add the new way to create a thread message
fix(chat): provide a default
ChatConfiguration()value in theChatImplconstructorfix(chat): provide a default value for the
limitparameter in the Chat'sgetUsers(filter:sort:limit:page:completion:)fix(membership): fix
PubNub.MembershipSortFieldextension to handle all user sort options properly