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/aws-sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.28.9
Choose a base ref
...
head repository: aws/aws-sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.28.10
Choose a head ref
  • 4 commits
  • 46 files changed
  • 4 contributors

Commits on Jan 24, 2020

  1. Release v1.28.9 (2020-01-24) (#3100)

    Release v1.28.9 (2020-01-24)
    ===
    
    ### Service Client Updates
    * `service/datasync`: Updates service API and documentation
    * `service/ecs`: Updates service API and documentation
      * This release provides support for tagging Amazon ECS task sets for services using external deployment controllers.
    * `service/eks`: Updates service API
    * `service/opsworkscm`: Updates service documentation
      * AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs.
    * `service/workspaces`: Updates service documentation
      * Documentation updates for WorkSpaces
    aws-sdk-go-automation authored Jan 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    31dedf3 View commit details
  2. aws/request: Add support for EC2 specific throttle exception code (#3086

    )
    
    Adds support for the EC2ThrottledException throttling exception code.
    The SDK will now treat this error code as throttling.
    jasdel authored Jan 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3acad12 View commit details

Commits on Jan 30, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1edb62f View commit details

Commits on Feb 4, 2020

  1. Release v1.28.10 (2020-02-04)

    ===
    
    ### Service Client Updates
    * `service/cloudfront`: Updates service documentation
      * Documentation updates for CloudFront
    * `service/ec2`: Updates service API and documentation
      * Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
    * `service/iot`: Updates service API
      * Updated ThrottlingException documentation to report that the error code is 400, and not 429, to reflect actual system behaviour.
    * `service/kafka`: Updates service API, documentation, and paginators
    * `service/ssm`: Updates service API and documentation
      * This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
    * `service/storagegateway`: Updates service API
      * Adding KVM as a support hypervisor
    * `service/workmail`: Updates service API and documentation
      * This release adds support for tagging Amazon WorkMail organizations.
    
    ### SDK Enhancements
    * `aws/request`: Add support for EC2 specific throttle exception code
      * Adds support for the EC2ThrottledException throttling exception code. The SDK will now treat this error code as throttling.
    
    ### SDK Bugs
    * `aws/request`: Fixes an issue where the HTTP host header did not reflect changes to the endpoint URL ([#3102](#3102))
      * Fixes [#3093](#3093)
    awssdkgo committed Feb 4, 2020
    Copy the full SHA
    086fb47 View commit details
Loading