Swiftpack.co - Swift Packages by GetStream

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by GetStream

GetStream/stream-chat-swift workflows_deprecated
💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API
⭐️ 801
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.52.0
1 week ago
_April 09, 2024_ ## StreamChat ### 🐞 Fixed - Fix pinning messages with attachments stuck in sending state [#3116](https://github.com/GetStream/stream-chat-swift/pull/3116) - Fix member list not updated after moderator is demoted [#3132](https://github.com/GetStream/stream-chat-swift/pull/3132) ## StreamChatUI ### 🐞 Fixed - Fix thread parent message not updating in the Thread View [#3129](https://github.com/GetStream/stream-chat-swift/pull/3129) - Fix a crash in channel list when reconfiguring cells [#3136](https://github.com/GetStream/stream-chat-swift/pull/3136)
4.51.0
3 weeks ago
_March 26, 2024_ ## StreamChat ### ✅ Added - Add mute expiration support when muting a channel [#3083](https://github.com/GetStream/stream-chat-swift/pull/3083) - Add `ChatClient.loadAppSettings` and `ChatClient.appSettings` [#3091](https://github.com/GetStream/stream-chat-swift/pull/3091) - Load the app settings when connecting the user [#3091](https://github.com/GetStream/stream-chat-swift/pull/3091) - Expose `notificationsMuted` in `ChatChannelMember` [#3111](https://github.com/GetStream/stream-chat-swift/pull/3111) ### 🐞 Fixed - Fix saving reaction counts for messages [#3109](https://github.com/GetStream/stream-chat-swift/pull/3109) ### 🔄 Changed - Deprecates `ChatClientConfig.maxAttachmentSize` in favour of defining the value from Stream's Dashboard [#3105](https://github.com/GetStream/stream-chat-swift/pull/3105) ## StreamChatUI ### ✅ Added - Validates file size limit per attachment type defined in Stream's Dashboard [#3105](https://github.com/GetStream/stream-chat-swift/pull/3105) - Make it easier to customize `ComposerVC.updateContent()` [#3112](https://github.com/GetStream/stream-chat-swift/pull/3112) - Add support markdown font styling customization [#3101](https://github.com/GetStream/stream-chat-swift/pull/3101) ### 🐞 Fixed - Fix support for markdown ordered list with all numbers [#3090](https://github.com/GetStream/stream-chat-swift/pull/3090) - Fix support for markdown italic and bold styles inside snake-styled text [#3094](https://github.com/GetStream/stream-chat-swift/pull/3094) - Fix Message View not updated when new translations are added or removed [#3103](https://github.com/GetStream/stream-chat-swift/pull/3103)
4.50.0
5 weeks ago
_March 11, 2024_ ## StreamChat ### ✅ Added - Add new `ChatMessage.textUpdatedAt` for when the message text is edited [#3059](https://github.com/GetStream/stream-chat-swift/pull/3059) - Expose `ClientError.errorPayload` to easily check for server error details [#3061](https://github.com/GetStream/stream-chat-swift/pull/3061) ### 🐞 Fixed - Fix token provider retrying after calling disconnect [#3052](https://github.com/GetStream/stream-chat-swift/pull/3052) - Fix connect user never completing when disconnecting after token provider fails [#3052](https://github.com/GetStream/stream-chat-swift/pull/3052) - Fix current user cache not deleted on logout causing unread count issues after switching users [#3055](https://github.com/GetStream/stream-chat-swift/pull/3055) - Fix rare crash in `startObserver()` on logout when converting DTO to model in `itemCreator` [#3053](https://github.com/GetStream/stream-chat-swift/pull/3053) - Fix invalid token triggering token refresh in an infinite loop [#3056](https://github.com/GetStream/stream-chat-swift/pull/3056) - Do not mark a message as failed when the server returns duplicated message error [#3061](https://github.com/GetStream/stream-chat-swift/pull/3061) ## StreamChatUI ### ✅ Added - Add new `Components.isMessageEditedLabelEnabled` [#3059](https://github.com/GetStream/stream-chat-swift/pull/3059) - Add "Edited" label when a message is edited [#3059](https://github.com/GetStream/stream-chat-swift/pull/3059) - Note: For now, only when the text changes it is marked as edited. - Add `message.edited` localization key [#3059](https://github.com/GetStream/stream-chat-swift/pull/3059)
4.49.0
7 weeks ago
_February 27, 2024_ ## StreamChat ### ✅ Added - Add parallel attachment uploading [#3034](https://github.com/GetStream/stream-chat-swift/pull/3034) ### 🐞 Fixed - Fix controllers having empty data when state changed to `.remoteDataFetched` with background mapping enabled [#3042](https://github.com/GetStream/stream-chat-swift/pull/3042) - Fix showing empty search results with background mapping enabled [#3042](https://github.com/GetStream/stream-chat-swift/pull/3042) ## StreamChatUI ### ✅ Added - Add support for user mentions in channels with 100+ members [#3043](https://github.com/GetStream/stream-chat-swift/pull/3043) ### 🐞 Fixed - Fix composer link preview overridden by previous enrichment [#3025](https://github.com/GetStream/stream-chat-swift/pull/3025) - Fix merged avatars changing sub-image locations when opening channel list [#3013](https://github.com/GetStream/stream-chat-swift/pull/3013) - Fix native swipe-back gesture overridden by swipe-to-reply [#3029](https://github.com/GetStream/stream-chat-swift/pull/3029) - Fix `CGBitmapContextInfoCreate` console log warning when creating merged channel avatars [#3018](https://github.com/GetStream/stream-chat-swift/pull/3018) - Slight performance improvement in the message list by caching `NSRegularExpression` in `MarkdownFormatter` [#3020](https://github.com/GetStream/stream-chat-swift/pull/3020) - Slight performance improvement in the message list by skipping channel list updates when it is not visible [#3021](https://github.com/GetStream/stream-chat-swift/pull/3021) - Fix rare race condition when dismissing the gallery causing the UI to be blocked [#3037](https://github.com/GetStream/stream-chat-swift/pull/3037)
4.48.1
9 weeks ago
_February 09, 2024_ ## StreamChat ### 🐞 Fixed - Fix `TextLink.url` in `TextLinkDetector` not having the HTTP URL [#3023](https://github.com/GetStream/stream-chat-swift/pull/3023) ## StreamChatUI ### 🐞 Fixed - Fix tapping message links without http scheme not opening Safari [#3023](https://github.com/GetStream/stream-chat-swift/pull/3023) - Fix links not being highlighted when message text contains markdown [#3023](https://github.com/GetStream/stream-chat-swift/pull/3023)
4.48.0
10 weeks ago
_February 09, 2024_ ### ⚠️ Regression found! Please use the 4.48.1 version. - Links in messages do not open the browser ## StreamChat ### ✅ Added - Add new `ChatChannelController.enrichUrl()` function to get metadata from URL [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Add new `TextLinkDetector` for parsing and detecting links given a string [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Automatically restart uploading suspended attachments when the app is reopened [#3008](https://github.com/GetStream/stream-chat-swift/pull/3008) ### 🐞 Fixed - Fix message link preview showing empty space when no metadata available [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Fix threading issues in `ConnectionRepository` [#2985](https://github.com/GetStream/stream-chat-swift/pull/2985), [#2987](https://github.com/GetStream/stream-chat-swift/pull/2987) - Fix threading issues in `AuthenticationRepository` [#2986](https://github.com/GetStream/stream-chat-swift/pull/2986) - Fix `NewMessagePendingEvent.message` with empty `cid` [#2997](https://github.com/GetStream/stream-chat-swift/pull/2997) - Fix attachments being sent with local URL paths [#3008](https://github.com/GetStream/stream-chat-swift/pull/3008) - Fix rare crash in `AttachmentDTO.id` when accessed outside of CoreData's context [#3008](https://github.com/GetStream/stream-chat-swift/pull/3008) ### 🔄 Changed - Do not check token expiration client-side, only server-side [#3014](https://github.com/GetStream/stream-chat-swift/pull/3014) ## StreamChatUI ### ✅ Added - Add `Components.default.isComposerLinkPreviewEnabled` flag to enable composer link previews [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Add support for showing link previews in the composer [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) ### 🐞 Fixed - Fix link flickering when opening a channel [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Fix link flickering when quoting a message with a link [#2984](https://github.com/GetStream/stream-chat-swift/pull/2984) - Fix channel item actions gesture overriding native swipe go-back gesture [#3000](https://github.com/GetStream/stream-chat-swift/pull/3000) - Fix flashing channel list avatars and improve channel list update performance [#2996](https://github.com/GetStream/stream-chat-swift/pull/2996)
4.47.1
12 weeks ago
_January 24, 2024_ ## StreamChat ### 🐞 Fixed - Fix not possible to resend messages with failed attachments [#2966](https://github.com/GetStream/stream-chat-swift/pull/2966) - Fix not mentioning users if they are not fetched in the local device [#2967](https://github.com/GetStream/stream-chat-swift/pull/2967) - Fix rare crash in `startObserver()` in login/logout flow [#2972](https://github.com/GetStream/stream-chat-swift/pull/2972) ### 🔄 Changed - Bump `maxAttachmentCountPerMessage` from `10` to `30` to align with the backend. [#2977](https://github.com/GetStream/stream-chat-swift/pull/2977) ## StreamChatUI ### 🐞 Fixed - Fix file attachments retry button not retrying upload [#2966](https://github.com/GetStream/stream-chat-swift/pull/2966) - Fix mentioned users without names not highlighted [#2967](https://github.com/GetStream/stream-chat-swift/pull/2967) - Fix duplicated mentioned users not highlighted [#2967](https://github.com/GetStream/stream-chat-swift/pull/2967)
4.47.0
14 weeks ago
_January 09, 2024_ ## StreamChat ### 🐞 Fixed - Fix Channel ID initializer crashing with an empty string [#2964](https://github.com/GetStream/stream-chat-swift/pull/2964) ### ✅ Added - Expose `UserListQuery.search(term:)` and `UserListQuery.user(withID:)` [#2959](https://github.com/GetStream/stream-chat-swift/pull/2959) ## StreamChatUI ### ✅ Added - Better support for custom mixed attachments rendering [#2947](https://github.com/GetStream/stream-chat-swift/pull/2947) - Add default rendering for unsupported attachments [#2948](https://github.com/GetStream/stream-chat-swift/pull/2948) ### 🐞 Fixed - Fix deleted messages showing custom attachments [#2947](https://github.com/GetStream/stream-chat-swift/pull/2947) - Fix blocked messages showing attachments [#2947](https://github.com/GetStream/stream-chat-swift/pull/2947) ### 🔄 Changed - Minor breaking change in the `ChatMessageListView.reuseIdentifier()` function. It has a new `message` parameter. [#2947](https://github.com/GetStream/stream-chat-swift/pull/2947) - Minor breaking change in the `ChatMessageListView.dequeueReusableCell()` function. It has a new `message` parameter. [#2947](https://github.com/GetStream/stream-chat-swift/pull/2947)
4.46.0
17 weeks ago
_December 21, 2023_ ## StreamChat ### 🐞 Fixed - Fix duplicated Runpath Search Paths [#2937](https://github.com/GetStream/stream-chat-swift/pull/2937) - Fix `_dispatch_lane_resume` crash in `RepeatingTimer` [#2938](https://github.com/GetStream/stream-chat-swift/pull/2938) - Fix editing of async voice messages [#2943](https://github.com/GetStream/stream-chat-swift/pull/2943) ## StreamChatUI ### 🐞 Fixed - Fix duplicated Runpath Search Paths [#2937](https://github.com/GetStream/stream-chat-swift/pull/2937) - Fix file attachments not rendering file size [#2941](https://github.com/GetStream/stream-chat-swift/pull/2941) - Fix quoted chat message view with wrong text [#2946](https://github.com/GetStream/ios-issues-tracking/issues/683) - Fix jumping to bottom when loading new messages [#2945](https://github.com/GetStream/stream-chat-swift/pull/2945) - Fix messages failing to be deleted when pending updates to the server [#2949](https://github.com/GetStream/stream-chat-swift/pull/2949)
4.45.0
18 weeks ago
_December 11, 2023_ ## StreamChat ### ✅ Added - Add an option to configure the AudioSession when using VoiceRecordings [#2919](https://github.com/GetStream/stream-chat-swift/pull/2919) ### 🐞 Fixed - Fix `UserInfo.isInvisible` not nullable [#2920](https://github.com/GetStream/stream-chat-swift/pull/2920) - Fix CocoaPods minimum iOS target not in sync with the Xcode project [#2924](https://github.com/GetStream/stream-chat-swift/pull/2924) - Improve `InternetConnection.Monitor` stability [#2923](https://github.com/GetStream/stream-chat-swift/pull/2923) ### 🔄 Changed - The `UserInfo.isInvisible` is now nullable and `nil` by default [#2920](https://github.com/GetStream/stream-chat-swift/pull/2920) ## StreamChatUI ### 🐞 Fixed - Fix date separator decoration view showing in the last message of the current page [#2899](https://github.com/GetStream/stream-chat-swift/pull/2899) - Fix `JumpToUnreadMessagesButton` not localizable [#2917](https://github.com/GetStream/stream-chat-swift/pull/2917) - Fix CocoaPods minimum iOS target not in sync with the Xcode project [#2924](https://github.com/GetStream/stream-chat-swift/pull/2924) - Fix quoting message without bubble view when text is only emojis [#2925](https://github.com/GetStream/stream-chat-swift/pull/2925) - Fix user mention not tappable when contains "@" character [#2928](https://github.com/GetStream/stream-chat-swift/pull/2928) - Fix user mention not tappable if user does not have a name [#2928](https://github.com/GetStream/stream-chat-swift/pull/2928) - Fix edit action possible in giphy messages [#2926](https://github.com/GetStream/stream-chat-swift/pull/2926) - Fix not adding a space in the message input when mentioning a user [#2927](https://github.com/GetStream/stream-chat-swift/pull/2927) ## ⚠️ Important - iOS 11 support has been dropped since Xcode 15 does not allow publishing apps with iOS 11.
iOS macOS
GetStream/effects-library 1.0.0
The Effects Library allows developers to create sophisticated and realistic particle systems such as snow, fire, rain, confetti, fireworks, and smoke with no or minimal effort.
⭐️ 301
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.0 Release
1 year ago
This is the first release of the EffectsLibrary. It's an open-source SwiftUI library to add sophisticated, yet simple-to-integrate particle systems inside of your apps. All necessary information can be found in the README. There's a lot of documentation that you can look through and play around with. Everything is documented with DocC-style documentation and we even made a few tutorials available on how you can use the library together with a sample app. Effects included are the following: * Fireworks * Confetti * Rain * Snow * Fire * Smoke
iOS
GetStream/stream-chat-swiftui 4.52.0
SwiftUI Chat SDK ➜ Stream Chat 💬
⭐️ 280
🕓 1 week ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.52.0
1 week ago
_April 09, 2024_ ### ✅ Added - Added markdown support (enabled by default) - `LinkAttachmentView` and `LinkDetectionTextView` available for public use
4.51.0
3 weeks ago
_March 26, 2024_ ### ✅ Added - Role value in the user display info ### 🐞 Fixed - Reactions picker for large messages sometimes goes in the safe area - Loading of pinned messages in the channel info screen
4.50.1
5 weeks ago
_March 14, 2024_ ### 🐞 Fixed - Message text color when using link detection
4.50.0
5 weeks ago
_March 12, 2024_ ### ✅ Added - Link detection in the text views - Indicator when a message was edited
4.49.0
7 weeks ago
_February 28, 2024_ ### ✅ Added - Config the audioRecorder that is used when sending async voice messages ### 🔄 Changed - Author name display now depends on number of participants, not channel type ### 🐞 Fixed - Voice recording messages now use the standard message modifier ### 🔄 Changed
4.48.0
10 weeks ago
_February 09, 2024_ ### ✅ Added - Factory method for customizing the search results view ### 🔄 Changed - Updated StreamChat dependency
4.47.1
11 weeks ago
_January 29, 2024_ ### 🐞 Fixed - Cleanup of audio session only when voice recording is enabled
4.47.0
14 weeks ago
_January 09, 2024_ ### ✅ Added - Config for highlighted composer border color - Config for enforcing unique reactions ### 🐞 Fixed - Improved loading of gallery images
4.46.0
17 weeks ago
_December 21, 2023_ ### ✅ Added - Recording of async voice messages - Rendering and playing async voice messages ### 🔄 Changed
4.45.0
18 weeks ago
_December 13, 2023_ ### ✅ Added - Mark message as unread - Jump to first unread message - Factory method to swap jump to unread button
iOS macOS
GetStream/Streamoji 0.1.8
:godmode: Custom emoji rendering library for iOS apps with support for GIF & still images - plug-in extension for UITextView - performance, cache ✅ - Made with 💘 by @GetStream
⭐️ 251
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.8
3 years ago
Support unicode characters inside :shortcodes:. Eg: :⌘:
iOS
GetStream/TinyGraphQL 1.0.0
🌸 Simple and lightweight GraphQL query builder for the Swift language - Made with 💘 by @GetStream
⭐️ 75
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
First release (1.0.0)
3 years ago
Initial release with basic functionality
GetStream/stream-swift 2.2.5
Swift client for Stream API
⭐️ 35
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.2.2
4 years ago
🐞 Fixed - ISO8601DateFormatter.Options.withFractionalSeconds option for ISO8601DateFormatter causes an exception in iOS11 (fixed in iOS11.2) #24
4 years ago
### ✅ Added - `Client.disconnect()` will disconnect from Stream and reset the current `User`. - Public `Comment.text`
4 years ago
### 💥 Breaking Changes The `Client` will always work as a shared instance and you can setup it without a user token: ```swift Client.config = .init(apiKey: "<#ApiKey#>", appId: "<#AppId#>") ``` The user setup is more clear. You can easily manage user login/logout: ```swift Client.shared.setupUser(token: token) { _ in // Do all your requests from here. Reload feeds and etc. } ``` No need to send to create a Stream user request for new users. You can use custom User type with an additional user parameter. For example: ```swift let myUser = MyUser(id: "123", name: "John Doe", avatarURL: avatarURL) Client.shared.setupUser(myUser, token: token) { _ in print(MyUser.current) } ``` ### ✅ Added - Custom JSON Encoder/Decoder. You can change `JSONDecoder.default` and `JSONEncoder.default`. ### 🔄 Changed - `ClientError.parameterInvalid(AnyKeyPath)` > `ClientError.parameterInvalid(String)` ### 🐞 Fixed - Xcode 10 support - Cached `ISO8601DateFormatter`.
4 years ago
### Added - `MissingReference` a wrapper for activities, users, reactions and collection objects with missing references. - `Missable` protocol to implement a placeholder for missed objects.
4 years ago
Added more logs.
4 years ago
Support for Swift 5
4 years ago
- Fixed adding an enriched activity to a feed. - Made `ClientError` properties are public. - Added `originFeedId` to the `Activity`.
4 years ago
- Fixed the Activity endpoint with getting enriched activities by ids
5 years ago
- The `Activity` actor now is a `User` by default. - Added `createCurrentUser` method to simplify the client setup. See docs: https://github.com/GetStream/stream-swift/wiki/Quick-start
5 years ago
Fixed dependencies.
iOS
GetStream/swift-activity-feed push
Stream Swift iOS Activity Feed Components
⭐️ 29
🕓 30 weeks ago
iOS
GetStream/stream-chat-vapor-swift 0.1.0
Stream Chat Vapor integration libary
⭐️ 10
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.0
1 year ago
Initial release
macOS linux macOS iOS
GetStream/stream-chat-swift-test-helpers 0.4.1
Test Helpers used by Stream iOS SDKs for testing purposes. Written in Swift.
⭐️ 0
🕓 21 weeks ago
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics