You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and perform operations like `Queries`, `Mutations` and `Subscriptions`. The SDK
4
4
also includes support for offline operations.
5
5
6
+
## 3.6.5
7
+
8
+
### Bug Fixes
9
+
- fix AppSyncRealTimClient dependency version defined in podspec and podfile([PR #591](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/591))
10
+
11
+
### Misc.
12
+
- updating AWS SDK dependency to 2.36.0([PR #590](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/590))
13
+
14
+
6
15
## 3.6.4
7
16
8
17
### Bug Fixes
@@ -26,18 +35,18 @@ also includes support for offline operations.
26
35
### Misc.
27
36
- Update SDK dependency to 2.30.1 and AppSyncRealTimeClient dependency to 3.0.0 (https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/561)
28
37
29
-
## 3.6.1
38
+
## 3.6.1
30
39
31
40
### Misc.
32
41
- chore: skip build xcframework when build for cocoapods https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/524
33
42
- chore: Update the gemfile to pin to version https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/530
34
43
35
-
## 3.6.0
44
+
## 3.6.0
36
45
37
46
### Features
38
47
39
48
- feat: Upgrade AppSyncRTClient 1.8.0 and enable logs ([PR #519](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/519))
@@ -384,7 +393,7 @@ This release has invalid dependency declaration in the AWSAppSync.podspec. Pleas
384
393
* Improved internal handling of subscription cancellation and disconnect.
385
394
- With this update, the cancellation behavior for subscription is more robust in both cases - when developer issues `cancel` and when SDK notifies `connectionError` in the `statusChangeHandler` and `resultHandler`
386
395
- As a best practice, we recommend that if you do not want to receive any more callbacks on the `statusChangeHandler` and `resultHandler` for the subscription, issue a `cancel` which would immediately stop all communication to the watcher.
387
-
- Once `cancel` is issued, no notifications or error callbacks will be given to the watcher. If the watcher object is not reference from application code, it will internally issue a `cancel` and ensure that no callbacks are given.
396
+
- Once `cancel` is issued, no notifications or error callbacks will be given to the watcher. If the watcher object is not reference from application code, it will internally issue a `cancel` and ensure that no callbacks are given.
388
397
389
398
## 2.12.0
390
399
@@ -470,7 +479,7 @@ This release has invalid dependency declaration in the AWSAppSync.podspec. Pleas
470
479
```
471
480
Please note that `verbose` logging is quite verbose, and there is a significant difference between `verbose` and `debug`. We will be making
472
481
`debug` more useful as we go. (See [Issue #145](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/issues/145))
473
-
482
+
474
483
As always, we recommend turning off logging when deploying to production.
475
484
- Added some verbose logging around mutation queue handling and subscription connections; minor log additions elsewhere
0 commit comments