Skip to content
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
wants to merge 30 commits into from
Closed

chore(version): Bump version #3555

wants to merge 30 commits into from

Conversation

ragingsquirrel3
Copy link
Contributor

@ragingsquirrel3 ragingsquirrel3 commented Aug 14, 2023

  • fix(core): Cross-zone completion

  • fix(datastore): Custom list serde (#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

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dependabot bot and others added 30 commits August 14, 2023 14:29
….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
@ragingsquirrel3 ragingsquirrel3 requested a review from a team as a code owner August 14, 2023 22:56
@dnys1
Copy link
Contributor

dnys1 commented Aug 14, 2023

Closing in favor of #3556

@dnys1 dnys1 closed this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants