src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

CHANGELOG.md (24724B)


      1 # v1.38.7 (2026-08-20)
      2 
      3 * **Dependency Update**: Updated to the latest SDK module versions
      4 
      5 # v1.38.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.38.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.38.4 (2026-08-05)
     16 
     17 * **Dependency Update**: Updated to the latest SDK module versions
     18 
     19 # v1.38.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.38.2 (2026-07-29)
     25 
     26 * **Dependency Update**: Updated to the latest SDK module versions
     27 
     28 # v1.38.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.38.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.37.1 (2026-07-13)
     39 
     40 * No change notes available for this release.
     41 
     42 # v1.37.0 (2026-07-06)
     43 
     44 * **Feature**: Add request serialization snapshot tests.
     45 
     46 # v1.36.8 (2026-07-01)
     47 
     48 * **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
     49 * **Dependency Update**: Updated to the latest SDK module versions
     50 
     51 # v1.36.7 (2026-06-29)
     52 
     53 * No change notes available for this release.
     54 
     55 # v1.36.6 (2026-06-08)
     56 
     57 * **Dependency Update**: Updated to the latest SDK module versions
     58 
     59 # v1.36.5 (2026-06-04)
     60 
     61 * **Dependency Update**: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services.
     62 * **Dependency Update**: Updated to the latest SDK module versions
     63 
     64 # v1.36.4 (2026-06-03)
     65 
     66 * **Dependency Update**: Updated to the latest SDK module versions
     67 
     68 # v1.36.3 (2026-06-02)
     69 
     70 * **Dependency Update**: Updated to the latest SDK module versions
     71 
     72 # v1.36.2 (2026-05-29)
     73 
     74 * **Dependency Update**: Update to smithy-go v1.26.0.
     75 * **Dependency Update**: Updated to the latest SDK module versions
     76 
     77 # v1.36.1 (2026-05-28)
     78 
     79 * **Dependency Update**: Updated to the latest SDK module versions
     80 
     81 # v1.36.0 (2026-05-22)
     82 
     83 * **Feature**: Adding new BDD representation of endpoint ruleset
     84 
     85 # v1.35.21 (2026-04-29)
     86 
     87 * **Dependency Update**: Update to smithy-go v1.25.1.
     88 * **Dependency Update**: Updated to the latest SDK module versions
     89 
     90 # v1.35.20 (2026-04-17)
     91 
     92 * **Dependency Update**: Bump smithy-go to 1.25.0 to support endpointBdd trait
     93 * **Dependency Update**: Updated to the latest SDK module versions
     94 
     95 # v1.35.19 (2026-04-02)
     96 
     97 * No change notes available for this release.
     98 
     99 # v1.35.18 (2026-03-26)
    100 
    101 * **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.
    102 * **Dependency Update**: Updated to the latest SDK module versions
    103 
    104 # v1.35.17 (2026-03-13)
    105 
    106 * **Dependency Update**: Updated to the latest SDK module versions
    107 
    108 # v1.35.16 (2026-03-03)
    109 
    110 * **Dependency Update**: Bump minimum Go version to 1.24
    111 * **Dependency Update**: Updated to the latest SDK module versions
    112 
    113 # v1.35.15 (2026-02-23)
    114 
    115 * **Dependency Update**: Updated to the latest SDK module versions
    116 
    117 # v1.35.14 (2026-02-17)
    118 
    119 * No change notes available for this release.
    120 
    121 # v1.35.13 (2026-01-09)
    122 
    123 * **Dependency Update**: Updated to the latest SDK module versions
    124 
    125 # v1.35.12 (2025-12-08)
    126 
    127 * **Dependency Update**: Updated to the latest SDK module versions
    128 
    129 # v1.35.11 (2025-12-02)
    130 
    131 * **Dependency Update**: Updated to the latest SDK module versions
    132 * **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.
    133 
    134 # v1.35.10 (2025-11-25)
    135 
    136 * **Bug Fix**: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234
    137 
    138 # v1.35.9 (2025-11-21)
    139 
    140 * No change notes available for this release.
    141 
    142 # v1.35.8 (2025-11-19.2)
    143 
    144 * **Dependency Update**: Updated to the latest SDK module versions
    145 
    146 # v1.35.7 (2025-11-12)
    147 
    148 * **Bug Fix**: Further reduce allocation overhead when the metrics system isn't in-use.
    149 * **Bug Fix**: Reduce allocation overhead when the client doesn't have any HTTP interceptors configured.
    150 * **Bug Fix**: Remove blank trace spans towards the beginning of the request that added no additional information. This conveys a slight reduction in overall allocations.
    151 
    152 # v1.35.6 (2025-11-11)
    153 
    154 * **Bug Fix**: Return validation error if input region is not a valid host label.
    155 
    156 # v1.35.5 (2025-11-04)
    157 
    158 * **Dependency Update**: Updated to the latest SDK module versions
    159 * **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
    160 
    161 # v1.35.4 (2025-10-30)
    162 
    163 * **Dependency Update**: Updated to the latest SDK module versions
    164 
    165 # v1.35.3 (2025-10-23)
    166 
    167 * **Dependency Update**: Updated to the latest SDK module versions
    168 
    169 # v1.35.2 (2025-10-16)
    170 
    171 * **Dependency Update**: Bump minimum Go version to 1.23.
    172 * **Dependency Update**: Updated to the latest SDK module versions
    173 
    174 # v1.35.1 (2025-09-26)
    175 
    176 * **Dependency Update**: Updated to the latest SDK module versions
    177 
    178 # v1.35.0 (2025-09-23)
    179 
    180 * **Feature**: This release includes exception definition and documentation updates.
    181 * **Dependency Update**: Updated to the latest SDK module versions
    182 
    183 # v1.34.5 (2025-09-22)
    184 
    185 * No change notes available for this release.
    186 
    187 # v1.34.4 (2025-09-10)
    188 
    189 * No change notes available for this release.
    190 
    191 # v1.34.3 (2025-09-08)
    192 
    193 * **Dependency Update**: Updated to the latest SDK module versions
    194 
    195 # v1.34.2 (2025-08-29)
    196 
    197 * **Dependency Update**: Updated to the latest SDK module versions
    198 
    199 # v1.34.1 (2025-08-27)
    200 
    201 * **Dependency Update**: Update to smithy-go v1.23.0.
    202 * **Dependency Update**: Updated to the latest SDK module versions
    203 
    204 # v1.34.0 (2025-08-26)
    205 
    206 * **Feature**: Remove incorrect endpoint tests
    207 
    208 # v1.33.2 (2025-08-21)
    209 
    210 * **Dependency Update**: Updated to the latest SDK module versions
    211 
    212 # v1.33.1 (2025-08-20)
    213 
    214 * **Bug Fix**: Remove unused deserialization code.
    215 
    216 # v1.33.0 (2025-08-11)
    217 
    218 * **Feature**: Add support for configuring per-service Options via callback on global config.
    219 * **Dependency Update**: Updated to the latest SDK module versions
    220 
    221 # v1.32.0 (2025-08-04)
    222 
    223 * **Feature**: Support configurable auth scheme preferences in service clients via AWS_AUTH_SCHEME_PREFERENCE in the environment, auth_scheme_preference in the config file, and through in-code settings on LoadDefaultConfig and client constructor methods.
    224 * **Dependency Update**: Updated to the latest SDK module versions
    225 
    226 # v1.31.1 (2025-07-30)
    227 
    228 * **Dependency Update**: Updated to the latest SDK module versions
    229 
    230 # v1.31.0 (2025-07-28)
    231 
    232 * **Feature**: Add support for HTTP interceptors.
    233 * **Dependency Update**: Updated to the latest SDK module versions
    234 
    235 # v1.30.4 (2025-07-19)
    236 
    237 * **Dependency Update**: Updated to the latest SDK module versions
    238 
    239 # v1.30.3 (2025-06-17)
    240 
    241 * **Dependency Update**: Update to smithy-go v1.22.4.
    242 * **Dependency Update**: Updated to the latest SDK module versions
    243 
    244 # v1.30.2 (2025-06-10)
    245 
    246 * **Dependency Update**: Updated to the latest SDK module versions
    247 
    248 # v1.30.1 (2025-04-03)
    249 
    250 * No change notes available for this release.
    251 
    252 # v1.30.0 (2025-03-27)
    253 
    254 * **Feature**: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
    255 
    256 # v1.29.2 (2025-03-24)
    257 
    258 * No change notes available for this release.
    259 
    260 # v1.29.1 (2025-03-04.2)
    261 
    262 * **Bug Fix**: Add assurance test for operation order.
    263 
    264 # v1.29.0 (2025-02-27)
    265 
    266 * **Feature**: Track credential providers via User-Agent Feature ids
    267 * **Dependency Update**: Updated to the latest SDK module versions
    268 
    269 # v1.28.15 (2025-02-18)
    270 
    271 * **Bug Fix**: Bump go version to 1.22
    272 * **Dependency Update**: Updated to the latest SDK module versions
    273 
    274 # v1.28.14 (2025-02-05)
    275 
    276 * **Dependency Update**: Updated to the latest SDK module versions
    277 
    278 # v1.28.13 (2025-01-31)
    279 
    280 * **Dependency Update**: Updated to the latest SDK module versions
    281 
    282 # v1.28.12 (2025-01-30)
    283 
    284 * **Dependency Update**: Updated to the latest SDK module versions
    285 
    286 # v1.28.11 (2025-01-24)
    287 
    288 * **Documentation**: Fixed typos in the descriptions.
    289 * **Dependency Update**: Updated to the latest SDK module versions
    290 * **Dependency Update**: Upgrade to smithy-go v1.22.2.
    291 
    292 # v1.28.10 (2025-01-17)
    293 
    294 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.
    295 
    296 # v1.28.9 (2025-01-15)
    297 
    298 * **Dependency Update**: Updated to the latest SDK module versions
    299 
    300 # v1.28.8 (2025-01-09)
    301 
    302 * **Dependency Update**: Updated to the latest SDK module versions
    303 
    304 # v1.28.7 (2024-12-19)
    305 
    306 * **Dependency Update**: Updated to the latest SDK module versions
    307 
    308 # v1.28.6 (2024-12-02)
    309 
    310 * **Dependency Update**: Updated to the latest SDK module versions
    311 
    312 # v1.28.5 (2024-11-18)
    313 
    314 * **Dependency Update**: Update to smithy-go v1.22.1.
    315 * **Dependency Update**: Updated to the latest SDK module versions
    316 
    317 # v1.28.4 (2024-11-06)
    318 
    319 * **Dependency Update**: Updated to the latest SDK module versions
    320 
    321 # v1.28.3 (2024-10-28)
    322 
    323 * **Dependency Update**: Updated to the latest SDK module versions
    324 
    325 # v1.28.2 (2024-10-08)
    326 
    327 * **Dependency Update**: Updated to the latest SDK module versions
    328 
    329 # v1.28.1 (2024-10-07)
    330 
    331 * **Dependency Update**: Updated to the latest SDK module versions
    332 
    333 # v1.28.0 (2024-10-04)
    334 
    335 * **Feature**: Add support for HTTP client metrics.
    336 * **Dependency Update**: Updated to the latest SDK module versions
    337 
    338 # v1.27.4 (2024-10-03)
    339 
    340 * No change notes available for this release.
    341 
    342 # v1.27.3 (2024-09-27)
    343 
    344 * No change notes available for this release.
    345 
    346 # v1.27.2 (2024-09-25)
    347 
    348 * No change notes available for this release.
    349 
    350 # v1.27.1 (2024-09-23)
    351 
    352 * No change notes available for this release.
    353 
    354 # v1.27.0 (2024-09-20)
    355 
    356 * **Feature**: Add tracing and metrics support to service clients.
    357 * **Dependency Update**: Updated to the latest SDK module versions
    358 
    359 # v1.26.8 (2024-09-17)
    360 
    361 * **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.
    362 
    363 # v1.26.7 (2024-09-04)
    364 
    365 * No change notes available for this release.
    366 
    367 # v1.26.6 (2024-09-03)
    368 
    369 * **Dependency Update**: Updated to the latest SDK module versions
    370 
    371 # v1.26.5 (2024-08-15)
    372 
    373 * **Dependency Update**: Bump minimum Go version to 1.21.
    374 * **Dependency Update**: Updated to the latest SDK module versions
    375 
    376 # v1.26.4 (2024-07-10.2)
    377 
    378 * **Dependency Update**: Updated to the latest SDK module versions
    379 
    380 # v1.26.3 (2024-07-10)
    381 
    382 * **Dependency Update**: Updated to the latest SDK module versions
    383 
    384 # v1.26.2 (2024-07-03)
    385 
    386 * No change notes available for this release.
    387 
    388 # v1.26.1 (2024-06-28)
    389 
    390 * **Dependency Update**: Updated to the latest SDK module versions
    391 
    392 # v1.26.0 (2024-06-26)
    393 
    394 * **Feature**: Support list-of-string endpoint parameter.
    395 
    396 # v1.25.1 (2024-06-19)
    397 
    398 * **Dependency Update**: Updated to the latest SDK module versions
    399 
    400 # v1.25.0 (2024-06-18)
    401 
    402 * **Feature**: Track usage of various AWS SDK features in user-agent string.
    403 * **Dependency Update**: Updated to the latest SDK module versions
    404 
    405 # v1.24.6 (2024-06-17)
    406 
    407 * **Dependency Update**: Updated to the latest SDK module versions
    408 
    409 # v1.24.5 (2024-06-07)
    410 
    411 * **Bug Fix**: Add clock skew correction on all service clients
    412 * **Dependency Update**: Updated to the latest SDK module versions
    413 
    414 # v1.24.4 (2024-06-03)
    415 
    416 * **Dependency Update**: Updated to the latest SDK module versions
    417 
    418 # v1.24.3 (2024-05-23)
    419 
    420 * No change notes available for this release.
    421 
    422 # v1.24.2 (2024-05-16)
    423 
    424 * **Dependency Update**: Updated to the latest SDK module versions
    425 
    426 # v1.24.1 (2024-05-15)
    427 
    428 * **Dependency Update**: Updated to the latest SDK module versions
    429 
    430 # v1.24.0 (2024-05-10)
    431 
    432 * **Feature**: Updated request parameters for PKCE support.
    433 
    434 # v1.23.5 (2024-05-08)
    435 
    436 * **Bug Fix**: GoDoc improvement
    437 
    438 # v1.23.4 (2024-03-29)
    439 
    440 * **Dependency Update**: Updated to the latest SDK module versions
    441 
    442 # v1.23.3 (2024-03-18)
    443 
    444 * **Dependency Update**: Updated to the latest SDK module versions
    445 
    446 # v1.23.2 (2024-03-07)
    447 
    448 * **Bug Fix**: Remove dependency on go-cmp.
    449 * **Dependency Update**: Updated to the latest SDK module versions
    450 
    451 # v1.23.1 (2024-02-23)
    452 
    453 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
    454 * **Dependency Update**: Updated to the latest SDK module versions
    455 
    456 # v1.23.0 (2024-02-22)
    457 
    458 * **Feature**: Add middleware stack snapshot tests.
    459 
    460 # v1.22.2 (2024-02-21)
    461 
    462 * **Dependency Update**: Updated to the latest SDK module versions
    463 
    464 # v1.22.1 (2024-02-20)
    465 
    466 * **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.
    467 
    468 # v1.22.0 (2024-02-13)
    469 
    470 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
    471 * **Dependency Update**: Updated to the latest SDK module versions
    472 
    473 # v1.21.7 (2024-01-16)
    474 
    475 * No change notes available for this release.
    476 
    477 # v1.21.6 (2024-01-04)
    478 
    479 * **Dependency Update**: Updated to the latest SDK module versions
    480 
    481 # v1.21.5 (2023-12-08)
    482 
    483 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
    484 
    485 # v1.21.4 (2023-12-07)
    486 
    487 * **Dependency Update**: Updated to the latest SDK module versions
    488 
    489 # v1.21.3 (2023-12-06)
    490 
    491 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
    492 
    493 # v1.21.2 (2023-12-01)
    494 
    495 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
    496 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
    497 * **Dependency Update**: Updated to the latest SDK module versions
    498 
    499 # v1.21.1 (2023-11-30)
    500 
    501 * **Dependency Update**: Updated to the latest SDK module versions
    502 
    503 # v1.21.0 (2023-11-29)
    504 
    505 * **Feature**: Expose Options() accessor on service clients.
    506 * **Dependency Update**: Updated to the latest SDK module versions
    507 
    508 # v1.20.3 (2023-11-28.2)
    509 
    510 * **Dependency Update**: Updated to the latest SDK module versions
    511 
    512 # v1.20.2 (2023-11-28)
    513 
    514 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
    515 
    516 # v1.20.1 (2023-11-20)
    517 
    518 * **Dependency Update**: Updated to the latest SDK module versions
    519 
    520 # v1.20.0 (2023-11-17)
    521 
    522 * **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`.
    523 
    524 # v1.19.2 (2023-11-15)
    525 
    526 * **Dependency Update**: Updated to the latest SDK module versions
    527 
    528 # v1.19.1 (2023-11-09)
    529 
    530 * **Dependency Update**: Updated to the latest SDK module versions
    531 
    532 # v1.19.0 (2023-11-01)
    533 
    534 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
    535 * **Dependency Update**: Updated to the latest SDK module versions
    536 
    537 # v1.18.0 (2023-10-31)
    538 
    539 * **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/).
    540 * **Dependency Update**: Updated to the latest SDK module versions
    541 
    542 # v1.17.3 (2023-10-12)
    543 
    544 * **Dependency Update**: Updated to the latest SDK module versions
    545 
    546 # v1.17.2 (2023-10-06)
    547 
    548 * **Dependency Update**: Updated to the latest SDK module versions
    549 
    550 # v1.17.1 (2023-09-22)
    551 
    552 * No change notes available for this release.
    553 
    554 # v1.17.0 (2023-09-20)
    555 
    556 * **Feature**: Update FIPS endpoints in aws-us-gov.
    557 
    558 # v1.16.0 (2023-09-18)
    559 
    560 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
    561 * **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.
    562 
    563 # v1.15.6 (2023-09-05)
    564 
    565 * No change notes available for this release.
    566 
    567 # v1.15.5 (2023-08-21)
    568 
    569 * **Dependency Update**: Updated to the latest SDK module versions
    570 
    571 # v1.15.4 (2023-08-18)
    572 
    573 * **Dependency Update**: Updated to the latest SDK module versions
    574 
    575 # v1.15.3 (2023-08-17)
    576 
    577 * **Dependency Update**: Updated to the latest SDK module versions
    578 
    579 # v1.15.2 (2023-08-07)
    580 
    581 * **Dependency Update**: Updated to the latest SDK module versions
    582 
    583 # v1.15.1 (2023-08-01)
    584 
    585 * No change notes available for this release.
    586 
    587 # v1.15.0 (2023-07-31)
    588 
    589 * **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.
    590 * **Dependency Update**: Updated to the latest SDK module versions
    591 
    592 # v1.14.14 (2023-07-28)
    593 
    594 * **Dependency Update**: Updated to the latest SDK module versions
    595 
    596 # v1.14.13 (2023-07-13)
    597 
    598 * **Dependency Update**: Updated to the latest SDK module versions
    599 
    600 # v1.14.12 (2023-06-15)
    601 
    602 * No change notes available for this release.
    603 
    604 # v1.14.11 (2023-06-13)
    605 
    606 * **Dependency Update**: Updated to the latest SDK module versions
    607 
    608 # v1.14.10 (2023-05-04)
    609 
    610 * No change notes available for this release.
    611 
    612 # v1.14.9 (2023-04-24)
    613 
    614 * **Dependency Update**: Updated to the latest SDK module versions
    615 
    616 # v1.14.8 (2023-04-10)
    617 
    618 * No change notes available for this release.
    619 
    620 # v1.14.7 (2023-04-07)
    621 
    622 * **Dependency Update**: Updated to the latest SDK module versions
    623 
    624 # v1.14.6 (2023-03-21)
    625 
    626 * **Dependency Update**: Updated to the latest SDK module versions
    627 
    628 # v1.14.5 (2023-03-10)
    629 
    630 * **Dependency Update**: Updated to the latest SDK module versions
    631 
    632 # v1.14.4 (2023-02-22)
    633 
    634 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    635 
    636 # v1.14.3 (2023-02-20)
    637 
    638 * **Dependency Update**: Updated to the latest SDK module versions
    639 
    640 # v1.14.2 (2023-02-15)
    641 
    642 * **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.
    643 * **Bug Fix**: Correct error type parsing for restJson services.
    644 
    645 # v1.14.1 (2023-02-03)
    646 
    647 * **Dependency Update**: Updated to the latest SDK module versions
    648 
    649 # v1.14.0 (2023-01-05)
    650 
    651 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    652 
    653 # v1.13.11 (2022-12-19)
    654 
    655 * No change notes available for this release.
    656 
    657 # v1.13.10 (2022-12-15)
    658 
    659 * **Dependency Update**: Updated to the latest SDK module versions
    660 
    661 # v1.13.9 (2022-12-02)
    662 
    663 * **Dependency Update**: Updated to the latest SDK module versions
    664 
    665 # v1.13.8 (2022-10-24)
    666 
    667 * **Dependency Update**: Updated to the latest SDK module versions
    668 
    669 # v1.13.7 (2022-10-21)
    670 
    671 * **Dependency Update**: Updated to the latest SDK module versions
    672 
    673 # v1.13.6 (2022-09-30)
    674 
    675 * **Documentation**: Documentation updates for the IAM Identity Center OIDC CLI Reference.
    676 
    677 # v1.13.5 (2022-09-20)
    678 
    679 * **Dependency Update**: Updated to the latest SDK module versions
    680 
    681 # v1.13.4 (2022-09-14)
    682 
    683 * **Dependency Update**: Updated to the latest SDK module versions
    684 
    685 # v1.13.3 (2022-09-02)
    686 
    687 * **Dependency Update**: Updated to the latest SDK module versions
    688 
    689 # v1.13.2 (2022-08-31)
    690 
    691 * **Dependency Update**: Updated to the latest SDK module versions
    692 
    693 # v1.13.1 (2022-08-29)
    694 
    695 * **Dependency Update**: Updated to the latest SDK module versions
    696 
    697 # v1.13.0 (2022-08-25)
    698 
    699 * **Feature**: Updated required request parameters on IAM Identity Center's OIDC CreateToken action.
    700 
    701 # v1.12.14 (2022-08-11)
    702 
    703 * **Dependency Update**: Updated to the latest SDK module versions
    704 
    705 # v1.12.13 (2022-08-09)
    706 
    707 * **Dependency Update**: Updated to the latest SDK module versions
    708 
    709 # v1.12.12 (2022-08-08)
    710 
    711 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
    712 * **Dependency Update**: Updated to the latest SDK module versions
    713 
    714 # v1.12.11 (2022-08-01)
    715 
    716 * **Dependency Update**: Updated to the latest SDK module versions
    717 
    718 # v1.12.10 (2022-07-11)
    719 
    720 * No change notes available for this release.
    721 
    722 # v1.12.9 (2022-07-05)
    723 
    724 * **Dependency Update**: Updated to the latest SDK module versions
    725 
    726 # v1.12.8 (2022-06-29)
    727 
    728 * **Dependency Update**: Updated to the latest SDK module versions
    729 
    730 # v1.12.7 (2022-06-07)
    731 
    732 * **Dependency Update**: Updated to the latest SDK module versions
    733 
    734 # v1.12.6 (2022-05-27)
    735 
    736 * No change notes available for this release.
    737 
    738 # v1.12.5 (2022-05-17)
    739 
    740 * **Dependency Update**: Updated to the latest SDK module versions
    741 
    742 # v1.12.4 (2022-04-25)
    743 
    744 * **Dependency Update**: Updated to the latest SDK module versions
    745 
    746 # v1.12.3 (2022-03-30)
    747 
    748 * **Dependency Update**: Updated to the latest SDK module versions
    749 
    750 # v1.12.2 (2022-03-24)
    751 
    752 * **Dependency Update**: Updated to the latest SDK module versions
    753 
    754 # v1.12.1 (2022-03-23)
    755 
    756 * **Dependency Update**: Updated to the latest SDK module versions
    757 
    758 # v1.12.0 (2022-03-08)
    759 
    760 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    761 * **Dependency Update**: Updated to the latest SDK module versions
    762 
    763 # v1.11.0 (2022-02-24)
    764 
    765 * **Feature**: API client updated
    766 * **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.
    767 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    768 * **Dependency Update**: Updated to the latest SDK module versions
    769 
    770 # v1.10.0 (2022-01-14)
    771 
    772 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    773 * **Dependency Update**: Updated to the latest SDK module versions
    774 
    775 # v1.9.0 (2022-01-07)
    776 
    777 * **Feature**: API client updated
    778 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    779 * **Dependency Update**: Updated to the latest SDK module versions
    780 
    781 # v1.8.2 (2021-12-02)
    782 
    783 * **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))
    784 * **Dependency Update**: Updated to the latest SDK module versions
    785 
    786 # v1.8.1 (2021-11-19)
    787 
    788 * **Dependency Update**: Updated to the latest SDK module versions
    789 
    790 # v1.8.0 (2021-11-06)
    791 
    792 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    793 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    794 * **Dependency Update**: Updated to the latest SDK module versions
    795 
    796 # v1.7.0 (2021-10-21)
    797 
    798 * **Feature**: Updated  to latest version
    799 * **Dependency Update**: Updated to the latest SDK module versions
    800 
    801 # v1.6.0 (2021-10-11)
    802 
    803 * **Feature**: API client updated
    804 * **Dependency Update**: Updated to the latest SDK module versions
    805 
    806 # v1.5.0 (2021-09-17)
    807 
    808 * **Feature**: Updated API client and endpoints to latest revision.
    809 * **Dependency Update**: Updated to the latest SDK module versions
    810 
    811 # v1.4.0 (2021-08-27)
    812 
    813 * **Feature**: Updated API model to latest revision.
    814 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    815 * **Dependency Update**: Updated to the latest SDK module versions
    816 
    817 # v1.3.3 (2021-08-19)
    818 
    819 * **Dependency Update**: Updated to the latest SDK module versions
    820 
    821 # v1.3.2 (2021-08-04)
    822 
    823 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    824 * **Dependency Update**: Updated to the latest SDK module versions
    825 
    826 # v1.3.1 (2021-07-15)
    827 
    828 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    829 * **Dependency Update**: Updated to the latest SDK module versions
    830 
    831 # v1.3.0 (2021-06-25)
    832 
    833 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    834 * **Dependency Update**: Updated to the latest SDK module versions
    835 
    836 # v1.2.1 (2021-05-20)
    837 
    838 * **Dependency Update**: Updated to the latest SDK module versions
    839 
    840 # v1.2.0 (2021-05-14)
    841 
    842 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    843 * **Dependency Update**: Updated to the latest SDK module versions
    844