-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(version): Bump version #3555
Closed
ragingsquirrel3
wants to merge
30
commits into
aws-amplify:stable
from
ragingsquirrel3:chore/stable/1.3.2
Closed
chore(version): Bump version #3555
ragingsquirrel3
wants to merge
30
commits into
aws-amplify:stable
from
ragingsquirrel3:chore/stable/1.3.2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
….0 to 2.73.0 in /packages/amplify_native_legacy_wrapper/android (#3519) chore(deps): Bump com.amazonaws:aws-android-sdk-cognitoauth Bumps [com.amazonaws:aws-android-sdk-cognitoauth](https://github.com/aws/aws-sdk-android) from 2.72.0 to 2.73.0. - [Release notes](https://github.com/aws/aws-sdk-android/releases) - [Changelog](https://github.com/aws-amplify/aws-sdk-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/aws-sdk-android@release_v2.72.0...release_v2.73.0) --- updated-dependencies: - dependency-name: com.amazonaws:aws-android-sdk-cognitoauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates Smithy version when `--update` is passed to the `generate goldens` command.
…t `httpPayload` Don't consider metadata members when a service does not support the `httpPayload` trait. Some Smithy models may include these traits but they should just be ignored.
In order to clean up generated code a bit, only prefix types exported from the runtime packages (e.g. `aws_common`, `smithy`). This can probably be refined further to use `show` instead but this would require dynamically updating the types which conflict or enumerating them all up front.
To remove import prefixes.
feat(aft): Use `pubspec.yaml` instead of `aft.yaml` The `aft.yaml` file duplicates many of the fields present in the a `pubspec.yaml` file. It also means that `aft` commands cannot be run outside the Amplify Flutter repo even though that may be useful. Further, by isolating dependencies in a separate file, dependabot is less useful since it won't update `aft.yaml` when making its checks.
Adds `dataclass` and `dataclassfile` code snippets for templating a JSON-serializable data class which conforms to `AWSSerializable` and `AWSDebuggable`.
Incorporates aws-amplify/amplify-android#2545 to fix custom list serialization and deserialization on Android.
Further improves analysis speed in the repo by only analyzing the projects which have files open.
Broken after `aft.yaml` refactor
Fixes an issue with state machines and how errors are propagated between Zones. Since errors never cross error Zone boundaries, and because these boundaries are inserted often outside our control, all Futures we vend from EventCompleter must be created in the listening Zone.
Gives better naming to some of the methods and adds additional logging in places.
This was set to `beta` initially because our docs package tool required a version of Dart which had not been rolled into Flutter yet.
Adds support for the `ec2Query` protocol which is used by the EC2 service exclusively.
- fix(core): Cross-zone completion - fix(datastore): Custom list serde ([#3544](#3544)) - feat(aws_common)!: Add credentials provider chain - feat(smithy): `ec2Query` protocol Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
Closing in favor of #3556 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(core): Cross-zone completion
fix(datastore): Custom list serde (#3544)
feat(aws_common)!: Add credentials provider chain
feat(smithy):
ec2Query
protocolUpdated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.