Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
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.42.52
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.43.1
Choose a head ref
  • 5 commits
  • 57 files changed
  • 2 contributors

Commits on Feb 11, 2022

  1. codegen: Correct the generated event stream docstring (#4270)

    Fixes missing closing parentheses in event stream docstring found in
    #4251
    jasdel authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    961902f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Release v1.42.53 (2022-02-14) (#4277)

    Release v1.42.53 (2022-02-14)
    ===
    
    ### Service Client Updates
    * `service/appflow`: Updates service API and documentation
    * `service/athena`: Updates service API and documentation
      * This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
    * `service/rds`: Updates service API, documentation, waiters, paginators, and examples
      * Adds support for determining which Aurora PostgreSQL versions support Babelfish.
    aws-sdk-go-automation authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    796368e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. codegen: Update API client generation to not support new JSONValue me…

    …mbers (#4269)
    
    Updates the SDK's code generation to stop supporting new API modeled
    JSONValue parameters. The SDK's JSONValue type is only compatible with
    JSON documents with a top level JSON Object. JSON Lists, Strings,
    Scalars, are not compatible. This prevents JSON Value working with some
    APIs such as Amazon Lex Runtime Service's operations.
    
    This update also introduces the breaking change to
    service/lexruntimeservice package by changing the following parameters
    from a JSONValue to string type.
    * PostContentInput.ActiveContexts
    * PutContentOutput.AlternativeIntents
    * PutContentOutput.ActiveContexts
    * PutSessionOutput.ActiveContexts
    jasdel authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    93134df View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Release v1.43.0 (2022-02-16) (#4279)

    Release v1.43.0 (2022-02-16)
    ===
    
    ### Service Client Updates
    * `service/budgets`: Updates service API and documentation
      * Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
    * `service/ce`: Updates service API
    * `service/ec2`: Updates service API and documentation
      * Documentation updates for EC2.
    * `service/glue`: Updates service API and documentation
      * Support for optimistic locking in UpdateTable
    * `service/ssm`: Updates service documentation
      * Assorted ticket fixes and updates for AWS Systems Manager.
    
    ### SDK Features
    * `codegen`: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations. 
      * Related to [#4264](#4264) and [#4258](#4258)
    
    ### SDK Bugs
    * `service/lexruntimeservice`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists.
      * PostContentInput.ActiveContexts
      * PutContentOutput.AlternativeIntents
      * PutContentOutput.ActiveContexts
      * PutSessionOutput.ActiveContexts
      * Fixes [#4258](#4258)
    aws-sdk-go-automation authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6f163e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Release v1.43.1 (2022-02-17) (#4281)

    Release v1.43.1 (2022-02-17)
    ===
    
    ### Service Client Updates
    * `service/backup`: Updates service API and documentation
    * `service/evidently`: Updates service API and documentation
    * `service/iam`: Updates service documentation
      * Documentation updates for AWS Identity and Access Management (IAM).
    * `service/redshift`: Updates service API and documentation
      * SDK release for Cross region datasharing and cost-control for cross region datasharing
    aws-sdk-go-automation authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9429e75 View commit details
    Browse the repository at this point in the history
Loading