From 5c45bf33a9eb8d0da075b06a0425748a52547c92 Mon Sep 17 00:00:00 2001 From: Dillon Nys <24740863+dnys1@users.noreply.github.com> Date: Wed, 21 Jun 2023 09:56:59 -0700 Subject: [PATCH] chore(repo): Merge `stable` to `main` (#3254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(notifications): Update mocks (#2853) * chore(notifications): Update mocks * fix(storage): API doc errors Update packages/storage/amplify_storage_s3_dart/lib/src/model/s3_remove_plugin_options.dart Co-authored-by: NikaHsn * chore(aws_common): Prevent build errors in Dart 3 (#2866) chore(aws_common): Add `dart` flag to prevent build errors in 3.0 * chore(core): Fix Dart 3 build error (#2869) * ci(repo): Remove `next` from CI branch list * ci(repo): Consider transitive dependencies in workflows Includes transitive dependencies in the `paths` of packages' CI workflows so that changes which could affect this package are caught in CI. * ci: Disable Dart 3 checks (#2870) * ci: Disable Dart 3 checks Trying to support Dart 3 right now is a game of whack-a-mole.. to be re-enabled when the repo is migrated fully. * revert(core): Dart 3 workarounds * chore(api): Override `toString` on `GraphQLResponse` * chore(storage): Add debuggability to `S3Item` * chore(auth): Override `toString` on `JsonWebToken` * chore(github): Update BUG-REPORT template (#2871) * chore(github): Update BUG-REPORT template (#1705) Adds beta platforms to the BUG-REPORT template commit-id:41bf7773 * chore(repo): Update bug report to include deployment option (#1928) Adds the following info to the bug report template: - Whether the CLI or another mechanism was used to deploy their backend - Their sanitized amplifyconfig These both seem to provide a lot of insight and they can be missed in the conversation, especially the first one. We cannot assume that people filing issues are using pristine Amplify-generated backends. * chore(repo): Slim down bug report template (#2586) The current bug report template is very long and may discourage people from submitting feedback. While many of these would be great to know, only some are needed to begin triaging correctly. I've removed the ask for their Amplify config as well. I've noticed some people are not sure how to provide it and that more often than not, it's the `schema.graphql` we need rather. * chore(repo): Update READMEs (#2864) Removes developer preview references and updates any example code snippets. * chore: update repository urls (#2872) chore: update repository url * ci(repo): Remove CircleCI tests (#2862) Removes all but canaries from the CircleCI configuration * chore: add CI check for workflows (#2873) * chore(aft): generate `set-exit-if-changed` flag * chore: add CI check for workflows * chore: add `writeWorkflowFile` fn * chore(amplify_flutter): Remove circular dependencies `amplify_flutter` does not need to directly depend on plugins and can use mocking in unit tests instead. * chore(repo): Use local path dependencies for unpublished packages To prevent publishing errors * chore(aft): Include `dev_dependencies` in topological sort This will prevent any publishing errors ahead of time * chore(analytics): mockable httpClient (#2875) * chore(ios): bump amplify-swift to 1.29.2 (#2874) - Fixing issue #2519 * chore(api): Decode optional ErrorType property (#2852) * chore(api): Decode optional ErrorType property * chore: added errorInfo property * chore(notifications): add push userAgent headers to analytics calls (#2861) * chore: add userAgent headers to anayltics calls * chore: remove print and add update endpoint after settign user * chore: updated mocks and added analyzer expection rule to ignore version.dart * chore: pass testDispatcher to request permissions tes android native * chore: update test name and useragent public * chore: remove vesion dependency becuase user agent string does not need it * chore: add comment on why setUser has no userAgent added * chore: review comments * chore(version): v1 Release (#2876) * chore(version): Bump version Stable v1 release! 🎉 Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee * chore(notifications): Fix pana issues * Update DataStore spiel * test(auth): Fix e2e test (#2880) `additionalInfo` now returns and empty map instead of `null` by default * chore(repo): Add migration guide to READMEs (#2887) * fix(aft): Run `pub get` before `build_runner` in version-bump If `aft version-bump` is run in a fresh repo/worktree, build_runner will fail since `pub get` has never been run. Running again also doesn't hurt. * chore(version): Bump version ### Fixes - fix(repo): Flutter 3.3 support - fix(storage): API doc errors - fix: convert AuthUserAttributeKey in updateUserAttributes - fix: remove AndroidKeysetManager log, upgrade to google/tink 1.8.0 Updated-Components: amplify_flutter, amplify_flutter_android, amplify_core, amplify_datastore, amplify_analytics_pinpoint, amplify_api, amplify_api_android, amplify_api_ios, amplify_auth_cognito, amplify_auth_cognito_android, amplify_auth_cognito_ios, amplify_push_notifications, amplify_push_notifications_pinpoint, amplify_storage_s3, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee * chore(version): Bump version ### Fixes - fix(android): Bump Amplify Android to 2.8.3 ([#3023](https://github.com/aws-amplify/amplify-flutter/pull/3023)) - fix(auth): User attribute serialization - fix(auth): remove duplicate continuation call for hosted UI ([#3112](https://github.com/aws-amplify/amplify-flutter/pull/3112)) - fix(authenticator): Only call `setState` if mounted ([#3076](https://github.com/aws-amplify/amplify-flutter/pull/3076)) - fix(authenticator): alphabetize country codes - fix(datastore): support nested predicates for observe and observeQuery ([#3029](https://github.com/aws-amplify/amplify-flutter/pull/3029)) - fix(secure_storage): Fallback for CFStringRef decoding ([#3111](https://github.com/aws-amplify/amplify-flutter/pull/3111)) - fix: suppress browser on sign out when preferPrivateSession is true ([#3099](https://github.com/aws-amplify/amplify-flutter/pull/3099)) ### Features - feat(authenticator, m3): use SearchAnchor for country code - feat(authenticator, m3): use `FilledButton` for primary buttons Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee * chore(deps): Bump `built_value` dependency (#3104) * chore(repo): add notifications (push) as an option in issue template (#3145) * chore(smithy): Fix switch lint (#3151) Fixes a lint introduced in latest Dart stable for switching on a `Type` * fix(core): Disallowed JS tearoff (#3150) Dart 3.1 disallows tearoffs of JS methods. * fix(auth): Attribute key equality (#3136) Two keys should be equal if the lower-case value of their keys are equal regardless of their class. * chore(storage): fix flaky signer scope unit tests for Windows (#3152) * fix(auth): `signOut` after user deletion (#3162) If a user is deleted by an administrator while logged into a device, calling `signOut` can fail when tokens have also expired. The library gets stuck because credentials are not cleared but they are also invalid and cannot be refreshed. * Update README.md (#3140) * Update README.md updated readme slightly * Update README.md Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com> * Update README.md Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com> --------- Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com> * fix(api): GraphQL subscription with custom domain formats URI correctly (#3148) * fix(smithy-aws): fix S3ClientConfig copyWith implementation * chore: remove test_api override (#3174) * chore: fix typo in doc comment * chore: log warning for duplicate fields * chore(infra): update storage integ test stacks * feat(storage): using path style URLs when bucket name contains dots * ci(canaries): Ensure `pubspec.lock` (#3159) * chore(deps): Update `code_builder` * chore(smithy_codegen): Update union generation Use `sealed` from `code_builder` * chore(smithy_codegen): Update generated pubspec * chore(smithy): Regenerate goldens * chore(core): User agent enhancements (#3153) Tracks the category and method from which an API call originated for the purpose of engagement analytics. * feat(aft): Dependabot generation Adds dependabot generation to the `aft generate workflows` command * chore: Update dependabot config * chore(smoke_test): Run build_runner (#3080) chore(smoke_test): Regenerate * chore(deps): bump org.robolectric:robolectric Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9...robolectric-4.10.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(deps): bump org.robolectric:robolectric Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9...robolectric-4.10.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(deps): bump org.robolectric:robolectric Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9...robolectric-4.10.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/common/amplify_db_common/android (#3189) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/auth/amplify_auth_cognito/android (#3200) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/amplify_datastore/android (#3185) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/amplify_native_legacy_wrapper/android (#3184) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/secure_storage/amplify_secure_storage/android (#3219) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * infra: Fix storage bucket name (#3222) ci: Fix storage bucket name Bucket names must be globally unique. To ensure the infra stacks can be deployed to multiple accounts, use the bucket name as a prefix instead of the actual bucket name. * chore(infra): Add ASF backend Adds new E2E backend for testing ASF features. * feat(auth): ASF Adds advanced security features (ASF) support to the Auth library. * chore: Update devcontainer configuration * test(auth): ASF Adds unit and e2e tests for ASF features in the Auth library. E2E tests require some Admin methods in the AWS SDK for Cognito, and these operations are exposed via the `amplify_integration_test` package. * chore(smithy): Update dependency constraints * chore(auth): Clean up * chore(smithy_codegen): Fix deprecated usage (#3224) * ci: Add default Android workflow * ci: Run integ tests when the workflow changes * chore(aws_common): Update `AWSService` (#3234) Regenerates AWSService class and makes it possible to use services not automatically generated. * chore(core): Adjust log-level of state machine errors (#3248) Errors generated by the state machine are being logged at `error ` level regardless of whether they are handled by the developer. This can be confusing (as seen in #3226) since they print similar to how an unhandled exception would be printed. By adjusting the log level, these messages are still available if desired and will not affect how errors are surfaced via throwing. * ci: Fix Android build workflow * chore(push_notifications): Add empty example For testing build * ci: Fix push notifications workflow Should be Android Test not Android Build * chore(aft): Update package selector test * chore(push_notifications): Fix example * chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 in /packages/analytics/amplify_analytics_pinpoint/android (#3215) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com> * chore(version): Bump version ### Fixes - fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148)) - fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136)) - fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) - fix(core): Disallowed JS tearoff ([#3150](https://github.com/aws-amplify/amplify-flutter/pull/3150)) - fix(storage): API doc errors ### Features - feat(auth): ASF - feat(storage): using path style URLs when bucket name contains dots Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee * chore(version): Bump version ### Fixes - fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148)) - fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136)) - fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) - fix(core): Disallowed JS tearoff ([#3150](https://github.com/aws-amplify/amplify-flutter/pull/3150)) - fix(storage): API doc errors ### Features - feat(auth): ASF - feat(storage): using path style URLs when bucket name contains dots Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee --------- Signed-off-by: dependabot[bot] Co-authored-by: Hui Zhao Co-authored-by: NikaHsn Co-authored-by: Jordan Nelson Co-authored-by: kc Co-authored-by: Hui Zhao <10602282+HuiSF@users.noreply.github.com> Co-authored-by: Elijah Quartey Co-authored-by: ManojNB Co-authored-by: Abdallah Shaban Co-authored-by: Travis Sheppard Co-authored-by: Jordan Nelson Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/aft/pubspec.yaml | 4 ++-- packages/amplify/amplify_flutter/CHANGELOG.md | 23 ++++++++++++++++++ packages/amplify/amplify_flutter/pubspec.yaml | 8 +++---- packages/amplify_core/CHANGELOG.md | 24 +++++++++++++++++++ packages/amplify_core/lib/src/version.dart | 2 +- packages/amplify_core/pubspec.yaml | 6 ++--- packages/amplify_datastore/CHANGELOG.md | 14 +++++++++++ packages/amplify_datastore/pubspec.yaml | 6 ++--- .../CHANGELOG.md | 8 +++++++ .../pubspec.yaml | 4 ++-- .../amplify_analytics_pinpoint/CHANGELOG.md | 13 ++++++++++ .../amplify_analytics_pinpoint/pubspec.yaml | 12 +++++----- .../CHANGELOG.md | 9 +++++++ .../lib/src/version.dart | 2 +- .../pubspec.yaml | 16 ++++++------- packages/api/amplify_api/CHANGELOG.md | 14 +++++++++++ packages/api/amplify_api/pubspec.yaml | 8 +++---- packages/api/amplify_api_dart/CHANGELOG.md | 10 ++++++++ packages/api/amplify_api_dart/pubspec.yaml | 8 +++---- .../auth/amplify_auth_cognito/CHANGELOG.md | 18 ++++++++++++++ .../auth/amplify_auth_cognito/pubspec.yaml | 14 +++++------ .../amplify_auth_cognito_dart/CHANGELOG.md | 16 +++++++++++++ .../amplify_auth_cognito_dart/pubspec.yaml | 20 ++++++++-------- .../amplify_authenticator/CHANGELOG.md | 19 +++++++++++++++ .../lib/src/version.dart | 2 +- .../amplify_authenticator/pubspec.yaml | 12 +++++----- packages/aws_common/CHANGELOG.md | 14 +++++++++++ packages/aws_common/pubspec.yaml | 2 +- packages/aws_signature_v4/CHANGELOG.md | 13 ++++++++++ .../aws_signature_v4/lib/src/version.dart | 2 +- packages/aws_signature_v4/pubspec.yaml | 4 ++-- .../common/amplify_db_common/CHANGELOG.md | 9 +++++++ .../common/amplify_db_common/pubspec.yaml | 4 ++-- .../amplify_db_common_dart/CHANGELOG.md | 9 +++++++ .../amplify_db_common_dart/pubspec.yaml | 6 ++--- .../amplify_push_notifications/CHANGELOG.md | 9 +++++++ .../amplify_push_notifications/pubspec.yaml | 10 ++++---- .../CHANGELOG.md | 9 +++++++ .../pubspec.yaml | 22 ++++++++--------- .../amplify_secure_storage/CHANGELOG.md | 9 +++++++ .../amplify_secure_storage/pubspec.yaml | 4 ++-- .../amplify_secure_storage_dart/CHANGELOG.md | 14 +++++++++++ .../amplify_secure_storage_dart/pubspec.yaml | 8 +++---- .../amplify_secure_storage_test/pubspec.yaml | 3 ++- packages/smithy/smithy/CHANGELOG.md | 13 ++++++++++ packages/smithy/smithy/pubspec.yaml | 4 ++-- packages/smithy/smithy_aws/CHANGELOG.md | 13 ++++++++++ packages/smithy/smithy_aws/pubspec.yaml | 8 +++---- .../storage/amplify_storage_s3/CHANGELOG.md | 14 +++++++++++ .../storage/amplify_storage_s3/pubspec.yaml | 12 +++++----- .../amplify_storage_s3_dart/CHANGELOG.md | 18 ++++++++++++++ .../amplify_storage_s3_dart/pubspec.yaml | 14 +++++------ packages/worker_bee/worker_bee/CHANGELOG.md | 9 +++++++ packages/worker_bee/worker_bee/pubspec.yaml | 4 ++-- .../worker_bee_builder/CHANGELOG.md | 13 ++++++++++ .../worker_bee_builder/pubspec.yaml | 4 ++-- 56 files changed, 452 insertions(+), 117 deletions(-) diff --git a/packages/aft/pubspec.yaml b/packages/aft/pubspec.yaml index 4b135a5f21..f1fd3530c4 100644 --- a/packages/aft/pubspec.yaml +++ b/packages/aft/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: args: ^2.3.0 async: ^2.10.0 - aws_common: ">=0.4.2+3 <0.5.0" + aws_common: ">=0.4.2+5 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" checked_yaml: ^2.0.0 @@ -30,7 +30,7 @@ dependencies: pub_api_client: ^2.4.0 pub_semver: ^2.1.1 pubspec_parse: ^1.2.0 - smithy: ">=0.4.0+6 <0.5.0" + smithy: ">=0.4.0+8 <0.5.0" smithy_codegen: path: ../smithy/smithy_codegen stream_transform: ^2.0.0 diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md index 6f4f7eb1c3..2f85469dd0 100644 --- a/packages/amplify/amplify_flutter/CHANGELOG.md +++ b/packages/amplify/amplify_flutter/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.2.0 + +### Fixes +- fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136)) +- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) + +### Features +- feat(storage): using path style URLs when bucket name contains dots + +## 1.1.1 + +### Fixes +- fix(auth): remove duplicate continuation call for hosted UI ([#3112](https://github.com/aws-amplify/amplify-flutter/pull/3112)) +- fix(datastore): support nested predicates for observe and observeQuery ([#3029](https://github.com/aws-amplify/amplify-flutter/pull/3029)) +- fix: suppress browser on sign out when preferPrivateSession is true ([#3099](https://github.com/aws-amplify/amplify-flutter/pull/3099)) +- fix(auth): User attribute serialization + ## 1.1.0 ### Features @@ -9,6 +26,12 @@ - fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942)) - fix: wait for addPlugin prior to configuration ([#3018](https://github.com/aws-amplify/amplify-flutter/pull/3018)) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support +- fix: convert AuthUserAttributeKey in updateUserAttributes + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml index 31026a8bac..375df2a99a 100644 --- a/packages/amplify/amplify_flutter/pubspec.yaml +++ b/packages/amplify/amplify_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_flutter description: The top level Flutter package for the AWS Amplify libraries. -version: 1.1.0 +version: 1.2.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 @@ -19,9 +19,9 @@ platforms: web: dependencies: - amplify_core: ">=1.1.0 <1.2.0" - amplify_secure_storage: ">=0.4.0 <0.5.0" - aws_common: ">=0.5.0 <0.6.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_secure_storage: ">=0.4.0+1 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" collection: ^1.15.0 flutter: sdk: flutter diff --git a/packages/amplify_core/CHANGELOG.md b/packages/amplify_core/CHANGELOG.md index 6d27cf8dea..f1c16cdac6 100644 --- a/packages/amplify_core/CHANGELOG.md +++ b/packages/amplify_core/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.2.0 + +### Fixes +- fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148)) +- fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136)) +- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) +- fix(storage): API doc errors + +### Features +- feat(storage): using path style URLs when bucket name contains dots + +## 1.1.1 + +### Fixes +- fix(auth): User attribute serialization +- fix(datastore): support nested predicates for observe and observeQuery ([#3029](https://github.com/aws-amplify/amplify-flutter/pull/3029)) + ## 1.1.0 ### Features @@ -9,6 +26,13 @@ - fix(auth): Transform network exceptions ([#2967](https://github.com/aws-amplify/amplify-flutter/pull/2967)) - fix: wait for addPlugin prior to configuration ([#3018](https://github.com/aws-amplify/amplify-flutter/pull/3018)) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support +- fix(storage): API doc errors +- fix: convert AuthUserAttributeKey in updateUserAttributes + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/amplify_core/lib/src/version.dart b/packages/amplify_core/lib/src/version.dart index cf2dd1f8c3..cf971dd488 100644 --- a/packages/amplify_core/lib/src/version.dart +++ b/packages/amplify_core/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.0'; +const packageVersion = '1.2.0'; diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml index c3dc23d7f6..965411f08a 100644 --- a/packages/amplify_core/pubspec.yaml +++ b/packages/amplify_core/pubspec.yaml @@ -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.1.0 +version: 1.2.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 @@ -10,8 +10,8 @@ environment: dependencies: async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" collection: ^1.15.0 graphs: ^2.1.0 intl: ">=0.18.0 <1.0.0" diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md index 5a814d0224..d3b71334b4 100644 --- a/packages/amplify_datastore/CHANGELOG.md +++ b/packages/amplify_datastore/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.2.0-supports-only-mobile + +- Minor bug fixes and improvements + +## 1.1.0-supports-only-mobile+1 + +### Fixes +- fix(datastore): support nested predicates for observe and observeQuery ([#3029](https://github.com/aws-amplify/amplify-flutter/pull/3029)) + ## 1.1.0-supports-only-mobile ### Features @@ -6,6 +15,11 @@ ### Fixes - fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942)) +## 1.0.0-supports-only-mobile.0+1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0-supports-only-mobile.0 Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports. diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml index f07be88ee7..14aaefcbbf 100644 --- a/packages/amplify_datastore/pubspec.yaml +++ b/packages/amplify_datastore/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_datastore description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store. -version: 1.1.0-supports-only-mobile +version: 1.2.0-supports-only-mobile 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 @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - amplify_datastore_plugin_interface: ">=1.1.0 <1.2.0" - amplify_core: ">=1.1.0 <1.2.0" + amplify_datastore_plugin_interface: ">=1.2.0 <1.3.0" + amplify_core: ">=1.2.0 <1.3.0" plugin_platform_interface: ^2.0.0 meta: ^1.7.0 collection: ^1.14.13 diff --git a/packages/amplify_datastore_plugin_interface/CHANGELOG.md b/packages/amplify_datastore_plugin_interface/CHANGELOG.md index ec2ff85f19..7eb4014b44 100644 --- a/packages/amplify_datastore_plugin_interface/CHANGELOG.md +++ b/packages/amplify_datastore_plugin_interface/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.1 + +- Minor bug fixes and improvements + +## 1.2.0 + +- Minor bug fixes and improvements + ## 1.1.0 - Minor bug fixes and improvements diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml index 39ac1483d2..dc427315fc 100644 --- a/packages/amplify_datastore_plugin_interface/pubspec.yaml +++ b/packages/amplify_datastore_plugin_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_datastore_plugin_interface description: The platform interface for the DataStore module of Amplify Flutter. -version: 1.1.0 +version: 1.2.1 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 @@ -10,7 +10,7 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_core: ">=1.1.0 <1.2.0" + amplify_core: ">=1.2.0 <1.3.0" collection: ^1.15.0 flutter: sdk: flutter diff --git a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md index ccc890718c..bec7d6138a 100644 --- a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +++ b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.0 + +- Minor bug fixes and improvements + +## 1.1.1 + +- Minor bug fixes and improvements + ## 1.1.0 ### Features @@ -6,6 +14,11 @@ ### Fixes - fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942)) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml index d060a777cd..9db794bea9 100644 --- a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_analytics_pinpoint description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider. -version: 1.1.0 +version: 1.2.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 @@ -19,11 +19,11 @@ platforms: web: dependencies: - amplify_analytics_pinpoint_dart: ">=0.3.0 <0.4.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_db_common: ">=0.3.0 <0.4.0" - amplify_secure_storage: ">=0.4.0 <0.5.0" - aws_common: ">=0.5.0 <0.6.0" + amplify_analytics_pinpoint_dart: ">=0.3.0+1 <0.4.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_db_common: ">=0.3.0+1 <0.4.0" + amplify_secure_storage: ">=0.4.0+1 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" device_info_plus: ^9.0.0 flutter: sdk: flutter diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md index 068a9204ea..b8e3eaeb03 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md +++ b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md @@ -1,8 +1,17 @@ +## 0.3.0+1 + +- Minor bug fixes and improvements + ## 0.3.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.2.0+3 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.2.0+2 - Minor bug fixes and improvements diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart b/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart index 6956fe2752..7055b3fc07 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart +++ b/packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.3.0'; +const packageVersion = '0.3.0+1'; diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml index d06f730577..68547779dc 100644 --- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_analytics_pinpoint_dart description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint. -version: 0.3.0 +version: 0.3.0+1 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 @@ -9,11 +9,11 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.1.0 <1.2.0" - amplify_db_common_dart: ">=0.3.0 <0.4.0" - amplify_secure_storage_dart: ">=0.4.0 <0.5.0" - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_db_common_dart: ">=0.3.0+1 <0.4.0" + amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 @@ -21,8 +21,8 @@ dependencies: intl: ">=0.18.0 <1.0.0" meta: ^1.7.0 path: ^1.8.0 - smithy: ">=0.5.0 <0.6.0" - smithy_aws: ">=0.5.0 <0.6.0" + smithy: ">=0.5.0+2 <0.6.0" + smithy_aws: ">=0.5.0+2 <0.6.0" uuid: ">=3.0.6 <=3.0.7" dev_dependencies: diff --git a/packages/api/amplify_api/CHANGELOG.md b/packages/api/amplify_api/CHANGELOG.md index 4ab172e6e6..3df9d74b9b 100644 --- a/packages/api/amplify_api/CHANGELOG.md +++ b/packages/api/amplify_api/CHANGELOG.md @@ -1,8 +1,22 @@ +## 1.2.0 + +### Fixes +- fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148)) + +## 1.1.1 + +- Minor bug fixes and improvements + ## 1.1.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml index ecbbbedc3b..5f6684b3bd 100644 --- a/packages/api/amplify_api/pubspec.yaml +++ b/packages/api/amplify_api/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_api description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations. -version: 1.1.0 +version: 1.2.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 @@ -19,9 +19,9 @@ platforms: web: dependencies: - amplify_api_dart: ">=0.3.0 <0.4.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_flutter: ">=1.1.0 <1.2.0" + amplify_api_dart: ">=0.3.0+1 <0.4.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_flutter: ">=1.2.0 <1.3.0" connectivity_plus: ^4.0.1 flutter: sdk: flutter diff --git a/packages/api/amplify_api_dart/CHANGELOG.md b/packages/api/amplify_api_dart/CHANGELOG.md index 48192e0d52..dc93690ff4 100644 --- a/packages/api/amplify_api_dart/CHANGELOG.md +++ b/packages/api/amplify_api_dart/CHANGELOG.md @@ -1,8 +1,18 @@ +## 0.3.0+1 + +### Fixes +- fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148)) + ## 0.3.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.2.0+4 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.2.0+3 - Minor bug fixes and improvements diff --git a/packages/api/amplify_api_dart/pubspec.yaml b/packages/api/amplify_api_dart/pubspec.yaml index b4d8da0019..c25c0ffa04 100644 --- a/packages/api/amplify_api_dart/pubspec.yaml +++ b/packages/api/amplify_api_dart/pubspec.yaml @@ -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.0 +version: 0.3.0+1 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 @@ -9,9 +9,9 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.1.0 <1.2.0" + amplify_core: ">=1.2.0 <1.3.0" async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" collection: ^1.15.0 json_annotation: ">=4.8.1 <4.9.0" meta: ^1.7.0 @@ -21,7 +21,7 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" build_runner: ^2.4.0 build_test: ^2.1.5 build_web_compilers: ^4.0.0 diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md index 507b780cc3..03d8fc7124 100644 --- a/packages/auth/amplify_auth_cognito/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md @@ -1,8 +1,26 @@ +## 1.2.0 + +### Fixes +- fix(auth): Attribute key equality ([#3136](https://github.com/aws-amplify/amplify-flutter/pull/3136)) +- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) + +## 1.1.1 + +### Fixes +- fix(auth): remove duplicate continuation call for hosted UI ([#3112](https://github.com/aws-amplify/amplify-flutter/pull/3112)) +- fix: suppress browser on sign out when preferPrivateSession is true ([#3099](https://github.com/aws-amplify/amplify-flutter/pull/3099)) +- fix(auth): User attribute serialization + ## 1.1.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml index 1a68d3a56f..7debeb325f 100644 --- a/packages/auth/amplify_auth_cognito/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_auth_cognito description: The Amplify Flutter Auth category plugin using the AWS Cognito provider. -version: 1.1.0 +version: 1.2.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 @@ -19,12 +19,12 @@ platforms: web: dependencies: - amplify_analytics_pinpoint: ">=1.1.0 <1.2.0" - amplify_analytics_pinpoint_dart: ">=0.3.0 <0.4.0" - amplify_auth_cognito_dart: ">=0.10.0 <0.11.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_flutter: ">=1.1.0 <1.2.0" - amplify_secure_storage: ">=0.4.0 <0.5.0" + amplify_analytics_pinpoint: ">=1.2.0 <1.3.0" + amplify_analytics_pinpoint_dart: ">=0.3.0+1 <0.4.0" + amplify_auth_cognito_dart: ">=0.10.1 <0.11.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_flutter: ">=1.2.0 <1.3.0" + amplify_secure_storage: ">=0.4.0+1 <0.5.0" async: ^2.10.0 flutter: sdk: flutter diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md index 99e57bf1d4..47c6c18d4f 100644 --- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.1 + +### Fixes +- fix(auth): `signOut` after user deletion ([#3162](https://github.com/aws-amplify/amplify-flutter/pull/3162)) + +## 0.10.0+1 + +### Fixes +- fix(auth): User attribute serialization + ## 0.10.0 ### Features @@ -7,6 +17,12 @@ - fix(auth): Fetch AWS credentials after Hosted UI login ([#2956](https://github.com/aws-amplify/amplify-flutter/pull/2956)) - fix(auth): Transform network exceptions ([#2967](https://github.com/aws-amplify/amplify-flutter/pull/2967)) +## 0.9.0+3 + +### Fixes +- fix(repo): Flutter 3.3 support +- fix: convert AuthUserAttributeKey in updateUserAttributes + ## 0.9.0+2 - Minor bug fixes and improvements diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml index 961adea515..29161947ab 100644 --- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_auth_cognito_dart description: A Dart-only implementation of the Amplify Auth plugin for Cognito. -version: 0.10.0 +version: 0.10.1 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 @@ -9,12 +9,12 @@ environment: sdk: ^3.0.0 dependencies: - amplify_analytics_pinpoint_dart: ">=0.3.0 <0.4.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_secure_storage_dart: ">=0.4.0 <0.5.0" + amplify_analytics_pinpoint_dart: ">=0.3.0+1 <0.4.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" clock: ^1.1.1 @@ -30,13 +30,13 @@ dependencies: meta: ^1.7.0 oauth2: ^2.0.2 path: ^1.8.0 - smithy: ">=0.5.0 <0.6.0" - smithy_aws: ">=0.5.0 <0.6.0" + smithy: ">=0.5.0+2 <0.6.0" + smithy_aws: ">=0.5.0+2 <0.6.0" stream_transform: ^2.0.0 uuid: ">=3.0.6 <=3.0.7" win32: ">=4.1.2 <6.0.0" win32_registry: ^1.1.0 - worker_bee: ">=0.2.0 <0.3.0" + worker_bee: ">=0.2.0+1 <0.3.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" @@ -51,7 +51,7 @@ dev_dependencies: smithy_codegen: path: ../../smithy/smithy_codegen test: ^1.22.1 - worker_bee_builder: ">=0.2.0 <0.3.0" + worker_bee_builder: ">=0.2.0+2 <0.3.0" flutter: assets: diff --git a/packages/authenticator/amplify_authenticator/CHANGELOG.md b/packages/authenticator/amplify_authenticator/CHANGELOG.md index b40cc3efa8..1ec540a734 100644 --- a/packages/authenticator/amplify_authenticator/CHANGELOG.md +++ b/packages/authenticator/amplify_authenticator/CHANGELOG.md @@ -1,8 +1,27 @@ +## 1.2.1 + +- Minor bug fixes and improvements + +## 1.2.0 + +### Fixes +- fix(authenticator): Only call `setState` if mounted ([#3076](https://github.com/aws-amplify/amplify-flutter/pull/3076)) +- fix(authenticator): alphabetize country codes + +### Features +- feat(authenticator, m3): use SearchAnchor for country code +- feat(authenticator, m3): use `FilledButton` for primary buttons + ## 1.1.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/authenticator/amplify_authenticator/lib/src/version.dart b/packages/authenticator/amplify_authenticator/lib/src/version.dart index cf2dd1f8c3..2db1f3c621 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/version.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.0'; +const packageVersion = '1.2.1'; diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 42ecbb5b0a..55fa8459b0 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_authenticator description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category -version: 1.1.0 +version: 1.2.1 homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,11 +10,11 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_auth_cognito: ">=1.1.0 <1.2.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_flutter: ">=1.1.0 <1.2.0" + amplify_auth_cognito: ">=1.2.0 <1.3.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_flutter: ">=1.2.0 <1.3.0" async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" collection: ^1.15.0 flutter: sdk: flutter @@ -22,7 +22,7 @@ dependencies: sdk: flutter intl: ">=0.18.0 <1.0.0" meta: ^1.7.0 - smithy: ">=0.5.0 <0.6.0" + smithy: ">=0.5.0+2 <0.6.0" stream_transform: ^2.0.0 dev_dependencies: diff --git a/packages/aws_common/CHANGELOG.md b/packages/aws_common/CHANGELOG.md index 7bf0e8ced3..d6db0dc7c3 100644 --- a/packages/aws_common/CHANGELOG.md +++ b/packages/aws_common/CHANGELOG.md @@ -1,8 +1,22 @@ +## 0.5.0+2 + +### Fixes +- fix(core): Disallowed JS tearoff ([#3150](https://github.com/aws-amplify/amplify-flutter/pull/3150)) + +## 0.5.0+1 + +- Minor bug fixes and improvements + ## 0.5.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.4.2+5 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.4.2+4 - Minor bug fixes and improvements diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index 43219e956a..58562b8fca 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_common description: Common types and utilities used across AWS and Amplify packages. -version: 0.5.0 +version: 0.5.0+2 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues diff --git a/packages/aws_signature_v4/CHANGELOG.md b/packages/aws_signature_v4/CHANGELOG.md index 2912108664..e3fde5c2c3 100644 --- a/packages/aws_signature_v4/CHANGELOG.md +++ b/packages/aws_signature_v4/CHANGELOG.md @@ -1,8 +1,21 @@ +## 0.4.0+2 + +- Minor bug fixes and improvements + +## 0.4.0+1 + +- Minor bug fixes and improvements + ## 0.4.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.3.1+7 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.3.1+6 - Minor bug fixes and improvements diff --git a/packages/aws_signature_v4/lib/src/version.dart b/packages/aws_signature_v4/lib/src/version.dart index f5ed1c584f..01655709ab 100644 --- a/packages/aws_signature_v4/lib/src/version.dart +++ b/packages/aws_signature_v4/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.0'; +const packageVersion = '0.4.0+2'; diff --git a/packages/aws_signature_v4/pubspec.yaml b/packages/aws_signature_v4/pubspec.yaml index 7d9c12f86d..fe7155b978 100644 --- a/packages/aws_signature_v4/pubspec.yaml +++ b/packages/aws_signature_v4/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_signature_v4 description: Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services. -version: 0.4.0 +version: 0.4.0+2 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_signature_v4 issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,7 +10,7 @@ environment: dependencies: async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" collection: ^1.15.0 convert: ^3.0.0 crypto: ^3.0.0 diff --git a/packages/common/amplify_db_common/CHANGELOG.md b/packages/common/amplify_db_common/CHANGELOG.md index 9f8cfb309a..f12cbc2abe 100644 --- a/packages/common/amplify_db_common/CHANGELOG.md +++ b/packages/common/amplify_db_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0+1 + +- Minor bug fixes and improvements + ## 0.3.0 ### Features @@ -6,6 +10,11 @@ ### Fixes - fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942)) +## 0.1.2+8 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.1.2+7 - Minor bug fixes and improvements diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml index 075b602eed..d9e7e38003 100644 --- a/packages/common/amplify_db_common/pubspec.yaml +++ b/packages/common/amplify_db_common/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_db_common description: Common utilities for working with databases such as SQLite. -version: 0.3.0 +version: 0.3.0+1 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,7 +10,7 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_db_common_dart: ">=0.3.0 <0.4.0" + amplify_db_common_dart: ">=0.3.0+1 <0.4.0" drift: ">=2.4.0 <2.9.0" flutter: sdk: flutter diff --git a/packages/common/amplify_db_common_dart/CHANGELOG.md b/packages/common/amplify_db_common_dart/CHANGELOG.md index cce274d1f8..0fe4f2cf9a 100644 --- a/packages/common/amplify_db_common_dart/CHANGELOG.md +++ b/packages/common/amplify_db_common_dart/CHANGELOG.md @@ -1,8 +1,17 @@ +## 0.3.0+1 + +- Minor bug fixes and improvements + ## 0.3.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.2.0+7 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.2.0+6 - Minor bug fixes and improvements diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml index 71117bb7e0..bd9ce46d8f 100644 --- a/packages/common/amplify_db_common_dart/pubspec.yaml +++ b/packages/common/amplify_db_common_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_db_common_dart description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages. -version: 0.3.0 +version: 0.3.0+1 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,9 +9,9 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.1.0 <1.2.0" + amplify_core: ">=1.2.0 <1.3.0" async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" drift: ">=2.4.0 <2.9.0" meta: ^1.7.0 path: ^1.8.0 diff --git a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md index 9370394f61..ca53c2b5a9 100644 --- a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +++ b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- Minor bug fixes and improvements + ## 1.1.0 ### Features @@ -7,6 +11,11 @@ - fix(notifications): configure call hangs on Flutter app hot restart ([#3013](https://github.com/aws-amplify/amplify-flutter/pull/3013)) - fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942)) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/notifications/push/amplify_push_notifications/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/pubspec.yaml index 049e9891ed..6fe67df627 100644 --- a/packages/notifications/push/amplify_push_notifications/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_push_notifications description: The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint. -version: 1.1.0 +version: 1.2.0 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,8 +9,8 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_core: ">=1.1.0 <1.2.0" - amplify_secure_storage: ">=0.4.0 <0.5.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_secure_storage: ">=0.4.0+1 <0.5.0" async: ^2.10.0 flutter: sdk: flutter @@ -20,10 +20,10 @@ dependencies: dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" - amplify_secure_storage_dart: ">=0.4.0 <0.5.0" + amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" amplify_test: path: ../../../test/amplify_test - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" build_runner: ^2.4.0 build_test: ^2.1.5 flutter_test: diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md index ef75523cd3..4b69d24bf8 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md @@ -1,8 +1,17 @@ +## 1.2.0 + +- Minor bug fixes and improvements + ## 1.1.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml index d42c85259b..5e56cc1fa7 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_push_notifications_pinpoint description: The Amplify Flutter Push Notifications category plugin using the AWS Pinpoint provider. -version: 1.1.0 +version: 1.2.0 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -14,24 +14,24 @@ platforms: android: dependencies: - amplify_analytics_pinpoint: ">=1.1.0 <1.2.0" - amplify_analytics_pinpoint_dart: ">=0.3.0 <0.4.0" - amplify_auth_cognito: ">=1.1.0 <1.2.0" - amplify_core: ">=1.1.0 <1.2.0" - amplify_flutter: ">=1.1.0 <1.2.0" - amplify_push_notifications: ">=1.1.0 <1.2.0" - amplify_secure_storage: ">=0.4.0 <0.5.0" + amplify_analytics_pinpoint: ">=1.2.0 <1.3.0" + amplify_analytics_pinpoint_dart: ">=0.3.0+1 <0.4.0" + amplify_auth_cognito: ">=1.2.0 <1.3.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_flutter: ">=1.2.0 <1.3.0" + amplify_push_notifications: ">=1.2.0 <1.3.0" + amplify_secure_storage: ">=0.4.0+1 <0.5.0" flutter: sdk: flutter flutter_plugin_android_lifecycle: ^2.0.9 dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" - amplify_secure_storage_dart: ">=0.4.0 <0.5.0" + amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" amplify_test: path: ../../../test/amplify_test - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" build_runner: ^2.4.0 built_value_generator: 8.6.0 flutter_test: diff --git a/packages/secure_storage/amplify_secure_storage/CHANGELOG.md b/packages/secure_storage/amplify_secure_storage/CHANGELOG.md index 1bc10d8e66..b854b2b21e 100644 --- a/packages/secure_storage/amplify_secure_storage/CHANGELOG.md +++ b/packages/secure_storage/amplify_secure_storage/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0+1 + +- Minor bug fixes and improvements + ## 0.4.0 ### Features @@ -8,6 +12,11 @@ - fix(secure_storage): add package to generated kt code ([#3007](https://github.com/aws-amplify/amplify-flutter/pull/3007)) - fix: remove AndroidKeysetManager log, upgrade to google/tink 1.8.0 +## 0.3.0+4 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.3.0+3 - Minor bug fixes and improvements diff --git a/packages/secure_storage/amplify_secure_storage/pubspec.yaml b/packages/secure_storage/amplify_secure_storage/pubspec.yaml index 52c98bfe21..8948396073 100644 --- a/packages/secure_storage/amplify_secure_storage/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_secure_storage description: A package for storing secrets, intended for use in Amplify libraries. -version: 0.4.0 +version: 0.4.0+1 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,7 +10,7 @@ environment: flutter: ">=3.10.0" dependencies: - amplify_secure_storage_dart: ">=0.4.0 <0.5.0" + amplify_secure_storage_dart: ">=0.4.0+2 <0.5.0" async: ^2.10.0 file: ^6.0.0 flutter: diff --git a/packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md b/packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md index 74529bf02c..edb1efe6a0 100644 --- a/packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md +++ b/packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md @@ -1,8 +1,22 @@ +## 0.4.0+2 + +- Minor bug fixes and improvements + +## 0.4.0+1 + +### Fixes +- fix(secure_storage): Fallback for CFStringRef decoding ([#3111](https://github.com/aws-amplify/amplify-flutter/pull/3111)) + ## 0.4.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.3.0+4 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.3.0+3 - Minor bug fixes and improvements diff --git a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml index c89312dda7..1ccd65ea05 100644 --- a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_secure_storage_dart description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web. -version: 0.4.0 +version: 0.4.0+2 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -21,7 +21,7 @@ platforms: dependencies: async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" ffi: ^2.0.0 @@ -30,7 +30,7 @@ dependencies: meta: ^1.7.0 path: ^1.8.0 win32: ">=4.1.2 <6.0.0" - worker_bee: ">=0.2.0 <0.3.0" + worker_bee: ">=0.2.0+1 <0.3.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" @@ -42,7 +42,7 @@ dev_dependencies: built_value_generator: 8.6.0 ffigen: ^8.0.0 test: ^1.22.1 - worker_bee_builder: ">=0.2.0 <0.3.0" + worker_bee_builder: ">=0.2.0+2 <0.3.0" flutter: assets: diff --git a/packages/secure_storage/amplify_secure_storage_test/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_test/pubspec.yaml index 1c73476f8d..86d21558a1 100644 --- a/packages/secure_storage/amplify_secure_storage_test/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage_test/pubspec.yaml @@ -8,7 +8,8 @@ environment: dependencies: test: ^1.22.1 - amplify_secure_storage_dart: ">=0.3.0 <0.4.0" + amplify_secure_storage_dart: + path: ../amplify_secure_storage_dart dependency_overrides: aws_common: diff --git a/packages/smithy/smithy/CHANGELOG.md b/packages/smithy/smithy/CHANGELOG.md index 5c9a1df4d4..a136b22799 100644 --- a/packages/smithy/smithy/CHANGELOG.md +++ b/packages/smithy/smithy/CHANGELOG.md @@ -1,9 +1,22 @@ +## 0.5.0+2 + +- Minor bug fixes and improvements + +## 0.5.0+1 + +- Minor bug fixes and improvements + ## 0.5.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) - feat(smithy): `awsQuery` protocol support +## 0.4.0+8 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.4.0+7 - Minor bug fixes and improvements diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml index 9f6da686a4..7ac7561c5d 100644 --- a/packages/smithy/smithy/pubspec.yaml +++ b/packages/smithy/smithy/pubspec.yaml @@ -1,6 +1,6 @@ name: smithy description: Smithy client runtime for Dart with common utilities for I/O and serialization. -version: 0.5.0 +version: 0.5.0+2 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy/smithy issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,7 +10,7 @@ environment: dependencies: async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 diff --git a/packages/smithy/smithy_aws/CHANGELOG.md b/packages/smithy/smithy_aws/CHANGELOG.md index facbe54710..63a2e3673c 100644 --- a/packages/smithy/smithy_aws/CHANGELOG.md +++ b/packages/smithy/smithy_aws/CHANGELOG.md @@ -1,9 +1,22 @@ +## 0.5.0+2 + +- Minor bug fixes and improvements + +## 0.5.0+1 + +- Minor bug fixes and improvements + ## 0.5.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) - feat(smithy): `awsQuery` protocol support +## 0.4.1+5 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.4.1+4 - Minor bug fixes and improvements diff --git a/packages/smithy/smithy_aws/pubspec.yaml b/packages/smithy/smithy_aws/pubspec.yaml index 99f559f009..abe4fc8b73 100644 --- a/packages/smithy/smithy_aws/pubspec.yaml +++ b/packages/smithy/smithy_aws/pubspec.yaml @@ -1,6 +1,6 @@ name: smithy_aws description: Smithy runtime for AWS clients with utilities for endpoint resolution, retry behavior, and SigV4 signing. -version: 0.5.0 +version: 0.5.0+2 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy/smithy_aws issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,8 +9,8 @@ environment: sdk: ^3.0.0 dependencies: - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 @@ -21,7 +21,7 @@ dependencies: json_annotation: ">=4.8.1 <4.9.0" meta: ^1.7.0 path: ^1.8.0 - smithy: ">=0.5.0 <0.6.0" + smithy: ">=0.5.0+2 <0.6.0" xml: 6.3.0 dev_dependencies: diff --git a/packages/storage/amplify_storage_s3/CHANGELOG.md b/packages/storage/amplify_storage_s3/CHANGELOG.md index f78be5be26..d3d1806851 100644 --- a/packages/storage/amplify_storage_s3/CHANGELOG.md +++ b/packages/storage/amplify_storage_s3/CHANGELOG.md @@ -1,8 +1,22 @@ +## 1.2.0 + +### Features +- feat(storage): using path style URLs when bucket name contains dots + +## 1.1.1 + +- Minor bug fixes and improvements + ## 1.1.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 1.0.1 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 1.0.0 We are thrilled to release version 1.0 of the Amplify Flutter libraries! diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml index d24eee5785..e29246d15a 100644 --- a/packages/storage/amplify_storage_s3/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_storage_s3 description: The Amplify Flutter Storage category plugin using the AWS S3 provider. -version: 1.1.0 +version: 1.2.0 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3 issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -19,10 +19,10 @@ platforms: web: dependencies: - amplify_core: ">=1.1.0 <1.2.0" - amplify_db_common: ">=0.3.0 <0.4.0" - amplify_storage_s3_dart: ">=0.3.0 <0.4.0" - aws_common: ">=0.5.0 <0.6.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_db_common: ">=0.3.0+1 <0.4.0" + amplify_storage_s3_dart: ">=0.3.1 <0.4.0" + aws_common: ">=0.5.0+2 <0.6.0" flutter: sdk: flutter meta: ^1.7.0 @@ -32,7 +32,7 @@ dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" amplify_test: path: ../../test/amplify_test - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" flutter_test: sdk: flutter mocktail: ^0.3.0 diff --git a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md index 9a851c8df9..a491e9ff3d 100644 --- a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md +++ b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md @@ -1,8 +1,26 @@ +## 0.3.1 + +### Fixes +- fix(storage): API doc errors + +### Features +- feat(storage): using path style URLs when bucket name contains dots + +## 0.3.0+1 + +- Minor bug fixes and improvements + ## 0.3.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.2.0+3 + +### Fixes +- fix(repo): Flutter 3.3 support +- fix(storage): API doc errors + ## 0.2.0+2 ### Fixes diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml index 7a177fbeb7..ba7f12b721 100644 --- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml +++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_storage_s3_dart description: A Dart-only implementation of the Amplify Storage plugin for S3. -version: 0.3.0 +version: 0.3.1 homepage: https://docs.amplify.aws/lib/q/platform/flutter/ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3_dart issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -9,11 +9,11 @@ environment: sdk: ^3.0.0 dependencies: - amplify_core: ">=1.1.0 <1.2.0" - amplify_db_common_dart: ">=0.3.0 <0.4.0" + amplify_core: ">=1.2.0 <1.3.0" + amplify_db_common_dart: ">=0.3.0+1 <0.4.0" async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" - aws_signature_v4: ">=0.4.0 <0.5.0" + aws_common: ">=0.5.0+2 <0.6.0" + aws_signature_v4: ">=0.4.0+2 <0.5.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" drift: ">=2.4.0 <2.9.0" @@ -21,8 +21,8 @@ dependencies: json_annotation: ">=4.8.1 <4.9.0" meta: ^1.7.0 path: ^1.8.0 - smithy: ">=0.5.0 <0.6.0" - smithy_aws: ">=0.5.0 <0.6.0" + smithy: ">=0.5.0+2 <0.6.0" + smithy_aws: ">=0.5.0+2 <0.6.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0" diff --git a/packages/worker_bee/worker_bee/CHANGELOG.md b/packages/worker_bee/worker_bee/CHANGELOG.md index 6e2bde4456..828d00d329 100644 --- a/packages/worker_bee/worker_bee/CHANGELOG.md +++ b/packages/worker_bee/worker_bee/CHANGELOG.md @@ -1,8 +1,17 @@ +## 0.2.0+1 + +- Minor bug fixes and improvements + ## 0.2.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.1.3+7 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.1.3+6 - Minor bug fixes and improvements diff --git a/packages/worker_bee/worker_bee/pubspec.yaml b/packages/worker_bee/worker_bee/pubspec.yaml index 5a2ede2763..da51bcbd2b 100644 --- a/packages/worker_bee/worker_bee/pubspec.yaml +++ b/packages/worker_bee/worker_bee/pubspec.yaml @@ -1,6 +1,6 @@ name: worker_bee description: A cross-platform isolated worker runtime for Dart Web, VM, and Flutter. -version: 0.2.0 +version: 0.2.0+1 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -10,7 +10,7 @@ environment: dependencies: async: ^2.10.0 - aws_common: ">=0.5.0 <0.6.0" + aws_common: ">=0.5.0+2 <0.6.0" built_collection: ^5.0.0 built_value: ">=8.6.0 <8.7.0" collection: ^1.15.0 diff --git a/packages/worker_bee/worker_bee_builder/CHANGELOG.md b/packages/worker_bee/worker_bee_builder/CHANGELOG.md index ed47a72363..7985b5c02b 100644 --- a/packages/worker_bee/worker_bee_builder/CHANGELOG.md +++ b/packages/worker_bee/worker_bee_builder/CHANGELOG.md @@ -1,8 +1,21 @@ +## 0.2.0+2 + +- Minor bug fixes and improvements + +## 0.2.0+1 + +- Minor bug fixes and improvements + ## 0.2.0 ### Features - Dart 3 support (must update Dart SDK constraint to `^3.0.0`) +## 0.1.4+6 + +### Fixes +- fix(repo): Flutter 3.3 support + ## 0.1.4+5 - Minor bug fixes and improvements diff --git a/packages/worker_bee/worker_bee_builder/pubspec.yaml b/packages/worker_bee/worker_bee_builder/pubspec.yaml index 5fc4d8dc72..df83cfeee2 100644 --- a/packages/worker_bee/worker_bee_builder/pubspec.yaml +++ b/packages/worker_bee/worker_bee_builder/pubspec.yaml @@ -1,6 +1,6 @@ name: worker_bee_builder description: Builder package for worker_bee to quickly generate necessary boilerplate -version: 0.2.0 +version: 0.2.0+2 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee_builder issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues @@ -20,7 +20,7 @@ dependencies: source_gen: ^1.3.2 stream_channel: ^2.1.0 tuple: ^2.0.0 - worker_bee: ">=0.2.0 <0.3.0" + worker_bee: ">=0.2.0+1 <0.3.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0"