src

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

CHANGELOG.md (20057B)


      1 # v1.30.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.30.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.29.8 (2025-10-23)
     12 
     13 * **Dependency Update**: Updated to the latest SDK module versions
     14 
     15 # v1.29.7 (2025-10-16)
     16 
     17 * **Dependency Update**: Bump minimum Go version to 1.23.
     18 * **Dependency Update**: Updated to the latest SDK module versions
     19 
     20 # v1.29.6 (2025-09-29)
     21 
     22 * No change notes available for this release.
     23 
     24 # v1.29.5 (2025-09-26)
     25 
     26 * **Dependency Update**: Updated to the latest SDK module versions
     27 
     28 # v1.29.4 (2025-09-23)
     29 
     30 * **Dependency Update**: Updated to the latest SDK module versions
     31 
     32 # v1.29.3 (2025-09-10)
     33 
     34 * No change notes available for this release.
     35 
     36 # v1.29.2 (2025-09-08)
     37 
     38 * **Dependency Update**: Updated to the latest SDK module versions
     39 
     40 # v1.29.1 (2025-08-29)
     41 
     42 * **Dependency Update**: Updated to the latest SDK module versions
     43 
     44 # v1.29.0 (2025-08-28)
     45 
     46 * **Feature**: Remove incorrect endpoint tests
     47 
     48 # v1.28.3 (2025-08-27)
     49 
     50 * **Dependency Update**: Update to smithy-go v1.23.0.
     51 * **Dependency Update**: Updated to the latest SDK module versions
     52 
     53 # v1.28.2 (2025-08-21)
     54 
     55 * **Dependency Update**: Updated to the latest SDK module versions
     56 
     57 # v1.28.1 (2025-08-20)
     58 
     59 * **Bug Fix**: Remove unused deserialization code.
     60 
     61 # v1.28.0 (2025-08-11)
     62 
     63 * **Feature**: Add support for configuring per-service Options via callback on global config.
     64 * **Dependency Update**: Updated to the latest SDK module versions
     65 
     66 # v1.27.0 (2025-08-04)
     67 
     68 * **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.
     69 * **Dependency Update**: Updated to the latest SDK module versions
     70 
     71 # v1.26.1 (2025-07-30)
     72 
     73 * **Dependency Update**: Updated to the latest SDK module versions
     74 
     75 # v1.26.0 (2025-07-28)
     76 
     77 * **Feature**: Add support for HTTP interceptors.
     78 * **Dependency Update**: Updated to the latest SDK module versions
     79 
     80 # v1.25.6 (2025-07-19)
     81 
     82 * **Dependency Update**: Updated to the latest SDK module versions
     83 
     84 # v1.25.5 (2025-06-17)
     85 
     86 * **Dependency Update**: Update to smithy-go v1.22.4.
     87 * **Dependency Update**: Updated to the latest SDK module versions
     88 
     89 # v1.25.4 (2025-06-10)
     90 
     91 * **Dependency Update**: Updated to the latest SDK module versions
     92 
     93 # v1.25.3 (2025-04-03)
     94 
     95 * No change notes available for this release.
     96 
     97 # v1.25.2 (2025-03-25)
     98 
     99 * No change notes available for this release.
    100 
    101 # v1.25.1 (2025-03-04.2)
    102 
    103 * **Bug Fix**: Add assurance test for operation order.
    104 
    105 # v1.25.0 (2025-02-27)
    106 
    107 * **Feature**: Track credential providers via User-Agent Feature ids
    108 * **Dependency Update**: Updated to the latest SDK module versions
    109 
    110 # v1.24.16 (2025-02-18)
    111 
    112 * **Bug Fix**: Bump go version to 1.22
    113 * **Dependency Update**: Updated to the latest SDK module versions
    114 
    115 # v1.24.15 (2025-02-05)
    116 
    117 * **Dependency Update**: Updated to the latest SDK module versions
    118 
    119 # v1.24.14 (2025-01-31)
    120 
    121 * **Dependency Update**: Updated to the latest SDK module versions
    122 
    123 # v1.24.13 (2025-01-30)
    124 
    125 * **Dependency Update**: Updated to the latest SDK module versions
    126 
    127 # v1.24.12 (2025-01-24)
    128 
    129 * **Dependency Update**: Updated to the latest SDK module versions
    130 * **Dependency Update**: Upgrade to smithy-go v1.22.2.
    131 
    132 # v1.24.11 (2025-01-17)
    133 
    134 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.
    135 
    136 # v1.24.10 (2025-01-15)
    137 
    138 * **Dependency Update**: Updated to the latest SDK module versions
    139 
    140 # v1.24.9 (2025-01-09)
    141 
    142 * **Dependency Update**: Updated to the latest SDK module versions
    143 
    144 # v1.24.8 (2024-12-19)
    145 
    146 * **Dependency Update**: Updated to the latest SDK module versions
    147 
    148 # v1.24.7 (2024-12-02)
    149 
    150 * **Dependency Update**: Updated to the latest SDK module versions
    151 
    152 # v1.24.6 (2024-11-18)
    153 
    154 * **Dependency Update**: Update to smithy-go v1.22.1.
    155 * **Dependency Update**: Updated to the latest SDK module versions
    156 
    157 # v1.24.5 (2024-11-07)
    158 
    159 * **Bug Fix**: Adds case-insensitive handling of error message fields in service responses
    160 
    161 # v1.24.4 (2024-11-06)
    162 
    163 * **Dependency Update**: Updated to the latest SDK module versions
    164 
    165 # v1.24.3 (2024-10-28)
    166 
    167 * **Dependency Update**: Updated to the latest SDK module versions
    168 
    169 # v1.24.2 (2024-10-08)
    170 
    171 * **Dependency Update**: Updated to the latest SDK module versions
    172 
    173 # v1.24.1 (2024-10-07)
    174 
    175 * **Dependency Update**: Updated to the latest SDK module versions
    176 
    177 # v1.24.0 (2024-10-04)
    178 
    179 * **Feature**: Add support for HTTP client metrics.
    180 * **Dependency Update**: Updated to the latest SDK module versions
    181 
    182 # v1.23.4 (2024-10-03)
    183 
    184 * No change notes available for this release.
    185 
    186 # v1.23.3 (2024-09-27)
    187 
    188 * No change notes available for this release.
    189 
    190 # v1.23.2 (2024-09-25)
    191 
    192 * No change notes available for this release.
    193 
    194 # v1.23.1 (2024-09-23)
    195 
    196 * No change notes available for this release.
    197 
    198 # v1.23.0 (2024-09-20)
    199 
    200 * **Feature**: Add tracing and metrics support to service clients.
    201 * **Dependency Update**: Updated to the latest SDK module versions
    202 
    203 # v1.22.8 (2024-09-17)
    204 
    205 * **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.
    206 
    207 # v1.22.7 (2024-09-04)
    208 
    209 * No change notes available for this release.
    210 
    211 # v1.22.6 (2024-09-03)
    212 
    213 * **Dependency Update**: Updated to the latest SDK module versions
    214 
    215 # v1.22.5 (2024-08-15)
    216 
    217 * **Dependency Update**: Bump minimum Go version to 1.21.
    218 * **Dependency Update**: Updated to the latest SDK module versions
    219 
    220 # v1.22.4 (2024-07-18)
    221 
    222 * No change notes available for this release.
    223 
    224 # v1.22.3 (2024-07-10.2)
    225 
    226 * **Dependency Update**: Updated to the latest SDK module versions
    227 
    228 # v1.22.2 (2024-07-10)
    229 
    230 * **Dependency Update**: Updated to the latest SDK module versions
    231 
    232 # v1.22.1 (2024-06-28)
    233 
    234 * **Dependency Update**: Updated to the latest SDK module versions
    235 
    236 # v1.22.0 (2024-06-26)
    237 
    238 * **Feature**: Support list-of-string endpoint parameter.
    239 
    240 # v1.21.1 (2024-06-19)
    241 
    242 * **Dependency Update**: Updated to the latest SDK module versions
    243 
    244 # v1.21.0 (2024-06-18)
    245 
    246 * **Feature**: Track usage of various AWS SDK features in user-agent string.
    247 * **Dependency Update**: Updated to the latest SDK module versions
    248 
    249 # v1.20.12 (2024-06-17)
    250 
    251 * **Dependency Update**: Updated to the latest SDK module versions
    252 
    253 # v1.20.11 (2024-06-07)
    254 
    255 * **Bug Fix**: Add clock skew correction on all service clients
    256 * **Dependency Update**: Updated to the latest SDK module versions
    257 
    258 # v1.20.10 (2024-06-03)
    259 
    260 * **Dependency Update**: Updated to the latest SDK module versions
    261 
    262 # v1.20.9 (2024-05-23)
    263 
    264 * No change notes available for this release.
    265 
    266 # v1.20.8 (2024-05-16)
    267 
    268 * **Dependency Update**: Updated to the latest SDK module versions
    269 
    270 # v1.20.7 (2024-05-15)
    271 
    272 * **Dependency Update**: Updated to the latest SDK module versions
    273 
    274 # v1.20.6 (2024-05-08)
    275 
    276 * **Bug Fix**: GoDoc improvement
    277 
    278 # v1.20.5 (2024-04-05)
    279 
    280 * No change notes available for this release.
    281 
    282 # v1.20.4 (2024-03-29)
    283 
    284 * **Dependency Update**: Updated to the latest SDK module versions
    285 
    286 # v1.20.3 (2024-03-18)
    287 
    288 * **Dependency Update**: Updated to the latest SDK module versions
    289 
    290 # v1.20.2 (2024-03-07)
    291 
    292 * **Bug Fix**: Remove dependency on go-cmp.
    293 * **Dependency Update**: Updated to the latest SDK module versions
    294 
    295 # v1.20.1 (2024-02-23)
    296 
    297 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
    298 * **Dependency Update**: Updated to the latest SDK module versions
    299 
    300 # v1.20.0 (2024-02-22)
    301 
    302 * **Feature**: Add middleware stack snapshot tests.
    303 
    304 # v1.19.2 (2024-02-21)
    305 
    306 * **Dependency Update**: Updated to the latest SDK module versions
    307 
    308 # v1.19.1 (2024-02-20)
    309 
    310 * **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.
    311 
    312 # v1.19.0 (2024-02-13)
    313 
    314 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
    315 * **Dependency Update**: Updated to the latest SDK module versions
    316 
    317 # v1.18.7 (2024-01-18)
    318 
    319 * No change notes available for this release.
    320 
    321 # v1.18.6 (2024-01-04)
    322 
    323 * **Dependency Update**: Updated to the latest SDK module versions
    324 
    325 # v1.18.5 (2023-12-08)
    326 
    327 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
    328 
    329 # v1.18.4 (2023-12-07)
    330 
    331 * **Dependency Update**: Updated to the latest SDK module versions
    332 
    333 # v1.18.3 (2023-12-06)
    334 
    335 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
    336 
    337 # v1.18.2 (2023-12-01)
    338 
    339 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
    340 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
    341 * **Dependency Update**: Updated to the latest SDK module versions
    342 
    343 # v1.18.1 (2023-11-30)
    344 
    345 * **Dependency Update**: Updated to the latest SDK module versions
    346 
    347 # v1.18.0 (2023-11-29)
    348 
    349 * **Feature**: Expose Options() accessor on service clients.
    350 * **Dependency Update**: Updated to the latest SDK module versions
    351 
    352 # v1.17.5 (2023-11-28.2)
    353 
    354 * **Dependency Update**: Updated to the latest SDK module versions
    355 
    356 # v1.17.4 (2023-11-28)
    357 
    358 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
    359 
    360 # v1.17.3 (2023-11-20)
    361 
    362 * **Dependency Update**: Updated to the latest SDK module versions
    363 
    364 # v1.17.2 (2023-11-15)
    365 
    366 * **Dependency Update**: Updated to the latest SDK module versions
    367 
    368 # v1.17.1 (2023-11-09)
    369 
    370 * **Dependency Update**: Updated to the latest SDK module versions
    371 
    372 # v1.17.0 (2023-11-01)
    373 
    374 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
    375 * **Dependency Update**: Updated to the latest SDK module versions
    376 
    377 # v1.16.0 (2023-10-31)
    378 
    379 * **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/).
    380 * **Dependency Update**: Updated to the latest SDK module versions
    381 
    382 # v1.15.2 (2023-10-12)
    383 
    384 * **Dependency Update**: Updated to the latest SDK module versions
    385 
    386 # v1.15.1 (2023-10-06)
    387 
    388 * **Dependency Update**: Updated to the latest SDK module versions
    389 
    390 # v1.15.0 (2023-10-02)
    391 
    392 * **Feature**: Fix FIPS Endpoints in aws-us-gov.
    393 
    394 # v1.14.1 (2023-09-22)
    395 
    396 * No change notes available for this release.
    397 
    398 # v1.14.0 (2023-09-18)
    399 
    400 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
    401 * **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.
    402 
    403 # v1.13.6 (2023-08-31)
    404 
    405 * No change notes available for this release.
    406 
    407 # v1.13.5 (2023-08-21)
    408 
    409 * **Dependency Update**: Updated to the latest SDK module versions
    410 
    411 # v1.13.4 (2023-08-18)
    412 
    413 * **Dependency Update**: Updated to the latest SDK module versions
    414 
    415 # v1.13.3 (2023-08-17)
    416 
    417 * **Dependency Update**: Updated to the latest SDK module versions
    418 
    419 # v1.13.2 (2023-08-07)
    420 
    421 * **Dependency Update**: Updated to the latest SDK module versions
    422 
    423 # v1.13.1 (2023-08-01)
    424 
    425 * No change notes available for this release.
    426 
    427 # v1.13.0 (2023-07-31)
    428 
    429 * **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.
    430 * **Dependency Update**: Updated to the latest SDK module versions
    431 
    432 # v1.12.14 (2023-07-28)
    433 
    434 * **Dependency Update**: Updated to the latest SDK module versions
    435 
    436 # v1.12.13 (2023-07-13)
    437 
    438 * **Dependency Update**: Updated to the latest SDK module versions
    439 
    440 # v1.12.12 (2023-06-15)
    441 
    442 * No change notes available for this release.
    443 
    444 # v1.12.11 (2023-06-13)
    445 
    446 * **Dependency Update**: Updated to the latest SDK module versions
    447 
    448 # v1.12.10 (2023-05-04)
    449 
    450 * No change notes available for this release.
    451 
    452 # v1.12.9 (2023-04-24)
    453 
    454 * **Dependency Update**: Updated to the latest SDK module versions
    455 
    456 # v1.12.8 (2023-04-10)
    457 
    458 * No change notes available for this release.
    459 
    460 # v1.12.7 (2023-04-07)
    461 
    462 * **Dependency Update**: Updated to the latest SDK module versions
    463 
    464 # v1.12.6 (2023-03-21)
    465 
    466 * **Dependency Update**: Updated to the latest SDK module versions
    467 
    468 # v1.12.5 (2023-03-10)
    469 
    470 * **Dependency Update**: Updated to the latest SDK module versions
    471 
    472 # v1.12.4 (2023-02-22)
    473 
    474 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    475 
    476 # v1.12.3 (2023-02-20)
    477 
    478 * **Dependency Update**: Updated to the latest SDK module versions
    479 
    480 # v1.12.2 (2023-02-15)
    481 
    482 * **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.
    483 * **Bug Fix**: Correct error type parsing for restJson services.
    484 
    485 # v1.12.1 (2023-02-03)
    486 
    487 * **Dependency Update**: Updated to the latest SDK module versions
    488 
    489 # v1.12.0 (2023-01-05)
    490 
    491 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    492 
    493 # v1.11.28 (2022-12-20)
    494 
    495 * No change notes available for this release.
    496 
    497 # v1.11.27 (2022-12-15)
    498 
    499 * **Dependency Update**: Updated to the latest SDK module versions
    500 
    501 # v1.11.26 (2022-12-02)
    502 
    503 * **Dependency Update**: Updated to the latest SDK module versions
    504 
    505 # v1.11.25 (2022-10-24)
    506 
    507 * **Dependency Update**: Updated to the latest SDK module versions
    508 
    509 # v1.11.24 (2022-10-21)
    510 
    511 * **Dependency Update**: Updated to the latest SDK module versions
    512 
    513 # v1.11.23 (2022-09-20)
    514 
    515 * **Dependency Update**: Updated to the latest SDK module versions
    516 
    517 # v1.11.22 (2022-09-14)
    518 
    519 * **Dependency Update**: Updated to the latest SDK module versions
    520 
    521 # v1.11.21 (2022-09-02)
    522 
    523 * **Dependency Update**: Updated to the latest SDK module versions
    524 
    525 # v1.11.20 (2022-08-31)
    526 
    527 * **Dependency Update**: Updated to the latest SDK module versions
    528 
    529 # v1.11.19 (2022-08-30)
    530 
    531 * **Documentation**: Documentation updates for the AWS IAM Identity Center Portal CLI Reference.
    532 
    533 # v1.11.18 (2022-08-29)
    534 
    535 * **Dependency Update**: Updated to the latest SDK module versions
    536 
    537 # v1.11.17 (2022-08-15)
    538 
    539 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
    540 
    541 # v1.11.16 (2022-08-11)
    542 
    543 * **Dependency Update**: Updated to the latest SDK module versions
    544 
    545 # v1.11.15 (2022-08-09)
    546 
    547 * **Dependency Update**: Updated to the latest SDK module versions
    548 
    549 # v1.11.14 (2022-08-08)
    550 
    551 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
    552 * **Dependency Update**: Updated to the latest SDK module versions
    553 
    554 # v1.11.13 (2022-08-01)
    555 
    556 * **Dependency Update**: Updated to the latest SDK module versions
    557 
    558 # v1.11.12 (2022-07-11)
    559 
    560 * No change notes available for this release.
    561 
    562 # v1.11.11 (2022-07-05)
    563 
    564 * **Dependency Update**: Updated to the latest SDK module versions
    565 
    566 # v1.11.10 (2022-06-29)
    567 
    568 * **Dependency Update**: Updated to the latest SDK module versions
    569 
    570 # v1.11.9 (2022-06-16)
    571 
    572 * No change notes available for this release.
    573 
    574 # v1.11.8 (2022-06-07)
    575 
    576 * **Dependency Update**: Updated to the latest SDK module versions
    577 
    578 # v1.11.7 (2022-05-26)
    579 
    580 * No change notes available for this release.
    581 
    582 # v1.11.6 (2022-05-25)
    583 
    584 * No change notes available for this release.
    585 
    586 # v1.11.5 (2022-05-17)
    587 
    588 * **Dependency Update**: Updated to the latest SDK module versions
    589 
    590 # v1.11.4 (2022-04-25)
    591 
    592 * **Dependency Update**: Updated to the latest SDK module versions
    593 
    594 # v1.11.3 (2022-03-30)
    595 
    596 * **Dependency Update**: Updated to the latest SDK module versions
    597 
    598 # v1.11.2 (2022-03-24)
    599 
    600 * **Dependency Update**: Updated to the latest SDK module versions
    601 
    602 # v1.11.1 (2022-03-23)
    603 
    604 * **Dependency Update**: Updated to the latest SDK module versions
    605 
    606 # v1.11.0 (2022-03-08)
    607 
    608 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    609 * **Dependency Update**: Updated to the latest SDK module versions
    610 
    611 # v1.10.0 (2022-02-24)
    612 
    613 * **Feature**: API client updated
    614 * **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.
    615 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    616 * **Dependency Update**: Updated to the latest SDK module versions
    617 
    618 # v1.9.0 (2022-01-14)
    619 
    620 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    621 * **Documentation**: Updated API models
    622 * **Dependency Update**: Updated to the latest SDK module versions
    623 
    624 # v1.8.0 (2022-01-07)
    625 
    626 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    627 * **Dependency Update**: Updated to the latest SDK module versions
    628 
    629 # v1.7.0 (2021-12-21)
    630 
    631 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
    632 
    633 # v1.6.2 (2021-12-02)
    634 
    635 * **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))
    636 * **Dependency Update**: Updated to the latest SDK module versions
    637 
    638 # v1.6.1 (2021-11-19)
    639 
    640 * **Dependency Update**: Updated to the latest SDK module versions
    641 
    642 # v1.6.0 (2021-11-06)
    643 
    644 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    645 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    646 * **Feature**: Updated service to latest API model.
    647 * **Dependency Update**: Updated to the latest SDK module versions
    648 
    649 # v1.5.0 (2021-10-21)
    650 
    651 * **Feature**: Updated  to latest version
    652 * **Dependency Update**: Updated to the latest SDK module versions
    653 
    654 # v1.4.2 (2021-10-11)
    655 
    656 * **Dependency Update**: Updated to the latest SDK module versions
    657 
    658 # v1.4.1 (2021-09-17)
    659 
    660 * **Dependency Update**: Updated to the latest SDK module versions
    661 
    662 # v1.4.0 (2021-08-27)
    663 
    664 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    665 * **Dependency Update**: Updated to the latest SDK module versions
    666 
    667 # v1.3.3 (2021-08-19)
    668 
    669 * **Dependency Update**: Updated to the latest SDK module versions
    670 
    671 # v1.3.2 (2021-08-04)
    672 
    673 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    674 * **Dependency Update**: Updated to the latest SDK module versions
    675 
    676 # v1.3.1 (2021-07-15)
    677 
    678 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    679 * **Dependency Update**: Updated to the latest SDK module versions
    680 
    681 # v1.3.0 (2021-06-25)
    682 
    683 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    684 * **Dependency Update**: Updated to the latest SDK module versions
    685 
    686 # v1.2.1 (2021-05-20)
    687 
    688 * **Dependency Update**: Updated to the latest SDK module versions
    689 
    690 # v1.2.0 (2021-05-14)
    691 
    692 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    693 * **Dependency Update**: Updated to the latest SDK module versions
    694