CHANGELOG.md (4860B)
1 # v1.5.7 (2026-08-20) 2 3 * **Dependency Update**: Updated to the latest SDK module versions 4 5 # v1.5.6 (2026-08-14) 6 7 * **Dependency Update**: Update to smithy-go v1.27.8. 8 * **Dependency Update**: Updated to the latest SDK module versions 9 10 # v1.5.5 (2026-08-10) 11 12 * **Dependency Update**: Update to smithy-go v1.27.7. 13 * **Dependency Update**: Updated to the latest SDK module versions 14 15 # v1.5.4 (2026-08-05) 16 17 * **Dependency Update**: Updated to the latest SDK module versions 18 19 # v1.5.3 (2026-07-31.2) 20 21 * **Dependency Update**: Updated to the latest SDK module versions 22 * **Dependency Update**: Upgrade to smithy-go v1.27.6 to fix various serde issues in HTTP binding services. 23 24 # v1.5.2 (2026-07-29) 25 26 * **Dependency Update**: Updated to the latest SDK module versions 27 28 # v1.5.1 (2026-07-28) 29 30 * **Dependency Update**: Update to smithy-go v1.27.5. 31 * **Dependency Update**: Updated to the latest SDK module versions 32 33 # v1.5.0 (2026-07-21) 34 35 * **Feature**: Add an option to clients to disable clock skew 36 * **Dependency Update**: Updated to the latest SDK module versions 37 38 # v1.4.1 (2026-07-13) 39 40 * No change notes available for this release. 41 42 # v1.4.0 (2026-07-08.2) 43 44 * **Feature**: Adds support for OAuth 2.0 token operations in AWS Sign-In, CreateOAuth2TokenWithIAM (client credentials flow), IntrospectOAuth2TokenWithIAM (token inspection), and RevokeOAuth2TokenWithIAM (token revocation). 45 46 # v1.3.0 (2026-07-06) 47 48 * **Feature**: Add request serialization snapshot tests. 49 50 # v1.2.2 (2026-07-01) 51 52 * **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 53 * **Dependency Update**: Updated to the latest SDK module versions 54 55 # v1.2.1 (2026-06-29) 56 57 * No change notes available for this release. 58 59 # v1.2.0 (2026-06-10) 60 61 * **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. 62 63 # v1.1.5 (2026-06-08) 64 65 * **Dependency Update**: Updated to the latest SDK module versions 66 67 # v1.1.4 (2026-06-04) 68 69 * **Dependency Update**: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services. 70 * **Dependency Update**: Updated to the latest SDK module versions 71 72 # v1.1.3 (2026-06-03) 73 74 * **Dependency Update**: Updated to the latest SDK module versions 75 76 # v1.1.2 (2026-06-02) 77 78 * **Dependency Update**: Updated to the latest SDK module versions 79 80 # v1.1.1 (2026-05-29) 81 82 * **Dependency Update**: Update to smithy-go v1.26.0. 83 * **Dependency Update**: Updated to the latest SDK module versions 84 85 # v1.1.0 (2026-05-28) 86 87 * **Feature**: Adding new BDD representation of endpoint ruleset 88 * **Dependency Update**: Updated to the latest SDK module versions 89 90 # v1.0.11 (2026-04-29) 91 92 * **Dependency Update**: Update to smithy-go v1.25.1. 93 * **Dependency Update**: Updated to the latest SDK module versions 94 95 # v1.0.10 (2026-04-17) 96 97 * **Dependency Update**: Bump smithy-go to 1.25.0 to support endpointBdd trait 98 * **Dependency Update**: Updated to the latest SDK module versions 99 100 # v1.0.9 (2026-03-26) 101 102 * **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. 103 * **Dependency Update**: Updated to the latest SDK module versions 104 105 # v1.0.8 (2026-03-13) 106 107 * **Dependency Update**: Updated to the latest SDK module versions 108 109 # v1.0.7 (2026-03-03) 110 111 * **Dependency Update**: Bump minimum Go version to 1.24 112 * **Dependency Update**: Updated to the latest SDK module versions 113 114 # v1.0.6 (2026-02-23) 115 116 * **Dependency Update**: Updated to the latest SDK module versions 117 118 # v1.0.5 (2026-01-09) 119 120 * **Dependency Update**: Updated to the latest SDK module versions 121 122 # v1.0.4 (2025-12-08) 123 124 * **Dependency Update**: Updated to the latest SDK module versions 125 126 # v1.0.3 (2025-12-02) 127 128 * **Dependency Update**: Updated to the latest SDK module versions 129 * **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. 130 131 # v1.0.2 (2025-11-25) 132 133 * **Bug Fix**: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234 134 135 # v1.0.1 (2025-11-19.2) 136 137 * **Dependency Update**: Updated to the latest SDK module versions 138 139 # v1.0.0 (2025-11-19) 140 141 * **Release**: New AWS service client module 142 * **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. 143