Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/smithy-go Loading
base: v1.9.1
Choose a base ref
...
head repository: aws/smithy-go Loading
compare: v1.11.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 2 contributors

Commits on Jan 11, 2022

  1. Add smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#348)

    Fixes the SDK's code generation to pin smithy-cli to smithyVersion to
    restrict the supported version.
    jasdel committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    ea0e57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f7bd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    ab0119d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from aws/defaults

    Add support for tracking original client initialized option values
    skmcgrail committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2360b66 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Release v1.10.0

    jasdel committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7d70c9b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Update smithy-go to pin to smithy 1.15

    Updates smithy-go to pin to the smithy 1.15 version.
    jasdel committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    fe8fee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update smithy-go to pin to smithy 1.16

    Updates smithy-go to pin to the smithy 1.16 version
    jasdel committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    5b607ab View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    b4b0134 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Update smithy-go to pin to smithy 1.17

    Updates smithy-go to pin to the smithy 1.17 version
    jasdel committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5adb4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge pull request #351 from aws/updateSmithy

    Updates smithy-go to pin to the smithy 1.17.0 version.
    
    Updates the code generation to handle (de)serialization of quoted header list values.
    jasdel committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    19f221b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. codegen: Add support for operation finalize option take client (#352)

    Updates the API client code generation to optionally take the Client
    value as input. Allowing finalizers to identify differences between what
    the client was originally configured with and the operation's new
    options.
    
    Removes the unexported unused map of client initialized options from
    Options.
    jasdel committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    86c1861 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Bump smithy-go dependencies

    Updates dependencies to latest versions.
    * github.com/google/go-cmp v0.5.4 -> v0.5.7
    jasdel committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6686393 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #353 from aws/fixup/BumpGoDeps

    Bump smithy-go dependencies
    jasdel committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9ebade9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Release v1.11.0

    jasdel committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e7e1256 View commit details
    Browse the repository at this point in the history
Loading