Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aws-appsync

awslabs214.5kApache-2.04.1.10TypeScript support: included

AWS Mobile AppSync SDK for JavaScript

readme

aws-appsync

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.10 (2024-01-23)

Note: Version bump only for package aws-appsync

4.1.9 (2022-11-17)

Note: Version bump only for package aws-appsync

4.1.8 (2022-10-07)

Note: Version bump only for package aws-appsync

4.1.7 (2022-06-24)

Bug Fixes

4.1.6 (2022-05-02)

Note: Version bump only for package aws-appsync

4.1.5 (2022-03-04)

Note: Version bump only for package aws-appsync

4.1.4 (2021-10-18)

Note: Version bump only for package aws-appsync

4.1.3 (2021-09-24)

Note: Version bump only for package aws-appsync

4.1.2 (2021-09-24)

Bug Fixes

4.1.1 (2021-07-28)

Note: Version bump only for package aws-appsync

4.1.0 (2021-07-16)

Features

  • aws-appsync: Remove storeCacheRootMutation flag (#656) (2061589)

4.0.5 (2021-07-09)

Note: Version bump only for package aws-appsync

4.0.1 (2020-09-10)

Note: Version bump only for package aws-appsync

3.0.4 (2020-06-24)

Note: Version bump only for package aws-appsync

3.0.3 (2020-04-15)

Note: Version bump only for package aws-appsync

3.0.1 (2019-11-15)

Note: Version bump only for package aws-appsync

2.0.2 (2019-10-31)

Note: Version bump only for package aws-appsync

2.0.1 (2019-10-11)

Features

2.0.0 (2019-09-06)

Bug Fixes

  • Adding support in the offline helpers to update the cache for queries whose result does not contain a list (#455) (a7539fb)
  • Add support for React Native 0.60 (#457) (fa19c4a)
  • aws-appsync: Update aws-sdk to be the same as amplify (#458) (fe513d8)

1.8.1 (2019-06-17)

Bug Fixes

1.8.0 (2019-05-14)

Bug Fixes

  • deltaSync: Read last sync timestamps from store if not present in options (#401) (8d3602f)

Features

1.7.2 (2019-03-12)

Bug Fixes

  • auth: Remove temporary variables (starting with '@@') before signing (#347) (920b47d), closes #354
  • deltaSync: Make sure query manager is initialized (13a2dec), closes #893237

1.7.1 (2019-01-11)

Bug Fixes

  • deltasync: Fix error when baseQuery is not specified (#320) (8dbe01d)
  • offline-helpers: Offline helpers types and fix issue with different options (#329) (42ac50a)
  • offline-helpers: Preserve order of elements in update cache operation type (#325) (5b49946)
  • subscriptions: Do not retry mqtt disconnections (#319) (b933379)
  • subscriptions: Guard against errors: null response in subscription handshake (#337) (a2035d0)

1.7.0 (2018-12-12)

Features

1.6.0 (2018-12-07)

Bug Fixes

  • offline: Do not write mutations to cache if fetchPolicy = no-cache (#312) (e5f66a9)

Features

  • offline-cache: Add option to prevent storing the ROOT_MUTATION (#313) (20e387a)

1.5.2 (2018-12-04)

Bug Fixes

  • retry-link: RetryLink keeps retrying even if 401 is thrown (#311) (1d0b904), closes #308

1.5.1 (2018-11-21)

Bug Fixes

  • delta-sync: Helper. Preserve deltaRecords changes when applying update functions (#304) (7f39810)

1.5.0 (2018-11-20)

Bug Fixes

  • delta-sync: Change baseQuery fetch policy (#303) (cef6dce)
  • delta-sync: Rename refreshIntervalInSeconds to baseRefreshIntervalInSeconds (#301) (73870bd)
  • delta-sync: Wait for client hydration (#302) (8c519f8)
  • offline-helpers: Support input types for mutations (#292) (c4cfe8f)
  • subscriptions: Fix NPE when unsubscribing (#289) (dbdf603)

Features

  • delta-sync: Add DeltaSync support (#293) (3b1af06)
  • link: Retry logic for query, mutation and subscription (incl. mqtt disconnects) (#274) (7a3f5ce)

1.4.0 (2018-10-16)

Bug Fixes

  • complex-objects: Mutation error with arrays (#244) (ad9dc3c), closes #237
  • link: Remove check for terminating link (#235) (655efe8)
  • subscriptions: Do not disconnect active mqtt connections when establishing new ones. (#252) (3184d71)
  • fixing aws-sdk version to 2.329.0 (#266) (edf31dd)

Features

  • offline: Provide global callback for error handling (#268) (619997f)

1.3.4 (2018-08-20)

Bug Fixes

  • link: Create and use generic non terminating link (4d91751)
  • offline: Fix handling of objects when getting ids for local mapping (#231) (29c4ff4)
  • react-native: Discrepancy in JavaScriptCore iOS vs Android (#222) (7c3a86c)
  • typescript: Make all fields in ApolloClientOptions optional (#226) (332e912)
  • typescript: Make client.mutate use the same types as Apollo's (#224) (7fe7087)

1.3.3 (2018-08-06)

Bug Fixes

  • helpers: Implement isObject function: check for null and object type (#211) (61bd155)
  • typescript: Fix types for apiKey and jwtToken (#213) (eae3112)

1.3.2 (2018-07-20)

Bug Fixes

1.3.1 (2018-07-18)

Bug Fixes

1.3.0 (2018-07-17)

Features

1.2.1 (2018-07-10)

Bug Fixes

  • offline: Check if client is available before disabling broadcastQueries (#177) (92a7baa)

1.2.0 (2018-07-10)

Bug Fixes

  • offline: Enqueue mutation even if no optimisticResponse is provided (#173) (73e48b4), closes #170 #158
  • typescript: client.mutate - remove JSDoc in favor of TypeScript (#174) (39891f4)

Features

1.1.4 (2018-06-29)

Bug Fixes

1.1.3 (2018-06-28)

Bug Fixes

  • client: Always pass refetchQueries when offline is disabled. (#164) (baee768), closes #159
  • typescript: Options parameter in AppSyncClient constructor made optional (#156) (79aaaff)

1.1.1 (2018-06-21)

Bug Fixes

  • build: Copy vendor files to lib/ (5d4a240)

1.1.0 (2018-06-21)

Features

  • subscriptions: Detect if we should use ssl via the mqtt url (#151) (8cef83a)
  • Start incremental move to TypeScript (#155) (5897091)

1.0.23 (2018-06-06)

Note: Version bump only for package aws-appsync

1.0.22 (2018-05-26)

Note: Version bump only for package aws-appsync

1.0.21 (2018-05-24)

Note: Version bump only for package aws-appsync

Changelog

1.0.14

  • Fix apollo-client version to 2.2.6 PR#71

1.0.13

  • Update complex-object-link.js to handle 'null' values PR#67

1.0.12

  • Inconsistent store PR#43
  • Delete observer associated with a topic when cleanup function is called PR#60

1.0.11

  • Add setimmediate as a dependency PR#47

1.0.10

  • Update x-amz-user-agent header PR#40

1.0.9

  • Fix AWS_IAM credentials fetching PR#38
  • Preserve the observer associated with an existing topic PR#37

1.0.8

  • Handle missing optimisticResponse PR#34

1.0.7

  • Make offline support optional PR#33