From 7ab62be33da6ca1e54f588c7bcb4a199743812b2 Mon Sep 17 00:00:00 2001 From: Dillon Nys <24740863+dnys1@users.noreply.github.com> Date: Thu, 20 Jan 2022 09:49:06 -0700 Subject: [PATCH] Bump version to 0.3.0 (#1285) --- example/pubspec.yaml | 8 ++-- .../amplify_analytics_pinpoint/CHANGELOG.md | 8 +--- .../amplify_analytics_pinpoint/pubspec.yaml | 6 +-- .../CHANGELOG.md | 8 +--- .../pubspec.yaml | 4 +- packages/amplify_api/CHANGELOG.md | 21 +++----- packages/amplify_api/pubspec.yaml | 6 +-- .../amplify_api_plugin_interface/CHANGELOG.md | 17 +++---- .../amplify_api_plugin_interface/pubspec.yaml | 4 +- packages/amplify_auth_cognito/CHANGELOG.md | 18 ++----- packages/amplify_auth_cognito/pubspec.yaml | 6 +-- .../CHANGELOG.md | 9 +--- .../pubspec.yaml | 4 +- packages/amplify_core/CHANGELOG.md | 12 +---- packages/amplify_core/pubspec.yaml | 2 +- packages/amplify_datastore/CHANGELOG.md | 45 ++++++----------- packages/amplify_datastore/pubspec.yaml | 6 +-- .../CHANGELOG.md | 11 ++--- .../pubspec.yaml | 4 +- packages/amplify_flutter/CHANGELOG.md | 48 +++++++++++++------ .../amplify_flutter/lib/src/amplify_impl.dart | 2 +- packages/amplify_flutter/pubspec.yaml | 24 +++++----- .../CHANGELOG.md | 8 +--- .../pubspec.yaml | 4 +- packages/amplify_storage_s3/CHANGELOG.md | 8 +--- packages/amplify_storage_s3/pubspec.yaml | 6 +-- 26 files changed, 119 insertions(+), 180 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 90af46a4ec..f016fc3852 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -25,10 +25,10 @@ dependencies: flutter: sdk: flutter file_picker: ^4.0.0 - amplify_flutter: 0.3.0-rc.4 - amplify_analytics_pinpoint: 0.3.0-rc.4 - amplify_auth_cognito: 0.3.0-rc.4 - amplify_storage_s3: 0.3.0-rc.4 + amplify_flutter: 0.3.0 + amplify_analytics_pinpoint: 0.3.0 + amplify_auth_cognito: 0.3.0 + amplify_storage_s3: 0.3.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 diff --git a/packages/amplify_analytics_pinpoint/CHANGELOG.md b/packages/amplify_analytics_pinpoint/CHANGELOG.md index 994f822d93..65c2fcc6a2 100644 --- a/packages/amplify_analytics_pinpoint/CHANGELOG.md +++ b/packages/amplify_analytics_pinpoint/CHANGELOG.md @@ -1,10 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_analytics_pinpoint/pubspec.yaml b/packages/amplify_analytics_pinpoint/pubspec.yaml index 7a57800792..f88cdeea48 100644 --- a/packages/amplify_analytics_pinpoint/pubspec.yaml +++ b/packages/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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint environment: @@ -8,8 +8,8 @@ environment: flutter: ">=1.20.0" dependencies: - amplify_analytics_plugin_interface: 0.3.0-rc.4 - amplify_core: 0.3.0-rc.4 + amplify_analytics_plugin_interface: 0.3.0 + amplify_core: 0.3.0 flutter: sdk: flutter plugin_platform_interface: ^2.0.0 diff --git a/packages/amplify_analytics_plugin_interface/CHANGELOG.md b/packages/amplify_analytics_plugin_interface/CHANGELOG.md index a191972ed2..64682e865f 100644 --- a/packages/amplify_analytics_plugin_interface/CHANGELOG.md +++ b/packages/amplify_analytics_plugin_interface/CHANGELOG.md @@ -1,10 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_analytics_plugin_interface/pubspec.yaml b/packages/amplify_analytics_plugin_interface/pubspec.yaml index 89620d6ef3..1d5cdb2d20 100644 --- a/packages/amplify_analytics_plugin_interface/pubspec.yaml +++ b/packages/amplify_analytics_plugin_interface/pubspec.yaml @@ -1,13 +1,13 @@ name: amplify_analytics_plugin_interface description: The platform interface for the analytics module of Amplify Flutter. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface environment: sdk: ">=2.12.0 <3.0.0" dependencies: - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 flutter: sdk: flutter meta: ^1.1.8 diff --git a/packages/amplify_api/CHANGELOG.md b/packages/amplify_api/CHANGELOG.md index d9a60c4ffe..ca352e6491 100644 --- a/packages/amplify_api/CHANGELOG.md +++ b/packages/amplify_api/CHANGELOG.md @@ -1,18 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -### Fixes - -- fix(amplify_api): remove tabs from graphql document strings in android (#1178) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -### Fixes - -- fix(api): OIDC Fixes for REST/GraphQL - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ### Breaking Changes @@ -22,6 +8,11 @@ - feat(api): GraphQL Subscription Stream (#905) +### Fixes + +- fix(api): remove tabs from graphql document strings in android (#1178) +- fix(api): OIDC Fixes for REST/GraphQL + ## 0.2.10 (2021-11-23) ## 0.2.9 (2021-11-17) diff --git a/packages/amplify_api/pubspec.yaml b/packages/amplify_api/pubspec.yaml index f446672407..56fddbc9c0 100644 --- a/packages/amplify_api/pubspec.yaml +++ b/packages/amplify_api/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_api description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api environment: @@ -8,8 +8,8 @@ environment: flutter: ">=1.20.0" dependencies: - amplify_api_plugin_interface: 0.3.0-rc.4 - amplify_core: 0.3.0-rc.4 + amplify_api_plugin_interface: 0.3.0 + amplify_core: 0.3.0 flutter: sdk: flutter plugin_platform_interface: ^2.0.0 diff --git a/packages/amplify_api_plugin_interface/CHANGELOG.md b/packages/amplify_api_plugin_interface/CHANGELOG.md index b2ac2c7b35..42f8b61a3e 100644 --- a/packages/amplify_api_plugin_interface/CHANGELOG.md +++ b/packages/amplify_api_plugin_interface/CHANGELOG.md @@ -1,14 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -### Fixes - -- fix(api): OIDC Fixes for REST/GraphQL - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ### Breaking Changes @@ -18,6 +8,10 @@ - feat(api): GraphQL Subscription Stream (#905) +### Fixes + +- fix(api): OIDC Fixes for REST/GraphQL + ## 0.2.10 (2021-11-23) ## 0.2.9 (2021-11-17) @@ -39,6 +33,7 @@ ## 0.2.5 (2021-10-14) ### Fixes + - fix(api): OIDC/Lambda changes for DataStore ## 0.2.4 (2021-09-10) diff --git a/packages/amplify_api_plugin_interface/pubspec.yaml b/packages/amplify_api_plugin_interface/pubspec.yaml index f83d23ee88..5aee927e0c 100644 --- a/packages/amplify_api_plugin_interface/pubspec.yaml +++ b/packages/amplify_api_plugin_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_api_plugin_interface description: The platform interface for the API module of Amplify Flutter. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface environment: @@ -8,7 +8,7 @@ environment: flutter: ">=1.17.0" dependencies: - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 collection: ^1.15.0 flutter: sdk: flutter diff --git a/packages/amplify_auth_cognito/CHANGELOG.md b/packages/amplify_auth_cognito/CHANGELOG.md index 7599f33af3..bcc2c4bdcd 100644 --- a/packages/amplify_auth_cognito/CHANGELOG.md +++ b/packages/amplify_auth_cognito/CHANGELOG.md @@ -1,14 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -### Fixes - -- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169) - -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ### Breaking Changes @@ -17,8 +7,9 @@ ### Fixes -- break(amplify_auth_cognito): throw SignedOutException (#893) -- break(amplify_auth_cognito): fixes getCurrentUser disparity (#894) +- fix(amplify_auth_cognito): throw SignedOutException (#893) +- fix(amplify_auth_cognito): fixes getCurrentUser disparity (#894) +- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169) ## 0.2.10 (2021-11-23) @@ -48,6 +39,7 @@ ## 0.2.5 (2021-10-14) ### Fixes + - fix(auth): Add global sign out - fix(auth): Support `preferPrivateSession` flag diff --git a/packages/amplify_auth_cognito/pubspec.yaml b/packages/amplify_auth_cognito/pubspec.yaml index 67e397aada..072a248959 100644 --- a/packages/amplify_auth_cognito/pubspec.yaml +++ b/packages/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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_cognito environment: @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - amplify_auth_plugin_interface: 0.3.0-rc.4 - amplify_core: 0.3.0-rc.4 + amplify_auth_plugin_interface: 0.3.0 + amplify_core: 0.3.0 collection: ^1.15.0 plugin_platform_interface: ^2.0.0 diff --git a/packages/amplify_auth_plugin_interface/CHANGELOG.md b/packages/amplify_auth_plugin_interface/CHANGELOG.md index 4f02d03c7a..8b89428a32 100644 --- a/packages/amplify_auth_plugin_interface/CHANGELOG.md +++ b/packages/amplify_auth_plugin_interface/CHANGELOG.md @@ -1,15 +1,9 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) +## 0.3.0 (2022-01-20) ### Fixes - fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169) -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) - ## 0.2.10 (2021-11-23) ### Fixes @@ -32,6 +26,7 @@ ## 0.2.5 (2021-10-14) ### Fixes + - fix(auth): Add global sign out - fix(auth): Support `preferPrivateSession` flag diff --git a/packages/amplify_auth_plugin_interface/pubspec.yaml b/packages/amplify_auth_plugin_interface/pubspec.yaml index 1560691c59..2308cf5c2b 100644 --- a/packages/amplify_auth_plugin_interface/pubspec.yaml +++ b/packages/amplify_auth_plugin_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_auth_plugin_interface description: The platform interface for the auth module of Amplify Flutter. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_plugin_interface environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter meta: ^1.1.8 - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 dev_dependencies: amplify_test: diff --git a/packages/amplify_core/CHANGELOG.md b/packages/amplify_core/CHANGELOG.md index 5e1d324302..700cec3b1f 100644 --- a/packages/amplify_core/CHANGELOG.md +++ b/packages/amplify_core/CHANGELOG.md @@ -1,6 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) +## 0.3.0 (2022-01-20) ### Features @@ -11,15 +9,8 @@ - fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169) - fix(amplify_datastore): fix error map from ios (#1126) - -## 0.3.0-rc.2 (2021-11-08) - -### Fixes - - fix(api): OIDC Fixes for REST/GraphQL -## 0.3.0-rc.1 (2021-09-24) - ## 0.2.10 (2021-11-23) ### Fixes @@ -67,6 +58,7 @@ ## 0.2.5 (2021-10-14) ### Fixes + - fix(datastore): Sync issues with owner-based auth - fix(datastore): Ensure attaching nested model schema - fix(datastore): Timeout period not increasing diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml index 87949dff1d..4b02095b84 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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core environment: diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md index a1b514b285..33159fc092 100644 --- a/packages/amplify_datastore/CHANGELOG.md +++ b/packages/amplify_datastore/CHANGELOG.md @@ -1,24 +1,12 @@ -## 0.3.0-rc.4 (2022-01-12) +## 0.3.0 (2022-01-20) -### Fixes - -- fix(datastore): configure function triggers initial sync unexpectedly (#986) - -## 0.3.0-rc.3 (2021-12-08) - -### Fixes - -- fix (amplify_datastore): fix error map from ios (#1126) - -## 0.3.0-rc.2 (2021-11-08) - -This release candidate requires a preview version of `@aws-amplify/cli`. To uninstall `@aws-amplify/cli` release version and install preview version by running following command. +This version requires version `>=7.6.10` of `@aws-amplify/cli`. You can install the latest version by running the command: ``` -npm uninstall -g @aws-amplify/cli && npm install -g @aws-amplify/cli@7.7.0-flutter-preview.1 +npm install -g @aws-amplify/cli ``` -and to regenerate models by running following command. +and to regenerate models, run the following command: ``` amplify codegen models @@ -26,35 +14,30 @@ amplify codegen models ### Breaking Changes -- `ModelProvider` and `ModelField` Interface Changes +- `ModelProvider` and `ModelField` interface changes - **How to migrate?** + **How to Migrate:** - - Install the required version of `@aws-amplify/cli` for this release candidate described at the beginning of this section + - Install the required version of `@aws-amplify/cli` described at the beginning of this section - Run `amplify codegen models` to regenerate models -### Features - -- feat: Add CustomType functionality (#847) -- feat: Add ModelField ReadOnly support (#599) - -## 0.3.0-rc.1 (2021-09-24) - -### Breaking Changes - - This version introduces a breaking change to Android Apps as an existing bug writes `Double` and `Boolean` values as `TEXT` in local SQLite database. The fix corrects this behavior. Hence, directly applying this fix may raise SQL error while reading from and writing to local database. - **How to migrate?** - Invoke [`Amplify.DataStore.clear()`](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/#clear-local-data) on App start after upgrading to the latest version of amplify-flutter. This API clears and recreates local database table with correct schema. + **How to Migrate:** + + Invoke [`Amplify.DataStore.clear()`](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/#clear-local-data) on App start after upgrading to the latest version of Amplify Flutter. This API clears and recreates local database table with correct schema. NOTE: Data stored in local database and not synced to cloud will be lost, as [local migration is not supported](https://docs.amplify.aws/lib/datastore/schema-updates/q/platform/flutter/#local-migrations). ### Features -- feat: Add CustomType functionality (#920) +- feat(datastore): Add CustomType functionality (#847) +- feat(datastore): Add ModelField ReadOnly support (#599) ### Fixes +- fix(datastore): configure function triggers initial sync unexpectedly (#986) +- fix(datastore): fix error map from ios (#1126) - break(datastore): cannot saving boolean as integer in SQLite (#895) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml index 2ed0f6398d..06e6d49918 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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore environment: @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - amplify_datastore_plugin_interface: 0.3.0-rc.4 - amplify_core: 0.3.0-rc.4 + amplify_datastore_plugin_interface: 0.3.0 + amplify_core: 0.3.0 plugin_platform_interface: ^2.0.0 meta: ^1.1.8 collection: ^1.14.13 diff --git a/packages/amplify_datastore_plugin_interface/CHANGELOG.md b/packages/amplify_datastore_plugin_interface/CHANGELOG.md index 7df45eff27..26151e7252 100644 --- a/packages/amplify_datastore_plugin_interface/CHANGELOG.md +++ b/packages/amplify_datastore_plugin_interface/CHANGELOG.md @@ -1,20 +1,14 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) +## 0.3.0 (2022-01-20) ### Fixes -- fix (amplify_datastore): fix error map from ios (#1126) - -## 0.3.0-rc.2 (2021-11-08) +- fix(datastore): fix error map from ios (#1126) ### Features - feat: Add CustomType functionality (#847) - feat: Add ModelField ReadOnly support (#599) -## 0.3.0-rc.1 (2021-09-24) - ## 0.2.10 (2021-11-23) ## 0.2.9 (2021-11-17) @@ -45,6 +39,7 @@ ## 0.2.5 (2021-10-14) ### Fixes + - fix(datastore): Sync issues with owner-based auth - fix(datastore): Ensure attaching nested model schema - fix(datastore): Timeout period not increasing diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml index 059849e1b5..b0f4b5eca4 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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface environment: @@ -14,7 +14,7 @@ dependencies: collection: ^1.15.0 date_time_format: ^2.0.1 uuid: ^3.0.1 - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 dev_dependencies: amplify_test: diff --git a/packages/amplify_flutter/CHANGELOG.md b/packages/amplify_flutter/CHANGELOG.md index e5cb9f8a64..121dfe7619 100644 --- a/packages/amplify_flutter/CHANGELOG.md +++ b/packages/amplify_flutter/CHANGELOG.md @@ -1,36 +1,56 @@ -## 0.3.0-rc.4 (2022-01-12) +## 0.3.0 (2022-01-20) ### Breaking Changes -- chore: Linting & clean up (#1202) +- **Flutter**: Linting & clean up (#1202) - **How to Migrate** + **How to Migrate:** - Update all imports of `import 'package:amplify_flutter/amplify.dart';` to import `'package:amplify_flutter/amplify_flutter.dart';` -### Chores +- **API**: This version changes GraphQL subscription interface to use Streams. See the [amplify_api](https://pub.dev/packages/amplify_api) page for additional information. -- chore(config): Add copyWith helpers (#1235) +- **Auth**: The `fetchAuthSession` API will throw a SignedOutException when the user has not signed in, and a SessionExpiredException when the tokens have expired. +- **Auth**: The `getCurrentUser` API will return an AuthUser if the user is still authenticated but the session has expired. -## 0.3.0-rc.3 (2021-12-08) +- **DataStore**: `ModelProvider` and `ModelField` interface changes -### Features + **How to Migrate:** -- [Amplify Authenticator](https://pub.dev/packages/amplify_authenticator) preview release! -- New `AmplifyConfig` type for fully-typed configurations + - Install the required version of `@aws-amplify/cli` as described on the [amplify_datastore](https://pub.dev/packages/amplify_datastore) page + - Run `amplify codegen models` to regenerate models -### Fixes +- **DataStore**: This version introduces a breaking change to Android Apps as an existing bug writes `Double` and `Boolean` values as `TEXT` in local SQLite database. The fix corrects this behavior. Hence, directly applying this fix may raise SQL error while reading from and writing to local database. + + **How to Migrate:** -- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169) -- fix(amplify_datastore): fix error map from ios (#1126) + Invoke [`Amplify.DataStore.clear()`](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/#clear-local-data) on App start after upgrading to the latest version of Amplify Flutter. This API clears and recreates local database table with correct schema. -## 0.3.0-rc.2 (2021-11-08) + NOTE: Data stored in local database and not synced to cloud will be lost, as [local migration is not supported](https://docs.amplify.aws/lib/datastore/schema-updates/q/platform/flutter/#local-migrations). + +### Features + +- [Amplify Authenticator](https://pub.dev/packages/amplify_authenticator) preview release! +- New `AmplifyConfig` type for fully-typed configurations +- feat(api): GraphQL Subscription Stream (#905) +- feat(datastore): Add CustomType functionality (#847) +- feat(datastore): Add ModelField ReadOnly support (#599) ### Fixes +- fix(api): remove tabs from graphql document strings in android (#1178) - fix(api): OIDC Fixes for REST/GraphQL +- fix(auth): throw SignedOutException (#893) +- fix(auth): fixes getCurrentUser disparity (#894) +- fix(auth): remove int.parse from AuthUserAttribute (#1169) +- fix(datastore): configure function triggers initial sync unexpectedly (#986) +- fix(datastore): fix error map from ios (#1126) +- break(datastore): cannot saving boolean as integer in SQLite (#895) + +### Chores -## 0.3.0-rc.1 (2021-09-24) +- chore(core): Linting & clean up (#1202) +- chore(core): Add copyWith helpers (#1235) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_flutter/lib/src/amplify_impl.dart b/packages/amplify_flutter/lib/src/amplify_impl.dart index 4771bc7ba1..a5dfd7771b 100644 --- a/packages/amplify_flutter/lib/src/amplify_impl.dart +++ b/packages/amplify_flutter/lib/src/amplify_impl.dart @@ -131,7 +131,7 @@ class AmplifyClass extends PlatformInterface { } String _getVersion() { - return '0.3.0-rc.4'; + return '0.3.0'; } /// Configures Amplify with the provided configuration string. diff --git a/packages/amplify_flutter/pubspec.yaml b/packages/amplify_flutter/pubspec.yaml index f31b5d48f7..03f547c4c4 100644 --- a/packages/amplify_flutter/pubspec.yaml +++ b/packages/amplify_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_flutter description: The top level Flutter package for the AWS Amplify libraries. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_flutter environment: @@ -8,12 +8,12 @@ environment: flutter: ">=2.0.0" dependencies: - amplify_analytics_plugin_interface: 0.3.0-rc.4 - amplify_api_plugin_interface: 0.3.0-rc.4 - amplify_auth_plugin_interface: 0.3.0-rc.4 - amplify_core: 0.3.0-rc.4 - amplify_datastore_plugin_interface: 0.3.0-rc.4 - amplify_storage_plugin_interface: 0.3.0-rc.4 + amplify_analytics_plugin_interface: 0.3.0 + amplify_api_plugin_interface: 0.3.0 + amplify_auth_plugin_interface: 0.3.0 + amplify_core: 0.3.0 + amplify_datastore_plugin_interface: 0.3.0 + amplify_storage_plugin_interface: 0.3.0 collection: ^1.15.0 flutter: sdk: flutter @@ -47,12 +47,12 @@ dependencies: # path: ../amplify_storage_s3 dev_dependencies: - amplify_analytics_pinpoint: 0.3.0-rc.4 - amplify_api: 0.3.0-rc.4 - amplify_auth_cognito: 0.3.0-rc.4 - amplify_datastore: 0.3.0-rc.4 + amplify_analytics_pinpoint: 0.3.0 + amplify_api: 0.3.0 + amplify_auth_cognito: 0.3.0 + amplify_datastore: 0.3.0 amplify_lints: ^1.0.0 - amplify_storage_s3: 0.3.0-rc.4 + amplify_storage_s3: 0.3.0 amplify_test: path: ../amplify_test build_runner: ^2.0.0 diff --git a/packages/amplify_storage_plugin_interface/CHANGELOG.md b/packages/amplify_storage_plugin_interface/CHANGELOG.md index aa07c21dd9..c1c64b01a0 100644 --- a/packages/amplify_storage_plugin_interface/CHANGELOG.md +++ b/packages/amplify_storage_plugin_interface/CHANGELOG.md @@ -1,10 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_storage_plugin_interface/pubspec.yaml b/packages/amplify_storage_plugin_interface/pubspec.yaml index bfa2edb634..81968969ad 100644 --- a/packages/amplify_storage_plugin_interface/pubspec.yaml +++ b/packages/amplify_storage_plugin_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: amplify_storage_plugin_interface description: The platform interface for the storage module of Amplify Flutter. -version: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_storage_plugin_interface environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter meta: ^1.1.8 - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 dev_dependencies: amplify_test: diff --git a/packages/amplify_storage_s3/CHANGELOG.md b/packages/amplify_storage_s3/CHANGELOG.md index ca16196158..18420794f3 100644 --- a/packages/amplify_storage_s3/CHANGELOG.md +++ b/packages/amplify_storage_s3/CHANGELOG.md @@ -1,10 +1,4 @@ -## 0.3.0-rc.4 (2022-01-12) - -## 0.3.0-rc.3 (2021-12-08) - -## 0.3.0-rc.2 (2021-11-08) - -## 0.3.0-rc.1 (2021-09-24) +## 0.3.0 (2022-01-20) ## 0.2.10 (2021-11-23) diff --git a/packages/amplify_storage_s3/pubspec.yaml b/packages/amplify_storage_s3/pubspec.yaml index a9635328e9..ac238fb061 100644 --- a/packages/amplify_storage_s3/pubspec.yaml +++ b/packages/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: 0.3.0-rc.4 +version: 0.3.0 homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_storage_s3 environment: @@ -10,9 +10,9 @@ environment: dependencies: flutter: sdk: flutter - amplify_storage_plugin_interface: 0.3.0-rc.4 + amplify_storage_plugin_interface: 0.3.0 plugin_platform_interface: ^2.0.0 - amplify_core: 0.3.0-rc.4 + amplify_core: 0.3.0 dev_dependencies: amplify_test: