src

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

CHANGELOG.md (21159B)


      1 # v1.39.1 (2025-11-04)
      2 
      3 * **Dependency Update**: Updated to the latest SDK module versions
      4 * **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.
      5 
      6 # v1.39.0 (2025-10-30)
      7 
      8 * **Feature**: Update endpoint ruleset parameters casing
      9 * **Dependency Update**: Updated to the latest SDK module versions
     10 
     11 # v1.38.9 (2025-10-23)
     12 
     13 * **Dependency Update**: Updated to the latest SDK module versions
     14 
     15 # v1.38.8 (2025-10-22)
     16 
     17 * No change notes available for this release.
     18 
     19 # v1.38.7 (2025-10-16)
     20 
     21 * **Dependency Update**: Bump minimum Go version to 1.23.
     22 * **Dependency Update**: Updated to the latest SDK module versions
     23 
     24 # v1.38.6 (2025-09-26)
     25 
     26 * **Dependency Update**: Updated to the latest SDK module versions
     27 
     28 # v1.38.5 (2025-09-23)
     29 
     30 * **Dependency Update**: Updated to the latest SDK module versions
     31 
     32 # v1.38.4 (2025-09-10)
     33 
     34 * No change notes available for this release.
     35 
     36 # v1.38.3 (2025-09-08)
     37 
     38 * **Dependency Update**: Updated to the latest SDK module versions
     39 
     40 # v1.38.2 (2025-08-29)
     41 
     42 * **Dependency Update**: Updated to the latest SDK module versions
     43 
     44 # v1.38.1 (2025-08-27)
     45 
     46 * **Dependency Update**: Update to smithy-go v1.23.0.
     47 * **Dependency Update**: Updated to the latest SDK module versions
     48 
     49 # v1.38.0 (2025-08-21)
     50 
     51 * **Feature**: Remove incorrect endpoint tests
     52 * **Dependency Update**: Updated to the latest SDK module versions
     53 
     54 # v1.37.1 (2025-08-20)
     55 
     56 * **Bug Fix**: Remove unused deserialization code.
     57 
     58 # v1.37.0 (2025-08-11)
     59 
     60 * **Feature**: Add support for configuring per-service Options via callback on global config.
     61 * **Dependency Update**: Updated to the latest SDK module versions
     62 
     63 # v1.36.0 (2025-08-04)
     64 
     65 * **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.
     66 * **Dependency Update**: Updated to the latest SDK module versions
     67 
     68 # v1.35.1 (2025-07-30)
     69 
     70 * **Dependency Update**: Updated to the latest SDK module versions
     71 
     72 # v1.35.0 (2025-07-28)
     73 
     74 * **Feature**: Add support for HTTP interceptors.
     75 * **Dependency Update**: Updated to the latest SDK module versions
     76 
     77 # v1.34.1 (2025-07-19)
     78 
     79 * **Dependency Update**: Updated to the latest SDK module versions
     80 
     81 # v1.34.0 (2025-06-17)
     82 
     83 * **Feature**: The AWS Security Token Service APIs AssumeRoleWithSAML and AssumeRoleWithWebIdentity can now be invoked without pre-configured AWS credentials in the SDK configuration.
     84 * **Dependency Update**: Update to smithy-go v1.22.4.
     85 * **Dependency Update**: Updated to the latest SDK module versions
     86 
     87 # v1.33.21 (2025-06-10)
     88 
     89 * **Dependency Update**: Updated to the latest SDK module versions
     90 
     91 # v1.33.20 (2025-06-06)
     92 
     93 * No change notes available for this release.
     94 
     95 # v1.33.19 (2025-04-10)
     96 
     97 * No change notes available for this release.
     98 
     99 # v1.33.18 (2025-04-03)
    100 
    101 * No change notes available for this release.
    102 
    103 # v1.33.17 (2025-03-04.2)
    104 
    105 * **Bug Fix**: Add assurance test for operation order.
    106 
    107 # v1.33.16 (2025-02-27)
    108 
    109 * **Dependency Update**: Updated to the latest SDK module versions
    110 
    111 # v1.33.15 (2025-02-18)
    112 
    113 * **Bug Fix**: Bump go version to 1.22
    114 * **Dependency Update**: Updated to the latest SDK module versions
    115 
    116 # v1.33.14 (2025-02-05)
    117 
    118 * **Dependency Update**: Updated to the latest SDK module versions
    119 
    120 # v1.33.13 (2025-02-04)
    121 
    122 * No change notes available for this release.
    123 
    124 # v1.33.12 (2025-01-31)
    125 
    126 * **Dependency Update**: Updated to the latest SDK module versions
    127 
    128 # v1.33.11 (2025-01-30)
    129 
    130 * **Dependency Update**: Updated to the latest SDK module versions
    131 
    132 # v1.33.10 (2025-01-24)
    133 
    134 * **Dependency Update**: Updated to the latest SDK module versions
    135 * **Dependency Update**: Upgrade to smithy-go v1.22.2.
    136 
    137 # v1.33.9 (2025-01-17)
    138 
    139 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.
    140 
    141 # v1.33.8 (2025-01-15)
    142 
    143 * **Dependency Update**: Updated to the latest SDK module versions
    144 
    145 # v1.33.7 (2025-01-14)
    146 
    147 * No change notes available for this release.
    148 
    149 # v1.33.6 (2025-01-10)
    150 
    151 * **Documentation**: Fixed typos in the descriptions.
    152 
    153 # v1.33.5 (2025-01-09)
    154 
    155 * **Dependency Update**: Updated to the latest SDK module versions
    156 
    157 # v1.33.4 (2025-01-08)
    158 
    159 * No change notes available for this release.
    160 
    161 # v1.33.3 (2024-12-19)
    162 
    163 * **Dependency Update**: Updated to the latest SDK module versions
    164 
    165 # v1.33.2 (2024-12-02)
    166 
    167 * **Dependency Update**: Updated to the latest SDK module versions
    168 
    169 # v1.33.1 (2024-11-18)
    170 
    171 * **Dependency Update**: Update to smithy-go v1.22.1.
    172 * **Dependency Update**: Updated to the latest SDK module versions
    173 
    174 # v1.33.0 (2024-11-14)
    175 
    176 * **Feature**: This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks.
    177 
    178 # v1.32.4 (2024-11-06)
    179 
    180 * **Dependency Update**: Updated to the latest SDK module versions
    181 
    182 # v1.32.3 (2024-10-28)
    183 
    184 * **Dependency Update**: Updated to the latest SDK module versions
    185 
    186 # v1.32.2 (2024-10-08)
    187 
    188 * **Dependency Update**: Updated to the latest SDK module versions
    189 
    190 # v1.32.1 (2024-10-07)
    191 
    192 * **Dependency Update**: Updated to the latest SDK module versions
    193 
    194 # v1.32.0 (2024-10-04)
    195 
    196 * **Feature**: Add support for HTTP client metrics.
    197 * **Dependency Update**: Updated to the latest SDK module versions
    198 
    199 # v1.31.4 (2024-10-03)
    200 
    201 * No change notes available for this release.
    202 
    203 # v1.31.3 (2024-09-27)
    204 
    205 * No change notes available for this release.
    206 
    207 # v1.31.2 (2024-09-25)
    208 
    209 * No change notes available for this release.
    210 
    211 # v1.31.1 (2024-09-23)
    212 
    213 * No change notes available for this release.
    214 
    215 # v1.31.0 (2024-09-20)
    216 
    217 * **Feature**: Add tracing and metrics support to service clients.
    218 * **Dependency Update**: Updated to the latest SDK module versions
    219 
    220 # v1.30.8 (2024-09-17)
    221 
    222 * **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.
    223 
    224 # v1.30.7 (2024-09-04)
    225 
    226 * No change notes available for this release.
    227 
    228 # v1.30.6 (2024-09-03)
    229 
    230 * **Dependency Update**: Updated to the latest SDK module versions
    231 
    232 # v1.30.5 (2024-08-22)
    233 
    234 * No change notes available for this release.
    235 
    236 # v1.30.4 (2024-08-15)
    237 
    238 * **Dependency Update**: Bump minimum Go version to 1.21.
    239 * **Dependency Update**: Updated to the latest SDK module versions
    240 
    241 # v1.30.3 (2024-07-10.2)
    242 
    243 * **Dependency Update**: Updated to the latest SDK module versions
    244 
    245 # v1.30.2 (2024-07-10)
    246 
    247 * **Dependency Update**: Updated to the latest SDK module versions
    248 
    249 # v1.30.1 (2024-06-28)
    250 
    251 * **Dependency Update**: Updated to the latest SDK module versions
    252 
    253 # v1.30.0 (2024-06-26)
    254 
    255 * **Feature**: Support list-of-string endpoint parameter.
    256 
    257 # v1.29.1 (2024-06-19)
    258 
    259 * **Dependency Update**: Updated to the latest SDK module versions
    260 
    261 # v1.29.0 (2024-06-18)
    262 
    263 * **Feature**: Track usage of various AWS SDK features in user-agent string.
    264 * **Dependency Update**: Updated to the latest SDK module versions
    265 
    266 # v1.28.13 (2024-06-17)
    267 
    268 * **Dependency Update**: Updated to the latest SDK module versions
    269 
    270 # v1.28.12 (2024-06-07)
    271 
    272 * **Bug Fix**: Add clock skew correction on all service clients
    273 * **Dependency Update**: Updated to the latest SDK module versions
    274 
    275 # v1.28.11 (2024-06-03)
    276 
    277 * **Dependency Update**: Updated to the latest SDK module versions
    278 
    279 # v1.28.10 (2024-05-23)
    280 
    281 * No change notes available for this release.
    282 
    283 # v1.28.9 (2024-05-16)
    284 
    285 * **Dependency Update**: Updated to the latest SDK module versions
    286 
    287 # v1.28.8 (2024-05-15)
    288 
    289 * **Dependency Update**: Updated to the latest SDK module versions
    290 
    291 # v1.28.7 (2024-05-08)
    292 
    293 * **Bug Fix**: GoDoc improvement
    294 
    295 # v1.28.6 (2024-03-29)
    296 
    297 * **Dependency Update**: Updated to the latest SDK module versions
    298 
    299 # v1.28.5 (2024-03-18)
    300 
    301 * **Dependency Update**: Updated to the latest SDK module versions
    302 
    303 # v1.28.4 (2024-03-07)
    304 
    305 * **Bug Fix**: Remove dependency on go-cmp.
    306 * **Dependency Update**: Updated to the latest SDK module versions
    307 
    308 # v1.28.3 (2024-03-05)
    309 
    310 * **Dependency Update**: Updated to the latest SDK module versions
    311 
    312 # v1.28.2 (2024-03-04)
    313 
    314 * **Bug Fix**: Update internal/presigned-url dependency for corrected API name.
    315 * **Dependency Update**: Updated to the latest SDK module versions
    316 
    317 # v1.28.1 (2024-02-23)
    318 
    319 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
    320 * **Dependency Update**: Updated to the latest SDK module versions
    321 
    322 # v1.28.0 (2024-02-22)
    323 
    324 * **Feature**: Add middleware stack snapshot tests.
    325 
    326 # v1.27.2 (2024-02-21)
    327 
    328 * **Dependency Update**: Updated to the latest SDK module versions
    329 
    330 # v1.27.1 (2024-02-20)
    331 
    332 * **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.
    333 
    334 # v1.27.0 (2024-02-13)
    335 
    336 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
    337 * **Dependency Update**: Updated to the latest SDK module versions
    338 
    339 # v1.26.7 (2024-01-04)
    340 
    341 * **Dependency Update**: Updated to the latest SDK module versions
    342 
    343 # v1.26.6 (2023-12-20)
    344 
    345 * No change notes available for this release.
    346 
    347 # v1.26.5 (2023-12-08)
    348 
    349 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
    350 
    351 # v1.26.4 (2023-12-07)
    352 
    353 * **Dependency Update**: Updated to the latest SDK module versions
    354 
    355 # v1.26.3 (2023-12-06)
    356 
    357 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
    358 * **Bug Fix**: STS `AssumeRoleWithSAML` and `AssumeRoleWithWebIdentity` would incorrectly attempt to use SigV4 authentication.
    359 
    360 # v1.26.2 (2023-12-01)
    361 
    362 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
    363 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
    364 * **Dependency Update**: Updated to the latest SDK module versions
    365 
    366 # v1.26.1 (2023-11-30)
    367 
    368 * **Dependency Update**: Updated to the latest SDK module versions
    369 
    370 # v1.26.0 (2023-11-29)
    371 
    372 * **Feature**: Expose Options() accessor on service clients.
    373 * **Documentation**: Documentation updates for AWS Security Token Service.
    374 * **Dependency Update**: Updated to the latest SDK module versions
    375 
    376 # v1.25.6 (2023-11-28.2)
    377 
    378 * **Dependency Update**: Updated to the latest SDK module versions
    379 
    380 # v1.25.5 (2023-11-28)
    381 
    382 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
    383 
    384 # v1.25.4 (2023-11-20)
    385 
    386 * **Dependency Update**: Updated to the latest SDK module versions
    387 
    388 # v1.25.3 (2023-11-17)
    389 
    390 * **Documentation**: API updates for the AWS Security Token Service
    391 
    392 # v1.25.2 (2023-11-15)
    393 
    394 * **Dependency Update**: Updated to the latest SDK module versions
    395 
    396 # v1.25.1 (2023-11-09)
    397 
    398 * **Dependency Update**: Updated to the latest SDK module versions
    399 
    400 # v1.25.0 (2023-11-01)
    401 
    402 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
    403 * **Dependency Update**: Updated to the latest SDK module versions
    404 
    405 # v1.24.0 (2023-10-31)
    406 
    407 * **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/).
    408 * **Dependency Update**: Updated to the latest SDK module versions
    409 
    410 # v1.23.2 (2023-10-12)
    411 
    412 * **Dependency Update**: Updated to the latest SDK module versions
    413 
    414 # v1.23.1 (2023-10-06)
    415 
    416 * **Dependency Update**: Updated to the latest SDK module versions
    417 
    418 # v1.23.0 (2023-10-02)
    419 
    420 * **Feature**: STS API updates for assumeRole
    421 
    422 # v1.22.0 (2023-09-18)
    423 
    424 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
    425 * **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.
    426 
    427 # v1.21.5 (2023-08-21)
    428 
    429 * **Dependency Update**: Updated to the latest SDK module versions
    430 
    431 # v1.21.4 (2023-08-18)
    432 
    433 * **Dependency Update**: Updated to the latest SDK module versions
    434 
    435 # v1.21.3 (2023-08-17)
    436 
    437 * **Dependency Update**: Updated to the latest SDK module versions
    438 
    439 # v1.21.2 (2023-08-07)
    440 
    441 * **Dependency Update**: Updated to the latest SDK module versions
    442 
    443 # v1.21.1 (2023-08-01)
    444 
    445 * No change notes available for this release.
    446 
    447 # v1.21.0 (2023-07-31)
    448 
    449 * **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.
    450 * **Dependency Update**: Updated to the latest SDK module versions
    451 
    452 # v1.20.1 (2023-07-28)
    453 
    454 * **Dependency Update**: Updated to the latest SDK module versions
    455 
    456 # v1.20.0 (2023-07-25)
    457 
    458 * **Feature**: API updates for the AWS Security Token Service
    459 
    460 # v1.19.3 (2023-07-13)
    461 
    462 * **Dependency Update**: Updated to the latest SDK module versions
    463 
    464 # v1.19.2 (2023-06-15)
    465 
    466 * No change notes available for this release.
    467 
    468 # v1.19.1 (2023-06-13)
    469 
    470 * **Dependency Update**: Updated to the latest SDK module versions
    471 
    472 # v1.19.0 (2023-05-08)
    473 
    474 * **Feature**: Documentation updates for AWS Security Token Service.
    475 
    476 # v1.18.11 (2023-05-04)
    477 
    478 * No change notes available for this release.
    479 
    480 # v1.18.10 (2023-04-24)
    481 
    482 * **Dependency Update**: Updated to the latest SDK module versions
    483 
    484 # v1.18.9 (2023-04-10)
    485 
    486 * No change notes available for this release.
    487 
    488 # v1.18.8 (2023-04-07)
    489 
    490 * **Dependency Update**: Updated to the latest SDK module versions
    491 
    492 # v1.18.7 (2023-03-21)
    493 
    494 * **Dependency Update**: Updated to the latest SDK module versions
    495 
    496 # v1.18.6 (2023-03-10)
    497 
    498 * **Dependency Update**: Updated to the latest SDK module versions
    499 
    500 # v1.18.5 (2023-02-22)
    501 
    502 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    503 
    504 # v1.18.4 (2023-02-20)
    505 
    506 * **Dependency Update**: Updated to the latest SDK module versions
    507 
    508 # v1.18.3 (2023-02-03)
    509 
    510 * **Dependency Update**: Updated to the latest SDK module versions
    511 * **Dependency Update**: Upgrade smithy to 1.27.2 and correct empty query list serialization.
    512 
    513 # v1.18.2 (2023-01-25)
    514 
    515 * **Documentation**: Doc only change to update wording in a key topic
    516 
    517 # v1.18.1 (2023-01-23)
    518 
    519 * No change notes available for this release.
    520 
    521 # v1.18.0 (2023-01-05)
    522 
    523 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    524 
    525 # v1.17.7 (2022-12-15)
    526 
    527 * **Dependency Update**: Updated to the latest SDK module versions
    528 
    529 # v1.17.6 (2022-12-02)
    530 
    531 * **Dependency Update**: Updated to the latest SDK module versions
    532 
    533 # v1.17.5 (2022-11-22)
    534 
    535 * No change notes available for this release.
    536 
    537 # v1.17.4 (2022-11-17)
    538 
    539 * **Documentation**: Documentation updates for AWS Security Token Service.
    540 
    541 # v1.17.3 (2022-11-16)
    542 
    543 * No change notes available for this release.
    544 
    545 # v1.17.2 (2022-11-10)
    546 
    547 * No change notes available for this release.
    548 
    549 # v1.17.1 (2022-10-24)
    550 
    551 * **Dependency Update**: Updated to the latest SDK module versions
    552 
    553 # v1.17.0 (2022-10-21)
    554 
    555 * **Feature**: Add presign functionality for sts:AssumeRole operation
    556 * **Dependency Update**: Updated to the latest SDK module versions
    557 
    558 # v1.16.19 (2022-09-20)
    559 
    560 * **Dependency Update**: Updated to the latest SDK module versions
    561 
    562 # v1.16.18 (2022-09-14)
    563 
    564 * **Dependency Update**: Updated to the latest SDK module versions
    565 
    566 # v1.16.17 (2022-09-02)
    567 
    568 * **Dependency Update**: Updated to the latest SDK module versions
    569 
    570 # v1.16.16 (2022-08-31)
    571 
    572 * **Dependency Update**: Updated to the latest SDK module versions
    573 
    574 # v1.16.15 (2022-08-30)
    575 
    576 * No change notes available for this release.
    577 
    578 # v1.16.14 (2022-08-29)
    579 
    580 * **Dependency Update**: Updated to the latest SDK module versions
    581 
    582 # v1.16.13 (2022-08-11)
    583 
    584 * **Dependency Update**: Updated to the latest SDK module versions
    585 
    586 # v1.16.12 (2022-08-09)
    587 
    588 * **Dependency Update**: Updated to the latest SDK module versions
    589 
    590 # v1.16.11 (2022-08-08)
    591 
    592 * **Dependency Update**: Updated to the latest SDK module versions
    593 
    594 # v1.16.10 (2022-08-01)
    595 
    596 * **Dependency Update**: Updated to the latest SDK module versions
    597 
    598 # v1.16.9 (2022-07-05)
    599 
    600 * **Dependency Update**: Updated to the latest SDK module versions
    601 
    602 # v1.16.8 (2022-06-29)
    603 
    604 * **Dependency Update**: Updated to the latest SDK module versions
    605 
    606 # v1.16.7 (2022-06-07)
    607 
    608 * **Dependency Update**: Updated to the latest SDK module versions
    609 
    610 # v1.16.6 (2022-05-17)
    611 
    612 * **Dependency Update**: Updated to the latest SDK module versions
    613 
    614 # v1.16.5 (2022-05-16)
    615 
    616 * **Documentation**: Documentation updates for AWS Security Token Service.
    617 
    618 # v1.16.4 (2022-04-25)
    619 
    620 * **Dependency Update**: Updated to the latest SDK module versions
    621 
    622 # v1.16.3 (2022-03-30)
    623 
    624 * **Dependency Update**: Updated to the latest SDK module versions
    625 
    626 # v1.16.2 (2022-03-24)
    627 
    628 * **Dependency Update**: Updated to the latest SDK module versions
    629 
    630 # v1.16.1 (2022-03-23)
    631 
    632 * **Dependency Update**: Updated to the latest SDK module versions
    633 
    634 # v1.16.0 (2022-03-08)
    635 
    636 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    637 * **Documentation**: Updated service client model to latest release.
    638 * **Dependency Update**: Updated to the latest SDK module versions
    639 
    640 # v1.15.0 (2022-02-24)
    641 
    642 * **Feature**: API client updated
    643 * **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.
    644 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    645 * **Dependency Update**: Updated to the latest SDK module versions
    646 
    647 # v1.14.0 (2022-01-14)
    648 
    649 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    650 * **Dependency Update**: Updated to the latest SDK module versions
    651 
    652 # v1.13.0 (2022-01-07)
    653 
    654 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    655 * **Dependency Update**: Updated to the latest SDK module versions
    656 
    657 # v1.12.0 (2021-12-21)
    658 
    659 * **Feature**: Updated to latest service endpoints
    660 
    661 # v1.11.1 (2021-12-02)
    662 
    663 * **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))
    664 * **Dependency Update**: Updated to the latest SDK module versions
    665 
    666 # v1.11.0 (2021-11-30)
    667 
    668 * **Feature**: API client updated
    669 
    670 # v1.10.1 (2021-11-19)
    671 
    672 * **Dependency Update**: Updated to the latest SDK module versions
    673 
    674 # v1.10.0 (2021-11-12)
    675 
    676 * **Feature**: Service clients now support custom endpoints that have an initial URI path defined.
    677 
    678 # v1.9.0 (2021-11-06)
    679 
    680 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    681 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    682 * **Dependency Update**: Updated to the latest SDK module versions
    683 
    684 # v1.8.0 (2021-10-21)
    685 
    686 * **Feature**: API client updated
    687 * **Feature**: Updated  to latest version
    688 * **Dependency Update**: Updated to the latest SDK module versions
    689 
    690 # v1.7.2 (2021-10-11)
    691 
    692 * **Dependency Update**: Updated to the latest SDK module versions
    693 
    694 # v1.7.1 (2021-09-17)
    695 
    696 * **Dependency Update**: Updated to the latest SDK module versions
    697 
    698 # v1.7.0 (2021-08-27)
    699 
    700 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    701 * **Dependency Update**: Updated to the latest SDK module versions
    702 
    703 # v1.6.2 (2021-08-19)
    704 
    705 * **Dependency Update**: Updated to the latest SDK module versions
    706 
    707 # v1.6.1 (2021-08-04)
    708 
    709 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    710 * **Dependency Update**: Updated to the latest SDK module versions
    711 
    712 # v1.6.0 (2021-07-15)
    713 
    714 * **Feature**: The ErrorCode method on generated service error types has been corrected to match the API model.
    715 * **Documentation**: Updated service model to latest revision.
    716 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    717 * **Dependency Update**: Updated to the latest SDK module versions
    718 
    719 # v1.5.0 (2021-06-25)
    720 
    721 * **Feature**: API client updated
    722 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    723 * **Dependency Update**: Updated to the latest SDK module versions
    724 
    725 # v1.4.1 (2021-05-20)
    726 
    727 * **Dependency Update**: Updated to the latest SDK module versions
    728 
    729 # v1.4.0 (2021-05-14)
    730 
    731 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    732 * **Dependency Update**: Updated to the latest SDK module versions
    733