src

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

CHANGELOG.md (23287B)


      1 # v1.59.3 (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.59.2 (2025-10-30)
      7 
      8 * **Dependency Update**: Updated to the latest SDK module versions
      9 
     10 # v1.59.1 (2025-10-23)
     11 
     12 * **Dependency Update**: Updated to the latest SDK module versions
     13 
     14 # v1.59.0 (2025-10-22)
     15 
     16 * **Feature**: Amazon Route 53 now supports the ISOB West Region for private DNS for Amazon VPCs and cloudwatch healthchecks.
     17 
     18 # v1.58.5 (2025-10-16)
     19 
     20 * **Dependency Update**: Bump minimum Go version to 1.23.
     21 * **Dependency Update**: Updated to the latest SDK module versions
     22 
     23 # v1.58.4 (2025-09-26)
     24 
     25 * **Dependency Update**: Updated to the latest SDK module versions
     26 
     27 # v1.58.3 (2025-09-23)
     28 
     29 * **Dependency Update**: Updated to the latest SDK module versions
     30 
     31 # v1.58.2 (2025-09-10)
     32 
     33 * No change notes available for this release.
     34 
     35 # v1.58.1 (2025-09-08)
     36 
     37 * **Dependency Update**: Updated to the latest SDK module versions
     38 
     39 # v1.58.0 (2025-09-03)
     40 
     41 * **Feature**: Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
     42 
     43 # v1.57.2 (2025-08-29)
     44 
     45 * **Dependency Update**: Updated to the latest SDK module versions
     46 
     47 # v1.57.1 (2025-08-27)
     48 
     49 * **Dependency Update**: Update to smithy-go v1.23.0.
     50 * **Dependency Update**: Updated to the latest SDK module versions
     51 
     52 # v1.57.0 (2025-08-26)
     53 
     54 * **Feature**: Remove incorrect endpoint tests
     55 
     56 # v1.56.2 (2025-08-21)
     57 
     58 * **Dependency Update**: Updated to the latest SDK module versions
     59 
     60 # v1.56.1 (2025-08-20)
     61 
     62 * **Bug Fix**: Remove unused deserialization code.
     63 
     64 # v1.56.0 (2025-08-11)
     65 
     66 * **Feature**: Add support for configuring per-service Options via callback on global config.
     67 * **Dependency Update**: Updated to the latest SDK module versions
     68 
     69 # v1.55.0 (2025-08-04)
     70 
     71 * **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.
     72 * **Dependency Update**: Updated to the latest SDK module versions
     73 
     74 # v1.54.1 (2025-07-30)
     75 
     76 * **Dependency Update**: Updated to the latest SDK module versions
     77 
     78 # v1.54.0 (2025-07-28)
     79 
     80 * **Feature**: Add support for HTTP interceptors.
     81 * **Dependency Update**: Updated to the latest SDK module versions
     82 
     83 # v1.53.1 (2025-07-19)
     84 
     85 * **Dependency Update**: Updated to the latest SDK module versions
     86 
     87 # v1.53.0 (2025-07-03)
     88 
     89 * **Feature**: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
     90 
     91 # v1.52.2 (2025-06-17)
     92 
     93 * **Dependency Update**: Update to smithy-go v1.22.4.
     94 * **Dependency Update**: Updated to the latest SDK module versions
     95 
     96 # v1.52.1 (2025-06-10)
     97 
     98 * **Dependency Update**: Updated to the latest SDK module versions
     99 
    100 # v1.52.0 (2025-06-06)
    101 
    102 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    103 
    104 # v1.51.1 (2025-04-10)
    105 
    106 * No change notes available for this release.
    107 
    108 # v1.51.0 (2025-04-03)
    109 
    110 * **Feature**: Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
    111 
    112 # v1.50.0 (2025-03-18)
    113 
    114 * **Feature**: Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.
    115 
    116 # v1.49.1 (2025-03-04.2)
    117 
    118 * **Bug Fix**: Add assurance test for operation order.
    119 
    120 # v1.49.0 (2025-02-27)
    121 
    122 * **Feature**: Track credential providers via User-Agent Feature ids
    123 * **Dependency Update**: Updated to the latest SDK module versions
    124 
    125 # v1.48.8 (2025-02-18)
    126 
    127 * **Bug Fix**: Bump go version to 1.22
    128 * **Dependency Update**: Updated to the latest SDK module versions
    129 
    130 # v1.48.7 (2025-02-05)
    131 
    132 * **Dependency Update**: Updated to the latest SDK module versions
    133 
    134 # v1.48.6 (2025-02-04)
    135 
    136 * No change notes available for this release.
    137 
    138 # v1.48.5 (2025-01-31)
    139 
    140 * **Dependency Update**: Switch to code-generated waiter matchers, removing the dependency on go-jmespath.
    141 * **Dependency Update**: Updated to the latest SDK module versions
    142 
    143 # v1.48.4 (2025-01-30)
    144 
    145 * **Dependency Update**: Updated to the latest SDK module versions
    146 
    147 # v1.48.3 (2025-01-24)
    148 
    149 * **Dependency Update**: Updated to the latest SDK module versions
    150 * **Dependency Update**: Upgrade to smithy-go v1.22.2.
    151 
    152 # v1.48.2 (2025-01-17)
    153 
    154 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.
    155 
    156 # v1.48.1 (2025-01-15)
    157 
    158 * **Dependency Update**: Updated to the latest SDK module versions
    159 
    160 # v1.48.0 (2025-01-14)
    161 
    162 * **Feature**: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
    163 * **Bug Fix**: Fix issue where waiters were not failing on unmatched errors as they should. This may have breaking behavioral changes for users in fringe cases. See [this announcement](https://github.com/aws/aws-sdk-go-v2/discussions/2954) for more information.
    164 
    165 # v1.47.1 (2025-01-09)
    166 
    167 * **Dependency Update**: Updated to the latest SDK module versions
    168 
    169 # v1.47.0 (2025-01-08)
    170 
    171 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
    172 
    173 # v1.46.4 (2024-12-19)
    174 
    175 * **Dependency Update**: Updated to the latest SDK module versions
    176 
    177 # v1.46.3 (2024-12-02)
    178 
    179 * **Dependency Update**: Updated to the latest SDK module versions
    180 
    181 # v1.46.2 (2024-11-18)
    182 
    183 * **Dependency Update**: Update to smithy-go v1.22.1.
    184 * **Dependency Update**: Updated to the latest SDK module versions
    185 
    186 # v1.46.1 (2024-11-06)
    187 
    188 * **Dependency Update**: Updated to the latest SDK module versions
    189 
    190 # v1.46.0 (2024-10-30)
    191 
    192 * **Feature**: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
    193 
    194 # v1.45.3 (2024-10-28)
    195 
    196 * **Dependency Update**: Updated to the latest SDK module versions
    197 
    198 # v1.45.2 (2024-10-08)
    199 
    200 * **Dependency Update**: Updated to the latest SDK module versions
    201 
    202 # v1.45.1 (2024-10-07)
    203 
    204 * **Dependency Update**: Updated to the latest SDK module versions
    205 
    206 # v1.45.0 (2024-10-04)
    207 
    208 * **Feature**: Add support for HTTP client metrics.
    209 * **Dependency Update**: Updated to the latest SDK module versions
    210 
    211 # v1.44.4 (2024-10-03)
    212 
    213 * No change notes available for this release.
    214 
    215 # v1.44.3 (2024-09-27)
    216 
    217 * No change notes available for this release.
    218 
    219 # v1.44.2 (2024-09-25)
    220 
    221 * No change notes available for this release.
    222 
    223 # v1.44.1 (2024-09-23)
    224 
    225 * No change notes available for this release.
    226 
    227 # v1.44.0 (2024-09-20)
    228 
    229 * **Feature**: Add tracing and metrics support to service clients.
    230 * **Dependency Update**: Updated to the latest SDK module versions
    231 
    232 # v1.43.3 (2024-09-17)
    233 
    234 * **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.
    235 
    236 # v1.43.2 (2024-09-04)
    237 
    238 * No change notes available for this release.
    239 
    240 # v1.43.1 (2024-09-03)
    241 
    242 * **Dependency Update**: Updated to the latest SDK module versions
    243 
    244 # v1.43.0 (2024-08-22)
    245 
    246 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    247 
    248 # v1.42.4 (2024-08-15)
    249 
    250 * **Dependency Update**: Bump minimum Go version to 1.21.
    251 * **Dependency Update**: Updated to the latest SDK module versions
    252 
    253 # v1.42.3 (2024-07-10.2)
    254 
    255 * **Dependency Update**: Updated to the latest SDK module versions
    256 
    257 # v1.42.2 (2024-07-10)
    258 
    259 * **Dependency Update**: Updated to the latest SDK module versions
    260 
    261 # v1.42.1 (2024-06-28)
    262 
    263 * **Dependency Update**: Updated to the latest SDK module versions
    264 
    265 # v1.42.0 (2024-06-26)
    266 
    267 * **Feature**: Support list-of-string endpoint parameter.
    268 
    269 # v1.41.1 (2024-06-19)
    270 
    271 * **Dependency Update**: Updated to the latest SDK module versions
    272 
    273 # v1.41.0 (2024-06-18)
    274 
    275 * **Feature**: Track usage of various AWS SDK features in user-agent string.
    276 * **Dependency Update**: Updated to the latest SDK module versions
    277 
    278 # v1.40.11 (2024-06-17)
    279 
    280 * **Dependency Update**: Updated to the latest SDK module versions
    281 
    282 # v1.40.10 (2024-06-07)
    283 
    284 * **Bug Fix**: Add clock skew correction on all service clients
    285 * **Dependency Update**: Updated to the latest SDK module versions
    286 
    287 # v1.40.9 (2024-06-03)
    288 
    289 * **Dependency Update**: Updated to the latest SDK module versions
    290 
    291 # v1.40.8 (2024-05-23)
    292 
    293 * No change notes available for this release.
    294 
    295 # v1.40.7 (2024-05-16)
    296 
    297 * **Dependency Update**: Updated to the latest SDK module versions
    298 
    299 # v1.40.6 (2024-05-15)
    300 
    301 * **Dependency Update**: Updated to the latest SDK module versions
    302 
    303 # v1.40.5 (2024-05-08)
    304 
    305 * **Bug Fix**: GoDoc improvement
    306 
    307 # v1.40.4 (2024-03-29)
    308 
    309 * **Dependency Update**: Updated to the latest SDK module versions
    310 
    311 # v1.40.3 (2024-03-18)
    312 
    313 * **Dependency Update**: Updated to the latest SDK module versions
    314 
    315 # v1.40.2 (2024-03-07)
    316 
    317 * **Bug Fix**: Remove dependency on go-cmp.
    318 * **Dependency Update**: Updated to the latest SDK module versions
    319 
    320 # v1.40.1 (2024-02-23)
    321 
    322 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
    323 * **Dependency Update**: Updated to the latest SDK module versions
    324 
    325 # v1.40.0 (2024-02-22)
    326 
    327 * **Feature**: Add middleware stack snapshot tests.
    328 
    329 # v1.39.2 (2024-02-21)
    330 
    331 * **Dependency Update**: Updated to the latest SDK module versions
    332 
    333 # v1.39.1 (2024-02-20)
    334 
    335 * **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.
    336 
    337 # v1.39.0 (2024-02-16)
    338 
    339 * **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
    340 
    341 # v1.38.0 (2024-02-13)
    342 
    343 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
    344 * **Dependency Update**: Updated to the latest SDK module versions
    345 
    346 # v1.37.1 (2024-01-30)
    347 
    348 * **Documentation**: Update the SDKs for text changes in the APIs.
    349 
    350 # v1.37.0 (2024-01-10)
    351 
    352 * **Feature**: Route53 now supports geoproximity routing in AWS regions
    353 
    354 # v1.36.1 (2024-01-04)
    355 
    356 * **Dependency Update**: Updated to the latest SDK module versions
    357 
    358 # v1.36.0 (2023-12-20)
    359 
    360 * **Feature**: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    361 
    362 # v1.35.5 (2023-12-08)
    363 
    364 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
    365 
    366 # v1.35.4 (2023-12-07)
    367 
    368 * **Dependency Update**: Updated to the latest SDK module versions
    369 
    370 # v1.35.3 (2023-12-06)
    371 
    372 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
    373 
    374 # v1.35.2 (2023-12-01)
    375 
    376 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
    377 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
    378 * **Dependency Update**: Updated to the latest SDK module versions
    379 
    380 # v1.35.1 (2023-11-30)
    381 
    382 * **Dependency Update**: Updated to the latest SDK module versions
    383 
    384 # v1.35.0 (2023-11-29)
    385 
    386 * **Feature**: Expose Options() accessor on service clients.
    387 * **Dependency Update**: Updated to the latest SDK module versions
    388 
    389 # v1.34.5 (2023-11-28.2)
    390 
    391 * **Dependency Update**: Updated to the latest SDK module versions
    392 
    393 # v1.34.4 (2023-11-28)
    394 
    395 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
    396 
    397 # v1.34.3 (2023-11-20)
    398 
    399 * **Dependency Update**: Updated to the latest SDK module versions
    400 
    401 # v1.34.2 (2023-11-15)
    402 
    403 * **Dependency Update**: Updated to the latest SDK module versions
    404 
    405 # v1.34.1 (2023-11-09)
    406 
    407 * **Dependency Update**: Updated to the latest SDK module versions
    408 
    409 # v1.34.0 (2023-11-06)
    410 
    411 * **Feature**: Add partitional endpoints for iso-e and iso-f.
    412 
    413 # v1.33.0 (2023-11-01)
    414 
    415 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
    416 * **Dependency Update**: Updated to the latest SDK module versions
    417 
    418 # v1.32.0 (2023-10-31)
    419 
    420 * **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/).
    421 * **Dependency Update**: Updated to the latest SDK module versions
    422 
    423 # v1.31.0 (2023-10-24)
    424 
    425 * **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162).
    426 
    427 # v1.30.2 (2023-10-12)
    428 
    429 * **Dependency Update**: Updated to the latest SDK module versions
    430 
    431 # v1.30.1 (2023-10-06)
    432 
    433 * **Dependency Update**: Updated to the latest SDK module versions
    434 
    435 # v1.30.0 (2023-10-05)
    436 
    437 * **Feature**: Add hostedzonetype filter to ListHostedZones API.
    438 
    439 # v1.29.5 (2023-08-21)
    440 
    441 * **Dependency Update**: Updated to the latest SDK module versions
    442 
    443 # v1.29.4 (2023-08-18)
    444 
    445 * **Dependency Update**: Updated to the latest SDK module versions
    446 
    447 # v1.29.3 (2023-08-17)
    448 
    449 * **Dependency Update**: Updated to the latest SDK module versions
    450 
    451 # v1.29.2 (2023-08-07)
    452 
    453 * **Dependency Update**: Updated to the latest SDK module versions
    454 
    455 # v1.29.1 (2023-08-01)
    456 
    457 * No change notes available for this release.
    458 
    459 # v1.29.0 (2023-07-31)
    460 
    461 * **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.
    462 * **Feature**: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    463 * **Dependency Update**: Updated to the latest SDK module versions
    464 
    465 # v1.28.6 (2023-07-28)
    466 
    467 * **Dependency Update**: Updated to the latest SDK module versions
    468 
    469 # v1.28.5 (2023-07-26)
    470 
    471 * **Documentation**: Update that corrects the documents for received feedback.
    472 
    473 # v1.28.4 (2023-07-13)
    474 
    475 * **Dependency Update**: Updated to the latest SDK module versions
    476 
    477 # v1.28.3 (2023-06-15)
    478 
    479 * No change notes available for this release.
    480 
    481 # v1.28.2 (2023-06-13)
    482 
    483 * **Dependency Update**: Updated to the latest SDK module versions
    484 
    485 # v1.28.1 (2023-05-04)
    486 
    487 * No change notes available for this release.
    488 
    489 # v1.28.0 (2023-04-24)
    490 
    491 * **Feature**: added paginator for listResourceRecordSets
    492 * **Dependency Update**: Updated to the latest SDK module versions
    493 
    494 # v1.27.7 (2023-04-10)
    495 
    496 * No change notes available for this release.
    497 
    498 # v1.27.6 (2023-04-07)
    499 
    500 * **Dependency Update**: Updated to the latest SDK module versions
    501 
    502 # v1.27.5 (2023-03-21)
    503 
    504 * **Dependency Update**: Updated to the latest SDK module versions
    505 
    506 # v1.27.4 (2023-03-10)
    507 
    508 * **Dependency Update**: Updated to the latest SDK module versions
    509 
    510 # v1.27.3 (2023-02-22)
    511 
    512 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    513 
    514 # v1.27.2 (2023-02-20)
    515 
    516 * **Dependency Update**: Updated to the latest SDK module versions
    517 
    518 # v1.27.1 (2023-02-03)
    519 
    520 * **Dependency Update**: Updated to the latest SDK module versions
    521 
    522 # v1.27.0 (2023-01-24)
    523 
    524 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    525 
    526 # v1.26.0 (2023-01-05)
    527 
    528 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    529 
    530 # v1.25.2 (2022-12-15)
    531 
    532 * **Dependency Update**: Updated to the latest SDK module versions
    533 
    534 # v1.25.1 (2022-12-02)
    535 
    536 * **Dependency Update**: Updated to the latest SDK module versions
    537 
    538 # v1.25.0 (2022-11-21)
    539 
    540 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    541 
    542 # v1.24.0 (2022-11-15)
    543 
    544 * **Feature**: Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    545 
    546 # v1.23.0 (2022-11-08)
    547 
    548 * **Feature**: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    549 
    550 # v1.22.4 (2022-10-24)
    551 
    552 * **Dependency Update**: Updated to the latest SDK module versions
    553 
    554 # v1.22.3 (2022-10-21)
    555 
    556 * **Dependency Update**: Updated to the latest SDK module versions
    557 
    558 # v1.22.2 (2022-09-21)
    559 
    560 * **Bug Fix**: Updated GetChange to sanitize /change/ prefix of the changeId returned from the service.
    561 
    562 # v1.22.1 (2022-09-20)
    563 
    564 * **Dependency Update**: Updated to the latest SDK module versions
    565 
    566 # v1.22.0 (2022-09-14)
    567 
    568 * **Feature**: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    569 * **Dependency Update**: Updated to the latest SDK module versions
    570 
    571 # v1.21.11 (2022-09-02)
    572 
    573 * **Dependency Update**: Updated to the latest SDK module versions
    574 
    575 # v1.21.10 (2022-09-01)
    576 
    577 * **Documentation**: Documentation updates for Amazon Route 53.
    578 
    579 # v1.21.9 (2022-08-31)
    580 
    581 * **Dependency Update**: Updated to the latest SDK module versions
    582 
    583 # v1.21.8 (2022-08-29)
    584 
    585 * **Dependency Update**: Updated to the latest SDK module versions
    586 
    587 # v1.21.7 (2022-08-11)
    588 
    589 * **Dependency Update**: Updated to the latest SDK module versions
    590 
    591 # v1.21.6 (2022-08-09)
    592 
    593 * **Dependency Update**: Updated to the latest SDK module versions
    594 
    595 # v1.21.5 (2022-08-08)
    596 
    597 * **Dependency Update**: Updated to the latest SDK module versions
    598 
    599 # v1.21.4 (2022-08-01)
    600 
    601 * **Dependency Update**: Updated to the latest SDK module versions
    602 
    603 # v1.21.3 (2022-07-05)
    604 
    605 * **Dependency Update**: Updated to the latest SDK module versions
    606 
    607 # v1.21.2 (2022-06-29)
    608 
    609 * **Dependency Update**: Updated to the latest SDK module versions
    610 
    611 # v1.21.1 (2022-06-07)
    612 
    613 * **Dependency Update**: Updated to the latest SDK module versions
    614 
    615 # v1.21.0 (2022-06-01)
    616 
    617 * **Feature**: Add new APIs to support Route 53 IP Based Routing
    618 
    619 # v1.20.5 (2022-05-17)
    620 
    621 * **Dependency Update**: Updated to the latest SDK module versions
    622 
    623 # v1.20.4 (2022-04-25)
    624 
    625 * **Dependency Update**: Updated to the latest SDK module versions
    626 
    627 # v1.20.3 (2022-03-30)
    628 
    629 * **Dependency Update**: Updated to the latest SDK module versions
    630 
    631 # v1.20.2 (2022-03-24)
    632 
    633 * **Dependency Update**: Updated to the latest SDK module versions
    634 
    635 # v1.20.1 (2022-03-23)
    636 
    637 * **Dependency Update**: Updated to the latest SDK module versions
    638 
    639 # v1.20.0 (2022-03-08)
    640 
    641 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    642 * **Dependency Update**: Updated to the latest SDK module versions
    643 
    644 # v1.19.0 (2022-02-24.2)
    645 
    646 * **Feature**: API client updated
    647 
    648 # v1.18.0 (2022-02-24)
    649 
    650 * **Feature**: API client updated
    651 * **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.
    652 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    653 * **Dependency Update**: Updated to the latest SDK module versions
    654 
    655 # v1.17.0 (2022-01-14)
    656 
    657 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    658 * **Dependency Update**: Updated to the latest SDK module versions
    659 
    660 # v1.16.0 (2022-01-07)
    661 
    662 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    663 * **Dependency Update**: Updated to the latest SDK module versions
    664 
    665 # v1.15.0 (2021-12-21)
    666 
    667 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
    668 * **Feature**: API client updated
    669 
    670 # v1.14.2 (2021-12-02)
    671 
    672 * **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))
    673 * **Dependency Update**: Updated to the latest SDK module versions
    674 
    675 # v1.14.1 (2021-11-19)
    676 
    677 * **Dependency Update**: Updated to the latest SDK module versions
    678 
    679 # v1.14.0 (2021-11-12)
    680 
    681 * **Feature**: Waiters now have a `WaitForOutput` method, which can be used to retrieve the output of the successful wait operation. Thank you to [Andrew Haines](https://github.com/haines) for contributing this feature.
    682 
    683 # v1.13.0 (2021-11-06)
    684 
    685 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    686 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    687 * **Dependency Update**: Updated to the latest SDK module versions
    688 
    689 # v1.12.0 (2021-10-21)
    690 
    691 * **Feature**: Updated  to latest version
    692 * **Dependency Update**: Updated to the latest SDK module versions
    693 
    694 # v1.11.2 (2021-10-11)
    695 
    696 * **Dependency Update**: Updated to the latest SDK module versions
    697 
    698 # v1.11.1 (2021-09-17)
    699 
    700 * **Dependency Update**: Updated to the latest SDK module versions
    701 
    702 # v1.11.0 (2021-08-27)
    703 
    704 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    705 * **Dependency Update**: Updated to the latest SDK module versions
    706 
    707 # v1.10.0 (2021-08-19)
    708 
    709 * **Feature**: API client updated
    710 * **Dependency Update**: Updated to the latest SDK module versions
    711 
    712 # v1.9.0 (2021-08-12)
    713 
    714 * **Feature**: API client updated
    715 
    716 # v1.8.0 (2021-08-04)
    717 
    718 * **Feature**: Updated to latest API model.
    719 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    720 * **Dependency Update**: Updated to the latest SDK module versions
    721 
    722 # v1.7.1 (2021-07-15)
    723 
    724 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    725 * **Dependency Update**: Updated to the latest SDK module versions
    726 
    727 # v1.7.0 (2021-06-25)
    728 
    729 * **Feature**: API client updated
    730 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    731 * **Dependency Update**: Updated to the latest SDK module versions
    732 
    733 # v1.6.2 (2021-06-04)
    734 
    735 * **Documentation**: Updated service client to latest API model.
    736 
    737 # v1.6.1 (2021-05-20)
    738 
    739 * **Dependency Update**: Updated to the latest SDK module versions
    740 
    741 # v1.6.0 (2021-05-14)
    742 
    743 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    744 * **Feature**: Updated to latest service API model.
    745 * **Dependency Update**: Updated to the latest SDK module versions
    746