Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to latest AWS SDK version #514

Merged
merged 2 commits into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWSAppSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.swift_version = '5.5.2'

s.dependency 'AWSCore', '~> 2.26.0'
s.dependency 'AWSCore', '~> 2.27.0'
s.dependency 'SQLite.swift', '~> 0.12.2'
s.dependency 'ReachabilitySwift', '5.0.0'
s.dependency 'AppSyncRealTimeClient', '~> 1.4'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and perform operations like `Queries`, `Mutations` and `Subscriptions`. The SDK
also includes support for offline operations.

## Unreleased
## 3.4.3

- AppSync is now built with Xcode 13.2 in the CI/CD pipeline
- Upgrade to 2.27.0 SDK. [PR #514](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/514)

## 3.4.2
- AppSync is now built with Xcode 13.1 and Swift 5.5 in the CI/CD pipeline
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "aws/aws-sdk-ios" ~> 2.26.0
github "aws/aws-sdk-ios" ~> 2.27.0
github "stephencelis/SQLite.swift" ~> 0.12.2
github "ashleymills/Reachability.swift" "v5.0.0"
github "aws-amplify/aws-appsync-realtime-client-ios" ~> 1.4
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/aws-amplify/aws-sdk-ios-spm.git",
"state": {
"branch": null,
"revision": "26642a3932c92a8978e84f0467a2f1f0595b77f2",
"version": "2.26.0"
"revision": "6eec01dd884f2eea57ea13fdbf23fad1a6562cef",
"version": "2.27.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.package(
name: "AWSiOSSDKV2",
url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git",
.upToNextMinor(from: "2.26.0")
.upToNextMinor(from: "2.27.0")
),
.package(
name: "AppSyncRealTimeClient",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, "9.0"
use_frameworks!
inhibit_all_warnings!

AWS_SDK_VERSION = "2.26.0"
AWS_SDK_VERSION = "2.27.0"

target "AWSAppSync" do
pod "AWSCore", "~> #{AWS_SDK_VERSION}"
Expand Down
59 changes: 30 additions & 29 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
PODS:
- AppSyncRealTimeClient (1.5.0):
- AppSyncRealTimeClient (1.6.0):
- Starscream (~> 3.1.1)
- AWSAuthCore (2.26.0):
- AWSCore (= 2.26.0)
- AWSCognitoIdentityProvider (2.26.0):
- AWSCognitoIdentityProviderASF (= 2.26.0)
- AWSCore (= 2.26.0)
- AWSCognitoIdentityProviderASF (2.26.0)
- AWSCore (2.26.0)
- AWSMobileClient (2.26.0):
- AWSAuthCore (= 2.26.0)
- AWSCognitoIdentityProvider (= 2.26.0)
- AWSCognitoIdentityProviderASF (= 2.26.0)
- AWSCore (= 2.26.0)
- AWSS3 (2.26.0):
- AWSCore (= 2.26.0)
- AWSAuthCore (2.27.0):
- AWSCore (= 2.27.0)
- AWSCognitoIdentityProvider (2.27.0):
- AWSCognitoIdentityProviderASF (= 2.27.0)
- AWSCore (= 2.27.0)
- AWSCognitoIdentityProviderASF (2.27.0):
- AWSCore (= 2.27.0)
- AWSCore (2.27.0)
- AWSMobileClient (2.27.0):
- AWSAuthCore (= 2.27.0)
- AWSCognitoIdentityProvider (= 2.27.0)
- AWSCognitoIdentityProviderASF (= 2.27.0)
- AWSCore (= 2.27.0)
- AWSS3 (2.27.0):
- AWSCore (= 2.27.0)
- ReachabilitySwift (5.0.0)
- SQLite.swift (0.12.2):
- SQLite.swift/standard (= 0.12.2)
- SQLite.swift/standard (0.12.2)
- Starscream (3.1.1)
- SwiftLint (0.44.0)
- SwiftLint (0.46.1)

DEPENDENCIES:
- AppSyncRealTimeClient (~> 1.4)
- AWSCore (~> 2.26.0)
- AWSMobileClient (~> 2.26.0)
- AWSS3 (~> 2.26.0)
- AWSCore (~> 2.27.0)
- AWSMobileClient (~> 2.27.0)
- AWSS3 (~> 2.27.0)
- ReachabilitySwift (= 5.0.0)
- SQLite.swift (~> 0.12.2)
- SwiftLint
Expand All @@ -46,18 +47,18 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
AWSAuthCore: e33e7d1c2a7e6c08a026865f9396b0ef870faac3
AWSCognitoIdentityProvider: 4119e1492b23fc408a18c6dafe06888ef03c96e3
AWSCognitoIdentityProviderASF: a7f1e8cbafbac53ea1150ca50eac870d5c04dacf
AWSCore: b6d8dda67f24c6fc4c354334ec6d34238f37b735
AWSMobileClient: a9a498884df72531e3e73c9d7bb087f72364204d
AWSS3: add6253ef16fea349eac27143885d3a44d62dad9
AppSyncRealTimeClient: 8b5ec94085b8ee9bb6fb9d9d76a157beb538ec6f
AWSAuthCore: e030e0d0c6102b5bf4e117601572ac3112b44ffe
AWSCognitoIdentityProvider: b62f4c11ccc03e4dec804f84820b94235271e103
AWSCognitoIdentityProviderASF: 0f0b7dfc43977225be9ae809bcc1ac46df217551
AWSCore: d605449939e5b40704f11ff9f91f905f7d978589
AWSMobileClient: a408fa2b5e04807de0a4dcd173153edb7ed05958
AWSS3: 6e349583add82363b27aaa2d9d582188c9110a17
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584
SwiftLint: aaa29a9f649316095a9079595cb60906bd899353

PODFILE CHECKSUM: 51402155c984b01c9259c5c9aff2083760f75bce
PODFILE CHECKSUM: 4911fa940cb89fc13cb1c044da9caa9dc4595762

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading