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

Upgrade to smithy 1.25.0 #1835

Merged
merged 2 commits into from Sep 14, 2022
Merged

Upgrade to smithy 1.25.0 #1835

merged 2 commits into from Sep 14, 2022

Commits on Sep 13, 2022

  1. Upgrade to smithy 1.25.0

    Update EC2 unboxed shapes to boxed shapes backfill customization
    
    Due to changes in smithy 2.0 nullability semantics around the
    `@box` trait, the generated code for `ec2.json` generated
    incorrect code.
    
    Instead of adding `@box` traits to certain members in the
    customization, the `@clientOptional` trait is added to members
    of all structure shapes.
    
    Chores:
    
    - Add mavenLocal to codegen build files
    - Update .gitignore to ignore .idea/
    syall committed Sep 13, 2022
    Copy the full SHA
    cb4c781 View commit details
    Browse the repository at this point in the history
  2. Regenerate clients with break/fix's

    Due to prior bugs for `@box` members not being serialized as a
    pointer type and incorrect pagination serialization, the clients
    in this commit are regenerated with the break/fix's.
    syall committed Sep 13, 2022
    Copy the full SHA
    f525157 View commit details
    Browse the repository at this point in the history