CHANGELOG.md (12327B)
1 # v1.23.1 (2024-02-23) 2 3 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future. 4 * **Dependency Update**: Updated to the latest SDK module versions 5 6 # v1.23.0 (2024-02-22) 7 8 * **Feature**: Add middleware stack snapshot tests. 9 10 # v1.22.2 (2024-02-21) 11 12 * **Dependency Update**: Updated to the latest SDK module versions 13 14 # v1.22.1 (2024-02-20) 15 16 * **Bug Fix**: When sourcing values for a service's `EndpointParameters`, the lack of a configured region (i.e. `options.Region == ""`) will now translate to a `nil` value for `EndpointParameters.Region` instead of a pointer to the empty string `""`. This will result in a much more explicit error when calling an operation instead of an obscure hostname lookup failure. 17 18 # v1.22.0 (2024-02-13) 19 20 * **Feature**: Bump minimum Go version to 1.20 per our language support policy. 21 * **Dependency Update**: Updated to the latest SDK module versions 22 23 # v1.21.7 (2024-01-16) 24 25 * No change notes available for this release. 26 27 # v1.21.6 (2024-01-04) 28 29 * **Dependency Update**: Updated to the latest SDK module versions 30 31 # v1.21.5 (2023-12-08) 32 33 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. 34 35 # v1.21.4 (2023-12-07) 36 37 * **Dependency Update**: Updated to the latest SDK module versions 38 39 # v1.21.3 (2023-12-06) 40 41 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously. 42 43 # v1.21.2 (2023-12-01) 44 45 * **Bug Fix**: Correct wrapping of errors in authentication workflow. 46 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction. 47 * **Dependency Update**: Updated to the latest SDK module versions 48 49 # v1.21.1 (2023-11-30) 50 51 * **Dependency Update**: Updated to the latest SDK module versions 52 53 # v1.21.0 (2023-11-29) 54 55 * **Feature**: Expose Options() accessor on service clients. 56 * **Dependency Update**: Updated to the latest SDK module versions 57 58 # v1.20.3 (2023-11-28.2) 59 60 * **Dependency Update**: Updated to the latest SDK module versions 61 62 # v1.20.2 (2023-11-28) 63 64 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction. 65 66 # v1.20.1 (2023-11-20) 67 68 * **Dependency Update**: Updated to the latest SDK module versions 69 70 # v1.20.0 (2023-11-17) 71 72 * **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`. 73 74 # v1.19.2 (2023-11-15) 75 76 * **Dependency Update**: Updated to the latest SDK module versions 77 78 # v1.19.1 (2023-11-09) 79 80 * **Dependency Update**: Updated to the latest SDK module versions 81 82 # v1.19.0 (2023-11-01) 83 84 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file. 85 * **Dependency Update**: Updated to the latest SDK module versions 86 87 # v1.18.0 (2023-10-31) 88 89 * **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/). 90 * **Dependency Update**: Updated to the latest SDK module versions 91 92 # v1.17.3 (2023-10-12) 93 94 * **Dependency Update**: Updated to the latest SDK module versions 95 96 # v1.17.2 (2023-10-06) 97 98 * **Dependency Update**: Updated to the latest SDK module versions 99 100 # v1.17.1 (2023-09-22) 101 102 * No change notes available for this release. 103 104 # v1.17.0 (2023-09-20) 105 106 * **Feature**: Update FIPS endpoints in aws-us-gov. 107 108 # v1.16.0 (2023-09-18) 109 110 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service. 111 * **Feature**: Adds several endpoint ruleset changes across all models: smaller rulesets, removed non-unique regional endpoints, fixes FIPS and DualStack endpoints, and make region not required in SDK::Endpoint. Additional breakfix to cognito-sync field. 112 113 # v1.15.6 (2023-09-05) 114 115 * No change notes available for this release. 116 117 # v1.15.5 (2023-08-21) 118 119 * **Dependency Update**: Updated to the latest SDK module versions 120 121 # v1.15.4 (2023-08-18) 122 123 * **Dependency Update**: Updated to the latest SDK module versions 124 125 # v1.15.3 (2023-08-17) 126 127 * **Dependency Update**: Updated to the latest SDK module versions 128 129 # v1.15.2 (2023-08-07) 130 131 * **Dependency Update**: Updated to the latest SDK module versions 132 133 # v1.15.1 (2023-08-01) 134 135 * No change notes available for this release. 136 137 # v1.15.0 (2023-07-31) 138 139 * **Feature**: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide. 140 * **Dependency Update**: Updated to the latest SDK module versions 141 142 # v1.14.14 (2023-07-28) 143 144 * **Dependency Update**: Updated to the latest SDK module versions 145 146 # v1.14.13 (2023-07-13) 147 148 * **Dependency Update**: Updated to the latest SDK module versions 149 150 # v1.14.12 (2023-06-15) 151 152 * No change notes available for this release. 153 154 # v1.14.11 (2023-06-13) 155 156 * **Dependency Update**: Updated to the latest SDK module versions 157 158 # v1.14.10 (2023-05-04) 159 160 * No change notes available for this release. 161 162 # v1.14.9 (2023-04-24) 163 164 * **Dependency Update**: Updated to the latest SDK module versions 165 166 # v1.14.8 (2023-04-10) 167 168 * No change notes available for this release. 169 170 # v1.14.7 (2023-04-07) 171 172 * **Dependency Update**: Updated to the latest SDK module versions 173 174 # v1.14.6 (2023-03-21) 175 176 * **Dependency Update**: Updated to the latest SDK module versions 177 178 # v1.14.5 (2023-03-10) 179 180 * **Dependency Update**: Updated to the latest SDK module versions 181 182 # v1.14.4 (2023-02-22) 183 184 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes. 185 186 # v1.14.3 (2023-02-20) 187 188 * **Dependency Update**: Updated to the latest SDK module versions 189 190 # v1.14.2 (2023-02-15) 191 192 * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. 193 * **Bug Fix**: Correct error type parsing for restJson services. 194 195 # v1.14.1 (2023-02-03) 196 197 * **Dependency Update**: Updated to the latest SDK module versions 198 199 # v1.14.0 (2023-01-05) 200 201 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). 202 203 # v1.13.11 (2022-12-19) 204 205 * No change notes available for this release. 206 207 # v1.13.10 (2022-12-15) 208 209 * **Dependency Update**: Updated to the latest SDK module versions 210 211 # v1.13.9 (2022-12-02) 212 213 * **Dependency Update**: Updated to the latest SDK module versions 214 215 # v1.13.8 (2022-10-24) 216 217 * **Dependency Update**: Updated to the latest SDK module versions 218 219 # v1.13.7 (2022-10-21) 220 221 * **Dependency Update**: Updated to the latest SDK module versions 222 223 # v1.13.6 (2022-09-30) 224 225 * **Documentation**: Documentation updates for the IAM Identity Center OIDC CLI Reference. 226 227 # v1.13.5 (2022-09-20) 228 229 * **Dependency Update**: Updated to the latest SDK module versions 230 231 # v1.13.4 (2022-09-14) 232 233 * **Dependency Update**: Updated to the latest SDK module versions 234 235 # v1.13.3 (2022-09-02) 236 237 * **Dependency Update**: Updated to the latest SDK module versions 238 239 # v1.13.2 (2022-08-31) 240 241 * **Dependency Update**: Updated to the latest SDK module versions 242 243 # v1.13.1 (2022-08-29) 244 245 * **Dependency Update**: Updated to the latest SDK module versions 246 247 # v1.13.0 (2022-08-25) 248 249 * **Feature**: Updated required request parameters on IAM Identity Center's OIDC CreateToken action. 250 251 # v1.12.14 (2022-08-11) 252 253 * **Dependency Update**: Updated to the latest SDK module versions 254 255 # v1.12.13 (2022-08-09) 256 257 * **Dependency Update**: Updated to the latest SDK module versions 258 259 # v1.12.12 (2022-08-08) 260 261 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On) 262 * **Dependency Update**: Updated to the latest SDK module versions 263 264 # v1.12.11 (2022-08-01) 265 266 * **Dependency Update**: Updated to the latest SDK module versions 267 268 # v1.12.10 (2022-07-11) 269 270 * No change notes available for this release. 271 272 # v1.12.9 (2022-07-05) 273 274 * **Dependency Update**: Updated to the latest SDK module versions 275 276 # v1.12.8 (2022-06-29) 277 278 * **Dependency Update**: Updated to the latest SDK module versions 279 280 # v1.12.7 (2022-06-07) 281 282 * **Dependency Update**: Updated to the latest SDK module versions 283 284 # v1.12.6 (2022-05-27) 285 286 * No change notes available for this release. 287 288 # v1.12.5 (2022-05-17) 289 290 * **Dependency Update**: Updated to the latest SDK module versions 291 292 # v1.12.4 (2022-04-25) 293 294 * **Dependency Update**: Updated to the latest SDK module versions 295 296 # v1.12.3 (2022-03-30) 297 298 * **Dependency Update**: Updated to the latest SDK module versions 299 300 # v1.12.2 (2022-03-24) 301 302 * **Dependency Update**: Updated to the latest SDK module versions 303 304 # v1.12.1 (2022-03-23) 305 306 * **Dependency Update**: Updated to the latest SDK module versions 307 308 # v1.12.0 (2022-03-08) 309 310 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 311 * **Dependency Update**: Updated to the latest SDK module versions 312 313 # v1.11.0 (2022-02-24) 314 315 * **Feature**: API client updated 316 * **Feature**: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of `Adaptive`. `Adaptive` retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See [retry.AdaptiveMode](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/retry#AdaptiveMode) for more details, and configuration options. 317 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 318 * **Dependency Update**: Updated to the latest SDK module versions 319 320 # v1.10.0 (2022-01-14) 321 322 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 323 * **Dependency Update**: Updated to the latest SDK module versions 324 325 # v1.9.0 (2022-01-07) 326 327 * **Feature**: API client updated 328 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 329 * **Dependency Update**: Updated to the latest SDK module versions 330 331 # v1.8.2 (2021-12-02) 332 333 * **Bug Fix**: Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client. ([#1514](https://github.com/aws/aws-sdk-go-v2/pull/1514)) 334 * **Dependency Update**: Updated to the latest SDK module versions 335 336 # v1.8.1 (2021-11-19) 337 338 * **Dependency Update**: Updated to the latest SDK module versions 339 340 # v1.8.0 (2021-11-06) 341 342 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically. 343 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 344 * **Dependency Update**: Updated to the latest SDK module versions 345 346 # v1.7.0 (2021-10-21) 347 348 * **Feature**: Updated to latest version 349 * **Dependency Update**: Updated to the latest SDK module versions 350 351 # v1.6.0 (2021-10-11) 352 353 * **Feature**: API client updated 354 * **Dependency Update**: Updated to the latest SDK module versions 355 356 # v1.5.0 (2021-09-17) 357 358 * **Feature**: Updated API client and endpoints to latest revision. 359 * **Dependency Update**: Updated to the latest SDK module versions 360 361 # v1.4.0 (2021-08-27) 362 363 * **Feature**: Updated API model to latest revision. 364 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 365 * **Dependency Update**: Updated to the latest SDK module versions 366 367 # v1.3.3 (2021-08-19) 368 369 * **Dependency Update**: Updated to the latest SDK module versions 370 371 # v1.3.2 (2021-08-04) 372 373 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version. 374 * **Dependency Update**: Updated to the latest SDK module versions 375 376 # v1.3.1 (2021-07-15) 377 378 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version 379 * **Dependency Update**: Updated to the latest SDK module versions 380 381 # v1.3.0 (2021-06-25) 382 383 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 384 * **Dependency Update**: Updated to the latest SDK module versions 385 386 # v1.2.1 (2021-05-20) 387 388 * **Dependency Update**: Updated to the latest SDK module versions 389 390 # v1.2.0 (2021-05-14) 391 392 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. 393 * **Dependency Update**: Updated to the latest SDK module versions 394