Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit 0233f33

Browse files
committed
Release SDK version 3.4.3
1 parent a8cb881 commit 0233f33

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AWSAppSync.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAppSync'
3-
s.version = '3.4.2'
3+
s.version = '3.4.3'
44
s.author = 'AWS'
55
s.homepage = 'http://aws.amazon.com/mobile/sdk'
66
s.license = { :type => 'Amazon Software License', :file => 'LICENSE' }

AWSAppSyncClient/AWSAppSyncHTTPNetworkTransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public class AWSAppSyncHTTPNetworkTransport: AWSNetworkTransport {
191191
request.httpMethod = "POST"
192192
request.setValue(NSDate().aws_stringValue(AWSDateISO8601DateFormat2), forHTTPHeaderField: "X-Amz-Date")
193193
request.setValue("application/json", forHTTPHeaderField: "Content-Type")
194-
request.setValue("aws-sdk-ios/3.4.2 AppSyncClient", forHTTPHeaderField: "User-Agent")
194+
request.setValue("aws-sdk-ios/3.4.3 AppSyncClient", forHTTPHeaderField: "User-Agent")
195195
addDeviceId(request: &request)
196196
}
197197

AWSAppSyncClient/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.4.2</string>
18+
<string>3.4.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
3535
1. Add the following line to your Podfile:
3636

3737
```ruby
38-
pod 'AWSAppSync', '~> 3.4.2'
38+
pod 'AWSAppSync', '~> 3.4.3'
3939
```
4040

4141
Example:
@@ -49,7 +49,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
4949
use_frameworks!
5050
5151
# Pods for EventsApp
52-
pod 'AWSAppSync', '~> 3.4.2'
52+
pod 'AWSAppSync', '~> 3.4.3'
5353
end
5454
```
5555

0 commit comments

Comments
 (0)