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
⭐️ 773
🕓 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.
4.44.0
3 days ago
_November 30, 2023_ ## StreamChatUI ### 🐞 Fixed - Fix skip slow mode capability not handled [#2904](https://github.com/GetStream/stream-chat-swift/pull/2904) - Fix layout crash when sending an app to background and ChatMessageGalleryView is visible [#2907](https://github.com/GetStream/stream-chat-swift/pull/2907) - Fix channel history being marked as read for new members [#2905](https://github.com/GetStream/stream-chat-swift/pull/2905) ### 🔄 Changed - `ChannelController.markUnread`'s `completion`'s argument is now a `(Result<ChatChannel, Error>` instead of `Error?`
4.43.0
1 week ago
_November 17, 2023_ ## StreamChat ### ✅ Added - Add new `NewMessageErrorEvent` when observing `EventsController` [#2885](https://github.com/GetStream/stream-chat-swift/pull/2885) ## StreamChatUI ### ✅ Added - Add jump to unread messages interaction [#2894](https://github.com/GetStream/stream-chat-swift/pull/2894) - Add support for opening a channel in the unread messages page with `Components.shouldJumpToUnreadWhenOpeningChannel` [#2894](https://github.com/GetStream/stream-chat-swift/pull/2894) ## StreamChatUI ### 🐞 Fixed - Fix Message List UI not updated when message.updatedAt changes [#2884](https://github.com/GetStream/stream-chat-swift/pull/2884) - Fix jump to unread button showing "0" unread counts [#2894](https://github.com/GetStream/stream-chat-swift/pull/2894) - Fix not able to mark channel read when isJumpToUnread is disabled [#2902](https://github.com/GetStream/stream-chat-swift/pull/2902)
4.42.0
2 weeks ago
_November 14, 2023_ ## StreamChat ### 🐞 Fixed - Fix not able to mark channel read after clearing history [#2867](https://github.com/GetStream/stream-chat-swift/pull/2867) ## StreamChatUI ### ✅ Added - Add support for editing custom attachments [#2879](https://github.com/GetStream/stream-chat-swift/pull/2879) ### 🐞 Fixed - Fix composer not interactable after enabling send-message capability [#2866](https://github.com/GetStream/stream-chat-swift/pull/2866) - Fix pasting images from browser when isPastingImagesEnabled is false [#2874](https://github.com/GetStream/stream-chat-swift/pull/2874) - Fix not being able to paste images when multiple attachments are present [#2874](https://github.com/GetStream/stream-chat-swift/pull/2874) - Fix ComposerVC InputTextView caret's position issues [#2878](https://github.com/GetStream/stream-chat-swift/pull/2878) - Fix avatar alignment in quoted messages [#2876](https://github.com/GetStream/stream-chat-swift/pull/2876)
4.41.0
4 weeks ago
_November 03, 2023_ ## StreamChat ### ✅ Added - Add message moderation details to `ChatMessage` [#2846](https://github.com/GetStream/stream-chat-swift/pull/2846) - Add support for resending, editing and deleting bounced messages [#2846](https://github.com/GetStream/stream-chat-swift/pull/2846) ### 🐞 Fixed - Fix not being able to delete local-only messages [#2846](https://github.com/GetStream/stream-chat-swift/pull/2846) - Fix bounced message displayed as a system message instead of an error [#2846](https://github.com/GetStream/stream-chat-swift/pull/2846) - Fix not showing bounced actions when long pressing bounced message [#2846](https://github.com/GetStream/stream-chat-swift/pull/2846) - Fix empty channel list when querying both hidden or shown channels [#2865](https://github.com/GetStream/stream-chat-swift/pull/2865) ## StreamChatUI ### ✅ Added - Allow easier customisation of the `ChatChannelListItemView` [#2855](https://github.com/GetStream/stream-chat-swift/pull/2855) ### 🐞 Fixed - Always use `reloadChannels()` in the Channel List to improve stability [#2858](https://github.com/GetStream/stream-chat-swift/pull/2858) ## ⚠️ Important - From now on, our XCFrameworks will be built with Swift 5.7. In order to use them, you need Xcode 14 or above.
4.40.0
5 weeks ago
_October 25, 2023_ ## StreamChat ### ✅ Added - Add `language` parameter to `connectUser()` [#2847](https://github.com/GetStream/stream-chat-swift/pull/2847) - Expose `language` in users [#2847](https://github.com/GetStream/stream-chat-swift/pull/2847) - Expose `originalLanguage` in messages [#2847](https://github.com/GetStream/stream-chat-swift/pull/2847) ## StreamChatUI ### ✅ Added - Add message attachment preview in the channel list [#2838](https://github.com/GetStream/stream-chat-swift/pull/2838) - Add support for automatic translations [#2847](https://github.com/GetStream/stream-chat-swift/pull/2847) - Enabled by `Components.default.messageAutoTranslationEnabled` ### 🐞 Fixed - Do not mark a channel as read if the app is in background [#2832](https://github.com/GetStream/stream-chat-swift/pull/2832)
4.39.0
8 weeks ago
_October 05, 2023_ ## StreamChat ### ✅ Added - Add support for custom HTTP headers in `ChatClientConfig.urlSessionConfiguration` [#2818](https://github.com/GetStream/stream-chat-swift/pull/2818) ### 🐞 Fixed - Fix showing channel outside of the channel list [#2819](https://github.com/GetStream/stream-chat-swift/pull/2819) - Fix messages not updated when user name and image change [#2822](https://github.com/GetStream/stream-chat-swift/pull/2822) - Avoid deadlock in ConnectionRepository when timing out [#2827](https://github.com/GetStream/stream-chat-swift/pull/2827) ## StreamChatUI ### 🐞 Fixed - Fix showing empty view when creating a new channel [#2821](https://github.com/GetStream/stream-chat-swift/pull/2821) - Fix showing loading view for cached channels [#2821](https://github.com/GetStream/stream-chat-swift/pull/2821)
4.38.0
9 weeks ago
### ⚠️ We have identified an issue with this release, please use 4.39.0 ________________________ _September 29, 2023_ ## StreamChat ### ✅ Added - Message parameter in adding/removing members methods [#2799](https://github.com/GetStream/stream-chat-swift/pull/2799) ### 🐞 Fixed - Fix thread-safety issues when connection waiters time out [#2814](https://github.com/GetStream/stream-chat-swift/pull/2814) ## StreamChatUI ### ⚡ Performance - Add throttling to mark as read [#2808](https://github.com/GetStream/stream-chat-swift/pull/2808) - Improve efficiency when skipping messages [#2809](https://github.com/GetStream/stream-chat-swift/pull/2809) - Revert message updates whenever user info changes [#2810](https://github.com/GetStream/stream-chat-swift/pull/2810) - Improve efficiency when diffing `ChatMessage` [#2811](https://github.com/GetStream/stream-chat-swift/pull/2811) ### 🐞 Fixed - Fix skipping messages logic when not scrolled fully to the bottom [#2809](https://github.com/GetStream/stream-chat-swift/pull/2809) ### 🔄 Changed - When there are user updates the message list won't update the authors instantly [#2810](https://github.com/GetStream/stream-chat-swift/pull/2810) - This was recently introduced [here](https://github.com/GetStream/stream-chat-swift/pull/2738) but impacted too much the performance.
4.37.1
9 weeks ago
_September 25, 2023_ ## StreamChatUI ### ✅ Added - Unread messages separator can be enabled/disabled using `components.isUnreadMessagesSeparatorEnabled` (https://github.com/GetStream/stream-chat-swift/pull/2797) ### 🐞 Fixed - Fix the unread messages banner showing on system messages [#2793](https://github.com/GetStream/stream-chat-swift/pull/2793) - Fix compilation issues on NSEs when using Cocoapods [#2798](https://github.com/GetStream/stream-chat-swift/pull/2798) - Fix frozen input view when editing a large message [#2800](https://github.com/GetStream/stream-chat-swift/pull/2800) - Fix not scrolling to the caret position when typing a message and the caret is out of view [#2800](https://github.com/GetStream/stream-chat-swift/pull/2800) - Fix not scrolling to the caret position when tapping on the shrink button [#2800](https://github.com/GetStream/stream-chat-swift/pull/2800) - Fix composer input scrolling getting disabled on iOS 17 [#2802](https://github.com/GetStream/stream-chat-swift/pull/2802) - Fix unread messages separator disapearing when marking channel as read [#2797](https://github.com/GetStream/stream-chat-swift/pull/2797)
4.37.0
10 weeks ago
_September 18, 2023_ ## StreamChat ### ✅ Added - Allow injecting a custom URLSessionConfiguration in ChatClientConfig [#2756](https://github.com/GetStream/stream-chat-swift/pull/2756) - Methods for deleting file and image in `ChatChannelController` [#2776](https://github.com/GetStream/stream-chat-swift/pull/2776) ### 🐞 Fixed - Fix core data warnings when logging with different user [#2759](https://github.com/GetStream/stream-chat-swift/pull/2759) - Fix connecting user from background thread [#2762](https://github.com/GetStream/stream-chat-swift/pull/2762) - Make the Logger thread-safe to avoid crashes [#2775](https://github.com/GetStream/stream-chat-swift/pull/2775) - Improve `addDevice()` and `removeDevice()` with optimistic updates [#2778](https://github.com/GetStream/stream-chat-swift/pull/2778) - Fix critical issue causing a query channel call for every new message [#2781](https://github.com/GetStream/stream-chat-swift/tree/fix/calling-watch-channel-on-every-new-message) - Added threshold for queued messages before being sent [#2780](https://github.com/GetStream/stream-chat-swift/pull/2780) - Fix memory leak caused by `Timer.addTimeout()` [#2777](https://github.com/GetStream/stream-chat-swift/pull/2777) ## StreamChatUI ### ✅ Added - Add customization support for `ChannelListLoadingView` [#2772](https://github.com/GetStream/stream-chat-swift/pull/2772) - Add support for disabling animation when jumping to message [#2770](https://github.com/GetStream/stream-chat-swift/pull/2770) ### 🐞 Fixed - Fix tapping on the status bar scrolling to the bottom instead of the top [#2763](https://github.com/GetStream/stream-chat-swift/pull/2763) - Fix empty channel header view for new DM Channels [#2764](https://github.com/GetStream/stream-chat-swift/pull/2764) - Fix showing copy message action when text is empty [#2765](https://github.com/GetStream/stream-chat-swift/pull/2765) - Fix link preview title covering text when image is not loaded [#2773](https://github.com/GetStream/stream-chat-swift/pull/2773) - Fix UI Glitch in `ChannelListLoadingView` with dummy data [#2772](https://github.com/GetStream/stream-chat-swift/pull/2772) - Fix composer input jumping when shrink button is tapped [#2774](https://github.com/GetStream/stream-chat-swift/pull/2774) ### 🔄 Changed - Make record button in composer, visible depending on the channel's capabilities. [#2758](https://github.com/GetStream/stream-chat-swift/pull/2758) - Rename`Components.chatChannelListLoadingView` -> `Components.channelListLoadingView` [#2772](https://github.com/GetStream/stream-chat-swift/pull/2772)
4.36.0
13 weeks ago
_August 28, 2023_ ## StreamChat ### ✅ Added - Add XCPrivacy manifest [#2740](https://github.com/GetStream/stream-chat-swift/pull/2740) - Add digital signature to StreamChat XCFramework [#2740](https://github.com/GetStream/stream-chat-swift/pull/2740) ### 🐞 Fixed - Fix Message List not updating when user info changes [#2738](https://github.com/GetStream/stream-chat-swift/pull/2738) - Fix Channel List items online presence not updating when user info changes [#2742](https://github.com/GetStream/stream-chat-swift/pull/2742) - Fix Channel name not updating when member name changes [#2742](https://github.com/GetStream/stream-chat-swift/pull/2742) ## StreamChatUI ### ✅ Added - Add XCPrivacy manifest [#2740](https://github.com/GetStream/stream-chat-swift/pull/2740) - Add digital signature to StreamChatUI XCFramework [#2740](https://github.com/GetStream/stream-chat-swift/pull/2740) - Apply channel capabilities in UI components [#2747](https://github.com/GetStream/stream-chat-swift/pull/2747) ### 🐞 Fixed - Fix Channel Header View not updating when user info changes [#2742](https://github.com/GetStream/stream-chat-swift/pull/2742) - Fix Channel List rendering user name on subtitle text in 1:1 channel [#2737](https://github.com/GetStream/stream-chat-swift/pull/2737) - Fix gap between the composer and the keyboard when parent view’s frame origin is not zero [#2743](https://github.com/GetStream/stream-chat-swift/pull/2743) ### 🔄 Changed - Change timestamp formatting in Channel List according to the default design and other SDKs [#2736](https://github.com/GetStream/stream-chat-swift/pull/2736)
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.
⭐️ 265
🕓 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/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/stream-chat-swiftui 4.44.0
SwiftUI Chat SDK ➜ Stream Chat 💬
⭐️ 245
🕓 3 days 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.44.0
3 days ago
_December 01, 2023_ ### ✅ Added - Jump to a message that is not on the first page - Jump to a message in a thread - Bi-directional scrolling of the message list - Handling of bounced messages ### 🐞 Fixed - Some links not being rendered correctly
4.43.0
1 week ago
_November 20, 2023_ ### 🐞 Fixed - Fix skip slow mode capability not handled
4.42.0
2 weeks ago
_November 15, 2023_ ### ✅ Added - Add factory method for custom attachments in quoted messages ### 🐞 Fixed - Fix marked read while the app is in the background - Fix recently saved images to camera roll don't show up
4.41.0
4 weeks ago
_November 03, 2023_ ### ✅ Added - Config for bottom placement of reactions ### 🐞 Fixed - Video playing after being dismissed on iOS 17.1
4.40.0
5 weeks ago
_October 26, 2023_ ### ⚠️ Important - Dependencies are no longer exposed (this includes Nuke and SwiftyGif). If you were using those dependencies we were exposing, you would need to import them manually. This is due to our newest addition supporting Module Stable XCFramework, see more below in the "Added" section. If you encounter any SPM-related problems, be sure to reset the package caches. ### ✅ Added - Add message preview with attachments in channel list - Add support for pre-built XCFramework - Config for composer text input paddings - Config for left alignment of messages ### 🔄 Changed - Made some `ChannelList` and `MessageListView` parameters optional
4.39.0
8 weeks ago
_October 06, 2023_ ### 🐞 Fixed - Fixed visibility for deleted messages indicator for current user ### ✅ Added - Add throttling to mark as read
4.38.0
9 weeks ago
_September 29, 2023_ ### 🐞 Fixed - Performance improvements in the low-level client
4.37.1
9 weeks ago
_September 27, 2023_ ### ✅ Added - Config for changing supported media types in the composer ### 🐞 Fixed - Play audio in videos when in silent mode
4.37.0
10 weeks ago
_September 18, 2023_ ### 🔄 Changed - Updated `StreamChat` dependency
4.36.0
13 weeks ago
_August 31, 2023_ ### ✅ Added - Add XCPrivacy manifest [#352](https://github.com/GetStream/stream-chat-swift/pull/352) ### 🔄 Changed - Reactions popup disabled if channel is frozen ### 🐞 Fixed - Online indicator updates in the header view - Reactions overlay interface orientation updates
iOS macOS
GetStream/TinyGraphQL 1.0.0
🌸 Simple and lightweight GraphQL query builder for the Swift language - Made with 💘 by @GetStream
⭐️ 75
🕓 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.
First release (1.0.0)
2 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
3 years ago
🐞 Fixed - ISO8601DateFormatter.Options.withFractionalSeconds option for ISO8601DateFormatter causes an exception in iOS11 (fixed in iOS11.2) #24
3 years ago
### ✅ Added - `Client.disconnect()` will disconnect from Stream and reset the current `User`. - Public `Comment.text`
3 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
4 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
4 years ago
Fixed dependencies.
iOS
GetStream/swift-activity-feed push
Stream Swift iOS Activity Feed Components
⭐️ 29
🕓 10 weeks ago
iOS
GetStream/stream-chat-vapor-swift 0.1.0
Stream Chat Vapor integration libary
⭐️ 9
🕓 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
🕓 1 week ago
iOS macOS

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