Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Squashed commit of main onto next including:
commit 2b54c1a Author: aws-amplify-bot <aws@amazon.com> Date: Thu Aug 18 23:50:36 2022 +0000 chore(release): update version.ts [ci skip] commit 2e016a6 Author: aws-amplify-bot <aws@amazon.com> Date: Thu Aug 18 23:47:58 2022 +0000 chore(release): Publish [ci skip] - @aws-amplify/ui-angular@1.0.59 - @aws-amplify/ui-components@1.9.30 - @aws-amplify/ui-react@1.2.50 - @aws-amplify/ui-storybook@2.0.50 - @aws-amplify/ui-vue@1.1.44 - @aws-amplify/analytics@5.2.17 - @aws-amplify/api-graphql@2.3.14 - @aws-amplify/api-rest@2.0.50 - @aws-amplify/api@4.0.50 - @aws-amplify/auth@4.6.3 - aws-amplify-angular@6.0.50 - aws-amplify-react@5.1.33 - aws-amplify@4.3.32 - @aws-amplify/cache@4.0.52 - @aws-amplify/core@4.7.1 - @aws-amplify/datastore-storage-adapter@1.3.10 - @aws-amplify/datastore@3.12.7 - @aws-amplify/geo@1.3.13 - @aws-amplify/interactions@4.0.50 - @aws-amplify/predictions@4.0.50 - @aws-amplify/pubsub@4.5.0 - @aws-amplify/pushnotification@4.3.29 - @aws-amplify/storage@4.5.3 - @aws-amplify/xr@3.0.50 commit 543014d Author: Katie Goines <katiegoi@amazon.com> Date: Thu Aug 18 16:08:51 2022 -0700 chore: preparing release commit d6cb7f9 Author: Aaron S <94858815+stocaaro@users.noreply.github.com> Date: Thu Aug 18 16:39:46 2022 -0500 fix(pubsub): Connection Ack verification bug (aws-amplify#10200) * fex(pubsub): Add distinct RN Reachibility implementation * fix(PubSub): Monitor tests * fix(pubsub): Connection Ack verification bug * Fix the test * fix: Add tests to cover the fixed bug * Update packages/pubsub/src/Providers/AWSAppSyncRealTimeProvider/index.ts Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com> * Update packages/pubsub/__tests__/AWSAppSyncRealTimeProvider.test.ts Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com> * Test fix * Fix test Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com> commit f28918b Author: Aaron S <94858815+stocaaro@users.noreply.github.com> Date: Wed Aug 17 15:55:05 2022 -0500 feat: PubSub Connection state tracking for MQTT and IoT providers (aws-amplify#10136) * feat: PubSub Connection state tracking for MQTT and IoT providers * fix: Add disconnect message on connection lost commit d4c3955 Author: Ashwin Kumar <ashwinkumar2468@gmail.com> Date: Wed Aug 17 10:25:13 2022 -0700 fix(interactions): fix configure default provider (aws-amplify#10215) * fix(interactions): fix configure default provider * chore: pin @types/lodash version in aws-amplify-angular Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com> commit f54b645 Author: Aaron S <94858815+stocaaro@users.noreply.github.com> Date: Wed Aug 17 11:05:26 2022 -0500 fix: An update to @types/lodash breaks the build - specify last working version to unblock (aws-amplify#10221) commit 51a4598 Author: Ashwin Kumar <ashwinkumar2468@gmail.com> Date: Tue Aug 16 11:33:45 2022 -0700 fix:(@aws-amplify/interactions): refactor-lex-v1 (aws-amplify#10155) commit 0ce6b95 Author: aws-amplify-bot <aws@amazon.com> Date: Tue Aug 16 00:14:15 2022 +0000 chore(release): update version.ts [ci skip] commit d885ec2 Author: aws-amplify-bot <aws@amazon.com> Date: Tue Aug 16 00:11:38 2022 +0000 chore(release): Publish [ci skip] - @aws-amplify/ui-angular@1.0.58 - @aws-amplify/ui-components@1.9.29 - @aws-amplify/ui-react@1.2.49 - @aws-amplify/ui-storybook@2.0.49 - @aws-amplify/ui-vue@1.1.43 - @aws-amplify/analytics@5.2.16 - @aws-amplify/api-graphql@2.3.13 - @aws-amplify/api-rest@2.0.49 - @aws-amplify/api@4.0.49 - @aws-amplify/auth@4.6.2 - aws-amplify-angular@6.0.49 - aws-amplify-react@5.1.32 - aws-amplify@4.3.31 - @aws-amplify/cache@4.0.51 - @aws-amplify/core@4.7.0 - @aws-amplify/datastore-storage-adapter@1.3.9 - @aws-amplify/datastore@3.12.6 - @aws-amplify/geo@1.3.12 - @aws-amplify/interactions@4.0.49 - @aws-amplify/predictions@4.0.49 - @aws-amplify/pubsub@4.4.10 - @aws-amplify/pushnotification@4.3.28 - @aws-amplify/storage@4.5.2 - @aws-amplify/xr@3.0.49 commit 80cf2c8 Author: elorzafe <elorzafe@amazon.com> Date: Mon Aug 15 14:49:48 2022 -0700 chore: preparing release commit f6e61b8 Author: elorzafe <elorzafe@amazon.com> Date: Mon Aug 15 14:44:29 2022 -0700 Revert "ci: automate GitHub releases with lerna (aws-amplify#10189)" This reverts commit f59fa9f. commit 74383d7 Author: Francisco Rodriguez <frodriguez.cs@gmail.com> Date: Thu Aug 11 14:11:06 2022 -0700 chore: ci: Disabling integ_rn_ios_datastore_sqlite_adapter test (aws-amplify#10193) * Disabling integ_rn_ios_datastore_sqlite_adapter test * Update config.yml commit f59fa9f Author: Ashwin Kumar <ashwinkumar2468@gmail.com> Date: Thu Aug 11 09:05:50 2022 -0700 ci: automate GitHub releases with lerna (aws-amplify#10189) Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com> Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com> commit 92cef8a Author: Ashika <35131273+ashika01@users.noreply.github.com> Date: Tue Aug 9 16:55:55 2022 -0700 Fix: Analytics Type issue (aws-amplify#10185) * kinesis fix commit 5f427f3 Author: Aaron S <94858815+stocaaro@users.noreply.github.com> Date: Tue Aug 9 17:45:34 2022 -0500 fix(pubsub): Add distinct RN Reachibility implementation (aws-amplify#10175) * fix(pubsub): Add distinct RN Reachibility implementation * fix(PubSub): Fix monitor tests commit 88f118e Author: Ashika Kasiviswanathan Arumugakarthik <akasivis@amazon.com> Date: Tue Aug 9 15:04:13 2022 -0700 Revert "kinesis fix" This reverts commit 763609b. commit 4e0e22b Author: Ashika Kasiviswanathan Arumugakarthik <akasivis@amazon.com> Date: Tue Aug 9 15:03:59 2022 -0700 Revert "update personalize type to accomodate string" This reverts commit 9326beb. commit 9326beb Author: Ashika Kasiviswanathan Arumugakarthik <akasivis@amazon.com> Date: Tue Aug 9 14:39:19 2022 -0700 update personalize type to accomodate string commit 763609b Author: Ashika Kasiviswanathan Arumugakarthik <akasivis@amazon.com> Date: Tue Aug 9 12:27:47 2022 -0700 kinesis fix commit 850788c Author: Katie Goines <30757403+katiegoines@users.noreply.github.com> Date: Mon Aug 8 17:15:40 2022 -0700 Updating config.yml to mitigate circle CI pipeline failures from outdated Xcode image (aws-amplify#10158) * updating config.yml for testing changes to staging * removing android integ tests for now * Update config.yml * removing code used for testing Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com> commit 88a9ec9 Author: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Fri Aug 5 16:31:56 2022 -0400 fix(datastore): make di context fields private (aws-amplify#10162)
- Loading branch information