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.43.4
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.7
Choose a head ref
  • 4 commits
  • 56 files changed
  • 2 contributors

Commits on Feb 23, 2022

  1. go.mod: update vulnerable net library (#4292)

    Fixes #4291 by updating SDK's dependency on `golang.org/x/text` package to latest version CVE issue is addressed
    danieljmt authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f084416 View commit details
    Browse the repository at this point in the history
  2. Release v1.43.5 (2022-02-23) (#4293)

    Release v1.43.5 (2022-02-23)
    ===
    
    ### Service Client Updates
    * `service/lambda`: Updates service API, documentation, and waiters
      * Lambda releases .NET 6 managed runtime to be available in all commercial regions.
    * `service/textract`: Updates service API
    * `service/transfer`: Updates service API and documentation
      * The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.
    aws-sdk-go-automation authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    021d53c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Release v1.43.6 (#4294)

    Release v1.43.6 (2022-02-24)
    ===
    
    ### Service Client Updates
    * `service/autoscaling`: Updates service API, documentation, and examples
      * You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
    * `service/databrew`: Updates service API and documentation
    * `service/fms`: Updates service API and documentation
    * `service/lightsail`: Updates service API and documentation
      * This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
    * `service/route53`: Updates service documentation
      * SDK doc update for Route 53 to update some parameters with new information.
    * `service/s3`: Updates service examples
      * This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
    * `service/s3control`: Updates service API and documentation
      * Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
    * `service/transfer`: Updates service paginators
      * Support automatic pagination when listing AWS Transfer Family resources.
    aws-sdk-go-automation authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1f3b1b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Release v1.43.7 (2022-02-25) (#4295)

    Release v1.43.7 (2022-02-25)
    ===
    
    ### Service Client Updates
    * `service/elasticache`: Updates service documentation
      * Doc only update for ElastiCache
    * `service/panorama`: Updates service API and documentation
    aws-sdk-go-automation authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f77d1c4 View commit details
    Browse the repository at this point in the history
Loading