8000 Release 2024-03-05 · aws/aws-sdk-go-v2@bd15f86 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd15f86

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-03-05
1 parent 3bfebf4 commit bd15f86

File tree

63 files changed

+175
-130
lines changed
  • s3
  • sesv2
  • sts
  • transcribestreaming/internal/testing
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    63 files changed

    +175
    -130
    lines changed

    ‎.changelog/1490e092d1e5494c81a499acb54d453b.json‎

    Lines changed: 0 additions & 8 deletions
    This file was deleted.

    ‎.changelog/2eb350eef6ec4e1fa0369acca133e260.json‎

    Lines changed: 0 additions & 8 deletions
    This file was deleted.

    ‎.changelog/7ea07c51545b4ef388ba5260bb2a8df9.json‎

    Lines changed: 0 additions & 8 deletions
    This file was deleted.

    ‎.changelog/abe9966aa543443880fd14f5573a50e7.json‎

    Lines changed: 0 additions & 8 deletions
    This file was deleted.

    ‎.changelog/e9c7960c3e13455d9e351aafcc635312.json‎

    Lines changed: 0 additions & 8 deletions
    This file was deleted.

    ‎CHANGELOG.md‎

    Lines changed: 17 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,20 @@
    1+
    # Release (2024-03-05)
    2+
    3+
    ## General Highlights
    4+
    * **Dependency Update**: Updated to the latest SDK module versions
    5+
    6+
    ## Module Highlights
    7+
    * `github.com/aws/aws-sdk-go-v2/service/apigateway`: [v1.23.3](service/apigateway/CHANGELOG.md#v1233-2024-03-05)
    8+
    * **Documentation**: Documentation updates for Amazon API Gateway
    9+
    * `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.1.2](service/chatbot/CHANGELOG.md#v112-2024-03-05)
    10+
    * **Documentation**: Minor update to documentation.
    11+
    * `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url`: [v1.11.4](service/internal/presigned-url/CHANGELOG.md#v1114-2024-03-05)
    12+
    * **Bug Fix**: Restore typo'd API `AddAsIsInternalPresigingMiddleware` as an alias for backwards compatibility.
    13+
    * `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.27.0](service/organizations/CHANGELOG.md#v1270-2024-03-05)
    14+
    * **Feature**: This release contains an endpoint addition
    15+
    * `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.27.0](service/sesv2/CHANGELOG.md#v1270-2024-03-05)
    16+
    * **Feature**: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
    17+
    118
    # Release (2024-03-04)
    219

    320
    ## General Highlights

    ‎config/CHANGELOG.md‎

    Lines changed: 4 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,7 @@
    1+
    # v1.27.6 (2024-03-05)
    2+
    3+
    * **Dependency Update**: Updated to the latest SDK module versions
    4+
    15
    # v1.27.5 (2024-03-04)
    26

    37
    * **Dependency Update**: Updated to the latest SDK module versions

    ‎config/go.mod‎

    Lines changed: 3 additions & 3 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,12 +4,12 @@ go 1.20
    44

    55
    require (
    66
    github.com/aws/aws-sdk-go-v2 v1.25.2
    7-
    github.com/aws/aws-sdk-go-v2/credentials v1.17.5
    7+
    github.com/aws/aws-sdk-go-v2/credentials v1.17.6
    88
    github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.2
    99
    github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
    1010
    github.com/aws/aws-sdk-go-v2/service/sso v1.20.1
    1111
    github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.1
    12-
    github.com/aws/aws-sdk-go-v2/service/sts v1.28.2
    12+
    github.com/aws/aws-sdk-go-v2/service/sts v1.28.3
    1313
    github.com/aws/smithy-go v1.20.1
    1414
    github.com/google/go-cmp v0.5.8
    1515
    )
    @@ -18,7 +18,7 @@ require (
    1818
    github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.2 // indirect
    1919
    github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.2 // indirect
    2020
    github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect
    21-
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.3 // indirect
    21+
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.4 // indirect
    2222
    )
    2323

    2424
    replace github.com/aws/aws-sdk-go-v2 => ../

    ‎config/go_module_metadata.go‎

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    ‎credentials/CHANGELOG.md‎

    Lines changed: 4 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,7 @@
    1+
    # v1.17.6 (2024-03-05)
    2+
    3+
    * **Dependency Update**: Updated to the latest SDK module versions
    4+
    15
    # v1.17.5 (2024-03-04)
    26

    37
    * **Dependency Update**: Updated to the latest SDK module versions

    0 commit comments

    Comments
     (0)
    0