File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
- [ feature] Enable snapshot listener option to retrieve data from local cache only. (#12370 )
3
+ - [ fixed] Update gRPC dependency to 1.62.* (#12098 , #12021 )
3
4
4
5
# 10.22.0
5
6
- [ fixed] Fix the flaky offline behaviour when using ` arrayRemove ` on ` Map ` object. (#12378 )
Original file line number Diff line number Diff line change @@ -1373,7 +1373,7 @@ func abseilDependency() -> Package.Dependency {
1373
1373
if ProcessInfo . processInfo. environment [ " FIREBASE_SOURCE_FIRESTORE " ] != nil {
1374
1374
packageInfo = (
1375
1375
" https://github.com/firebase/abseil-cpp-SwiftPM.git " ,
1376
- " 0.20220623.0 " ..< " 0.20220624 .0 "
1376
+ " 0.20240116.1 " ..< " 0.20240117 .0 "
1377
1377
)
1378
1378
} else {
1379
1379
packageInfo = (
@@ -1391,7 +1391,7 @@ func grpcDependency() -> Package.Dependency {
1391
1391
// If building Firestore from source, abseil will need to be built as source
1392
1392
// as the headers in the binary version of abseil are unusable.
1393
1393
if ProcessInfo . processInfo. environment [ " FIREBASE_SOURCE_FIRESTORE " ] != nil {
1394
- packageInfo = ( " https://github.com/grpc/grpc-ios.git " , " 1.49.1 " ..< " 1.50 .0 " )
1394
+ packageInfo = ( " https://github.com/grpc/grpc-ios.git " , " 1.62.3 " ..< " 1.63 .0 " )
1395
1395
} else {
1396
1396
packageInfo = ( " https://github.com/google/grpc-binary.git " , " 1.49.1 " ..< " 1.50.0 " )
1397
1397
}
You can’t perform that action at this time.
0 commit comments