Skip to content

Commit d4815d9

Browse files
authored
Update StreamCore to 0.7.0 (#4129)
1 parent 09946e5 commit d4815d9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## StreamChat
77
### 🔄 Changed
88
- Process `StreamChatModel.xcdatamodeld` as a package resource so the compiled Core Data model is bundled instead of copying the raw model source [#4128](https://github.com/GetStream/stream-chat-swift/pull/4128)
9+
- Update StreamCore to 0.7.0, which fixes `Sendable` errors when building with Xcode 27 [#4129](https://github.com/GetStream/stream-chat-swift/pull/4129)
910

1011
## StreamChatUI
1112
### 🐞 Fixed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
],
3434
dependencies: [
3535
.package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.0.0"),
36-
.package(url: "https://github.com/GetStream/stream-core-swift.git", from: "0.6.4")
36+
.package(url: "https://github.com/GetStream/stream-core-swift.git", from: "0.7.0")
3737
],
3838
targets: [
3939
.target(

StreamChat.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5422,7 +5422,7 @@
54225422
repositoryURL = "https://github.com/GetStream/stream-core-swift";
54235423
requirement = {
54245424
kind = upToNextMajorVersion;
5425-
minimumVersion = 0.6.4;
5425+
minimumVersion = 0.7.0;
54265426
};
54275427
};
54285428
A3BD4869281FD4500090D511 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {

0 commit comments

Comments
 (0)