Files
buildx/vendor/github.com/aws/aws-sdk-go-v2/service/signin/CHANGELOG.md
T
2026-07-22 15:27:47 -07:00

3.9 KiB

v1.5.0 (2026-07-21)

  • Feature: Add an option to clients to disable clock skew
  • Dependency Update: Updated to the latest SDK module versions

v1.4.1 (2026-07-13)

  • No change notes available for this release.

v1.4.0 (2026-07-08.2)

  • Feature: Adds support for OAuth 2.0 token operations in AWS Sign-In, CreateOAuth2TokenWithIAM (client credentials flow), IntrospectOAuth2TokenWithIAM (token inspection), and RevokeOAuth2TokenWithIAM (token revocation).

v1.3.0 (2026-07-06)

  • Feature: Add request serialization snapshot tests.

v1.2.2 (2026-07-01)

  • Bug Fix: Bump smithy-go to 1.27.3, fix JSON encorder for document.Number, endpoint host label format validation and CBOR union serialization on new serde
  • Dependency Update: Updated to the latest SDK module versions

v1.2.1 (2026-06-29)

  • No change notes available for this release.

v1.2.0 (2026-06-10)

  • Feature: AWS Sign-In now allows customers to control access to the AWS Management Console using resource-based policies. With this release customers can restrict console access based on network perimeters such as VPC IDs, VPC endpoints, and IP addresses.

v1.1.5 (2026-06-08)

  • Dependency Update: Updated to the latest SDK module versions

v1.1.4 (2026-06-04)

  • Dependency Update: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services.
  • Dependency Update: Updated to the latest SDK module versions

v1.1.3 (2026-06-03)

  • Dependency Update: Updated to the latest SDK module versions

v1.1.2 (2026-06-02)

  • Dependency Update: Updated to the latest SDK module versions

v1.1.1 (2026-05-29)

  • Dependency Update: Update to smithy-go v1.26.0.
  • Dependency Update: Updated to the latest SDK module versions

v1.1.0 (2026-05-28)

  • Feature: Adding new BDD representation of endpoint ruleset
  • Dependency Update: Updated to the latest SDK module versions

v1.0.11 (2026-04-29)

  • Dependency Update: Update to smithy-go v1.25.1.
  • Dependency Update: Updated to the latest SDK module versions

v1.0.10 (2026-04-17)

  • Dependency Update: Bump smithy-go to 1.25.0 to support endpointBdd trait
  • Dependency Update: Updated to the latest SDK module versions

v1.0.9 (2026-03-26)

  • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • Dependency Update: Updated to the latest SDK module versions

v1.0.8 (2026-03-13)

  • Dependency Update: Updated to the latest SDK module versions

v1.0.7 (2026-03-03)

  • Dependency Update: Bump minimum Go version to 1.24
  • Dependency Update: Updated to the latest SDK module versions

v1.0.6 (2026-02-23)

  • Dependency Update: Updated to the latest SDK module versions

v1.0.5 (2026-01-09)

  • Dependency Update: Updated to the latest SDK module versions

v1.0.4 (2025-12-08)

  • Dependency Update: Updated to the latest SDK module versions

v1.0.3 (2025-12-02)

  • Dependency Update: Updated to the latest SDK module versions
  • Dependency Update: Upgrade to smithy-go v1.24.0. Notably this version of the library reduces the allocation footprint of the middleware system. We observe a ~10% reduction in allocations per SDK call with this change.

v1.0.2 (2025-11-25)

  • Bug Fix: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234

v1.0.1 (2025-11-19.2)

  • Dependency Update: Updated to the latest SDK module versions

v1.0.0 (2025-11-19)

  • Release: New AWS service client module
  • Feature: AWS Sign-In manages authentication for AWS services. This service provides secure authentication flows for accessing AWS resources from the console and developer tools. This release adds the CreateOAuth2Token API, which can be used to fetch OAuth2 access tokens and refresh tokens from Sign-In.