Skip to content

Commit

Permalink
Cherry pick stable to main 1.6.0 (#4031)
Browse files Browse the repository at this point in the history
* chore(version): Bump version

- feat: rename sendUserAttributeVerificationCode ([#3759](#3759))

- fix(aft): Small fixes ([#3838](#3838))
- fix(analytics): allow nullable userProfile
- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](#3999))
- fix(auth): use loadCredentials to check login state
- fix(authenticator): Beta channel fixes ([#3835](#3835))
- fix(authenticator): fix validate before trim bug ([#3809](#3809))
- fix(authenticator): use getCurrentUser to check sign in state
- fix(pub): ignore templates folder during analysis ([#4009](#4009))
- fix(smithy): defines Output type to fix beta tests ([#3963](#3963))
- fix: catch and log updateEndpoint error during configure ([#3985](#3985))
- fix: remove exception during token timeout ([#3939](#3939))

- fix(smithy_aws)!: do not sign optional requests

Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee

* fix: slide smithy_codegen window

* fix: added drop dep
  • Loading branch information
Equartey authored Nov 6, 2023
1 parent 2c694d2 commit 135d7d0
Show file tree
Hide file tree
Showing 42 changed files with 258 additions and 69 deletions.
21 changes: 21 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.6.0

### Features
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

### Fixes
- fix(analytics): allow nullable userProfile
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))
- fix: remove exception during token timeout ([#3939](https://github.com/aws-amplify/amplify-flutter/pull/3939))

## 1.5.0

### Feature

- feat(analytics): Support identity pools that have unauthenticated (guest) access disabled

### Fixes

- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](https://github.com/aws-amplify/amplify-flutter/pull/3999))
- fix: catch and log updateEndpoint error during configure ([#3985](https://github.com/aws-amplify/amplify-flutter/pull/3985))

## 1.4.1

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 1.4.1
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,7 +19,7 @@ platforms:
web:

dependencies:
amplify_core: ">=1.4.1 <1.5.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
Expand Down
17 changes: 17 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.6.0

### Features
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

### Fixes
- fix(analytics): allow nullable userProfile
- fix(auth): use loadCredentials to check login state
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))

## 1.5.1

### Fixes

- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](https://github.com/aws-amplify/amplify-flutter/pull/3999))
- fix: catch and log updateEndpoint error during configure ([#3985](https://github.com/aws-amplify/amplify-flutter/pull/3985))

## 1.4.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/version.dart

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

2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 1.4.1
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.0

- Minor bug fixes and improvements

## 1.5.0

- Minor bug fixes and improvements

## 1.4.2

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 1.4.2
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=1.4.0 <1.5.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_datastore_plugin_interface: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.0 <1.7.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.0

- Minor bug fixes and improvements

## 1.5.0

- Minor bug fixes and improvements

## 1.4.0

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 1.4.0
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_core: ">=1.4.0 <1.5.0"
amplify_core: ">=1.6.0 <1.7.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
12 changes: 12 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.6.0

### Fixes
- fix(analytics): allow nullable userProfile

## 1.5.0

### Fixes

- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](https://github.com/aws-amplify/amplify-flutter/pull/3999))
- fix: catch and log updateEndpoint error during configure ([#3985](https://github.com/aws-amplify/amplify-flutter/pull/3985))

## 1.4.1

- Minor bug fixes and improvements
Expand Down
8 changes: 4 additions & 4 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 1.4.1
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,9 +19,9 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_db_common: ">=0.3.0+5 <0.4.0"
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_db_common: ">=0.3.3 <0.4.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
device_info_plus: ^9.0.0
Expand Down
11 changes: 11 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.3.3

### Fixes
- fix(analytics): allow nullable userProfile

## 0.3.2

### Fixes
- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](https://github.com/aws-amplify/amplify-flutter/pull/3999))
- fix: catch and log updateEndpoint error during configure ([#3985](https://github.com/aws-amplify/amplify-flutter/pull/3985))

## 0.3.1

- Minor bug fixes and improvements
Expand Down

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

10 changes: 5 additions & 5 deletions packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_dart
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
version: 0.3.1
version: 0.3.3
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,8 +9,8 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.4.0 <1.5.0"
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_db_common_dart: ">=0.3.3 <0.4.0"
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
Expand All @@ -21,8 +21,8 @@ dependencies:
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
path: ^1.8.0
smithy: ">=0.5.1 <0.6.0"
smithy_aws: ">=0.5.1 <0.6.0"
smithy: ">=0.6.0 <0.7.0"
smithy_aws: ">=0.6.0 <0.7.0"
uuid: ">=3.0.6 <=3.0.7"

dev_dependencies:
Expand Down
8 changes: 8 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.0

- Minor bug fixes and improvements

## 1.5.0

- Minor bug fixes and improvements

## 1.4.0

- Minor bug fixes and improvements
Expand Down
8 changes: 4 additions & 4 deletions packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 1.4.0
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,9 +19,9 @@ platforms:
web:

dependencies:
amplify_api_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
amplify_api_dart: ">=0.3.3 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_flutter: ">=1.6.0 <1.7.0"
connectivity_plus: ">=4.0.1 <6.0.0"
flutter:
sdk: flutter
Expand Down
8 changes: 8 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.3

- Minor bug fixes and improvements

## 0.3.2

- Minor bug fixes and improvements

## 0.3.1+1

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_dart
description: The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.
version: 0.3.1+1
version: 0.3.3
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.4.0 <1.5.0"
amplify_core: ">=1.6.0 <1.7.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
Expand Down
9 changes: 9 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.6.0

### Features
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

## 1.5.0

- Minor bug fixes and improvements

## 1.4.2

### Fixes
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 1.4.2
version: 1.6.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,11 +19,11 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint: ">=1.4.1 <1.5.0"
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.3+1 <0.11.0"
amplify_core: ">=1.4.1 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
amplify_analytics_pinpoint: ">=1.6.0 <1.7.0"
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.6 <0.11.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_flutter: ">=1.6.0 <1.7.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
async: ^2.10.0
flutter:
Expand Down
12 changes: 12 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.10.6

### Fixes
- fix(auth): use loadCredentials to check login state

### Features
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

## 0.10.5

- Minor bug fixes and improvements

## 0.10.4

- Minor bug fixes and improvements
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito_dart
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
version: 0.10.4
version: 0.10.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,8 +9,8 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.4.1 <1.5.0"
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
async: ^2.10.0
aws_common: ">=0.6.1 <0.7.0"
Expand All @@ -30,8 +30,8 @@ dependencies:
meta: ^1.7.0
oauth2: ^2.0.2
path: ^1.8.0
smithy: ">=0.5.1 <0.6.0"
smithy_aws: ">=0.5.1 <0.6.0"
smithy: ">=0.6.0 <0.7.0"
smithy_aws: ">=0.6.0 <0.7.0"
stream_transform: ^2.0.0
uuid: ">=3.0.6 <=3.0.7"
win32: ">=4.1.2 <6.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.5.0

### Fixes
- fix(authenticator): Beta channel fixes ([#3835](https://github.com/aws-amplify/amplify-flutter/pull/3835))
- fix(authenticator): fix validate before trim bug ([#3809](https://github.com/aws-amplify/amplify-flutter/pull/3809))
- fix(authenticator): use getCurrentUser to check sign in state

## 1.4.3

- Minor bug fixes and improvements

## 1.4.2

### Fixes
Expand Down

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

Loading

0 comments on commit 135d7d0

Please sign in to comment.