src

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

CHANGELOG.md (28256B)


      1 # v1.65.9 (2026-08-20)
      2 
      3 * **Dependency Update**: Updated to the latest SDK module versions
      4 
      5 # v1.65.8 (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.65.7 (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.65.6 (2026-08-05)
     16 
     17 * **Dependency Update**: Updated to the latest SDK module versions
     18 
     19 # v1.65.5 (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.65.4 (2026-07-29)
     25 
     26 * **Dependency Update**: Updated to the latest SDK module versions
     27 
     28 # v1.65.3 (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.65.2 (2026-07-23)
     34 
     35 * No change notes available for this release.
     36 
     37 # v1.65.1 (2026-07-22)
     38 
     39 * No change notes available for this release.
     40 
     41 # v1.65.0 (2026-07-21)
     42 
     43 * **Feature**: Add an option to clients to disable clock skew
     44 * **Dependency Update**: Updated to the latest SDK module versions
     45 
     46 # v1.64.1 (2026-07-13)
     47 
     48 * No change notes available for this release.
     49 
     50 # v1.64.0 (2026-07-06)
     51 
     52 * **Feature**: Add request serialization snapshot tests.
     53 
     54 # v1.63.5 (2026-07-01)
     55 
     56 * **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
     57 * **Dependency Update**: Updated to the latest SDK module versions
     58 
     59 # v1.63.4 (2026-06-29)
     60 
     61 * No change notes available for this release.
     62 
     63 # v1.63.3 (2026-06-08)
     64 
     65 * **Dependency Update**: Updated to the latest SDK module versions
     66 
     67 # v1.63.2 (2026-06-04)
     68 
     69 * **Dependency Update**: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services.
     70 * **Dependency Update**: Updated to the latest SDK module versions
     71 
     72 # v1.63.1 (2026-06-03)
     73 
     74 * **Dependency Update**: Updated to the latest SDK module versions
     75 
     76 # v1.63.0 (2026-06-02)
     77 
     78 * **Feature**: Adding new BDD representation of endpoint ruleset
     79 * **Dependency Update**: Updated to the latest SDK module versions
     80 
     81 # v1.62.9 (2026-05-29)
     82 
     83 * **Dependency Update**: Update to smithy-go v1.26.0.
     84 * **Dependency Update**: Updated to the latest SDK module versions
     85 
     86 # v1.62.8 (2026-05-28)
     87 
     88 * **Dependency Update**: Updated to the latest SDK module versions
     89 
     90 # v1.62.7 (2026-04-29)
     91 
     92 * **Dependency Update**: Update to smithy-go v1.25.1.
     93 * **Dependency Update**: Updated to the latest SDK module versions
     94 
     95 # v1.62.6 (2026-04-17)
     96 
     97 * **Dependency Update**: Bump smithy-go to 1.25.0 to support endpointBdd trait
     98 * **Dependency Update**: Updated to the latest SDK module versions
     99 
    100 # v1.62.5 (2026-03-26)
    101 
    102 * **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.
    103 * **Dependency Update**: Updated to the latest SDK module versions
    104 
    105 # v1.62.4 (2026-03-13)
    106 
    107 * **Dependency Update**: Updated to the latest SDK module versions
    108 
    109 # v1.62.3 (2026-03-03)
    110 
    111 * **Dependency Update**: Bump minimum Go version to 1.24
    112 * **Dependency Update**: Updated to the latest SDK module versions
    113 
    114 # v1.62.2 (2026-02-23)
    115 
    116 * **Dependency Update**: Updated to the latest SDK module versions
    117 
    118 # v1.62.1 (2026-01-09)
    119 
    120 * **Dependency Update**: Updated to the latest SDK module versions
    121 
    122 # v1.62.0 (2025-12-09)
    123 
    124 * **Feature**: Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
    125 
    126 # v1.61.2 (2025-12-08)
    127 
    128 * **Dependency Update**: Updated to the latest SDK module versions
    129 
    130 # v1.61.1 (2025-12-02)
    131 
    132 * **Dependency Update**: Updated to the latest SDK module versions
    133 * **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.
    134 
    135 # v1.61.0 (2025-11-25)
    136 
    137 * **Feature**: Adds support for new route53 feature: accelerated recovery.
    138 * **Bug Fix**: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234
    139 
    140 # v1.60.1 (2025-11-19.2)
    141 
    142 * **Dependency Update**: Updated to the latest SDK module versions
    143 
    144 # v1.60.0 (2025-11-19)
    145 
    146 * **Feature**: Add dual-stack endpoint support for Route53
    147 
    148 # v1.59.5 (2025-11-12)
    149 
    150 * **Bug Fix**: Further reduce allocation overhead when the metrics system isn't in-use.
    151 * **Bug Fix**: Reduce allocation overhead when the client doesn't have any HTTP interceptors configured.
    152 * **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.
    153 
    154 # v1.59.4 (2025-11-11)
    155 
    156 * **Bug Fix**: Return validation error if input region is not a valid host label.
    157 
    158 # v1.59.3 (2025-11-04)
    159 
    160 * **Dependency Update**: Updated to the latest SDK module versions
    161 * **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.
    162 
    163 # v1.59.2 (2025-10-30)
    164 
    165 * **Dependency Update**: Updated to the latest SDK module versions
    166 
    167 # v1.59.1 (2025-10-23)
    168 
    169 * **Dependency Update**: Updated to the latest SDK module versions
    170 
    171 # v1.59.0 (2025-10-22)
    172 
    173 * **Feature**: Amazon Route 53 now supports the ISOB West Region for private DNS for Amazon VPCs and cloudwatch healthchecks.
    174 
    175 # v1.58.5 (2025-10-16)
    176 
    177 * **Dependency Update**: Bump minimum Go version to 1.23.
    178 * **Dependency Update**: Updated to the latest SDK module versions
    179 
    180 # v1.58.4 (2025-09-26)
    181 
    182 * **Dependency Update**: Updated to the latest SDK module versions
    183 
    184 # v1.58.3 (2025-09-23)
    185 
    186 * **Dependency Update**: Updated to the latest SDK module versions
    187 
    188 # v1.58.2 (2025-09-10)
    189 
    190 * No change notes available for this release.
    191 
    192 # v1.58.1 (2025-09-08)
    193 
    194 * **Dependency Update**: Updated to the latest SDK module versions
    195 
    196 # v1.58.0 (2025-09-03)
    197 
    198 * **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.
    199 
    200 # v1.57.2 (2025-08-29)
    201 
    202 * **Dependency Update**: Updated to the latest SDK module versions
    203 
    204 # v1.57.1 (2025-08-27)
    205 
    206 * **Dependency Update**: Update to smithy-go v1.23.0.
    207 * **Dependency Update**: Updated to the latest SDK module versions
    208 
    209 # v1.57.0 (2025-08-26)
    210 
    211 * **Feature**: Remove incorrect endpoint tests
    212 
    213 # v1.56.2 (2025-08-21)
    214 
    215 * **Dependency Update**: Updated to the latest SDK module versions
    216 
    217 # v1.56.1 (2025-08-20)
    218 
    219 * **Bug Fix**: Remove unused deserialization code.
    220 
    221 # v1.56.0 (2025-08-11)
    222 
    223 * **Feature**: Add support for configuring per-service Options via callback on global config.
    224 * **Dependency Update**: Updated to the latest SDK module versions
    225 
    226 # v1.55.0 (2025-08-04)
    227 
    228 * **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.
    229 * **Dependency Update**: Updated to the latest SDK module versions
    230 
    231 # v1.54.1 (2025-07-30)
    232 
    233 * **Dependency Update**: Updated to the latest SDK module versions
    234 
    235 # v1.54.0 (2025-07-28)
    236 
    237 * **Feature**: Add support for HTTP interceptors.
    238 * **Dependency Update**: Updated to the latest SDK module versions
    239 
    240 # v1.53.1 (2025-07-19)
    241 
    242 * **Dependency Update**: Updated to the latest SDK module versions
    243 
    244 # v1.53.0 (2025-07-03)
    245 
    246 * **Feature**: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
    247 
    248 # v1.52.2 (2025-06-17)
    249 
    250 * **Dependency Update**: Update to smithy-go v1.22.4.
    251 * **Dependency Update**: Updated to the latest SDK module versions
    252 
    253 # v1.52.1 (2025-06-10)
    254 
    255 * **Dependency Update**: Updated to the latest SDK module versions
    256 
    257 # v1.52.0 (2025-06-06)
    258 
    259 * **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.
    260 
    261 # v1.51.1 (2025-04-10)
    262 
    263 * No change notes available for this release.
    264 
    265 # v1.51.0 (2025-04-03)
    266 
    267 * **Feature**: Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
    268 
    269 # v1.50.0 (2025-03-18)
    270 
    271 * **Feature**: Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.
    272 
    273 # v1.49.1 (2025-03-04.2)
    274 
    275 * **Bug Fix**: Add assurance test for operation order.
    276 
    277 # v1.49.0 (2025-02-27)
    278 
    279 * **Feature**: Track credential providers via User-Agent Feature ids
    280 * **Dependency Update**: Updated to the latest SDK module versions
    281 
    282 # v1.48.8 (2025-02-18)
    283 
    284 * **Bug Fix**: Bump go version to 1.22
    285 * **Dependency Update**: Updated to the latest SDK module versions
    286 
    287 # v1.48.7 (2025-02-05)
    288 
    289 * **Dependency Update**: Updated to the latest SDK module versions
    290 
    291 # v1.48.6 (2025-02-04)
    292 
    293 * No change notes available for this release.
    294 
    295 # v1.48.5 (2025-01-31)
    296 
    297 * **Dependency Update**: Switch to code-generated waiter matchers, removing the dependency on go-jmespath.
    298 * **Dependency Update**: Updated to the latest SDK module versions
    299 
    300 # v1.48.4 (2025-01-30)
    301 
    302 * **Dependency Update**: Updated to the latest SDK module versions
    303 
    304 # v1.48.3 (2025-01-24)
    305 
    306 * **Dependency Update**: Updated to the latest SDK module versions
    307 * **Dependency Update**: Upgrade to smithy-go v1.22.2.
    308 
    309 # v1.48.2 (2025-01-17)
    310 
    311 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop.
    312 
    313 # v1.48.1 (2025-01-15)
    314 
    315 * **Dependency Update**: Updated to the latest SDK module versions
    316 
    317 # v1.48.0 (2025-01-14)
    318 
    319 * **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
    320 * **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.
    321 
    322 # v1.47.1 (2025-01-09)
    323 
    324 * **Dependency Update**: Updated to the latest SDK module versions
    325 
    326 # v1.47.0 (2025-01-08)
    327 
    328 * **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
    329 
    330 # v1.46.4 (2024-12-19)
    331 
    332 * **Dependency Update**: Updated to the latest SDK module versions
    333 
    334 # v1.46.3 (2024-12-02)
    335 
    336 * **Dependency Update**: Updated to the latest SDK module versions
    337 
    338 # v1.46.2 (2024-11-18)
    339 
    340 * **Dependency Update**: Update to smithy-go v1.22.1.
    341 * **Dependency Update**: Updated to the latest SDK module versions
    342 
    343 # v1.46.1 (2024-11-06)
    344 
    345 * **Dependency Update**: Updated to the latest SDK module versions
    346 
    347 # v1.46.0 (2024-10-30)
    348 
    349 * **Feature**: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
    350 
    351 # v1.45.3 (2024-10-28)
    352 
    353 * **Dependency Update**: Updated to the latest SDK module versions
    354 
    355 # v1.45.2 (2024-10-08)
    356 
    357 * **Dependency Update**: Updated to the latest SDK module versions
    358 
    359 # v1.45.1 (2024-10-07)
    360 
    361 * **Dependency Update**: Updated to the latest SDK module versions
    362 
    363 # v1.45.0 (2024-10-04)
    364 
    365 * **Feature**: Add support for HTTP client metrics.
    366 * **Dependency Update**: Updated to the latest SDK module versions
    367 
    368 # v1.44.4 (2024-10-03)
    369 
    370 * No change notes available for this release.
    371 
    372 # v1.44.3 (2024-09-27)
    373 
    374 * No change notes available for this release.
    375 
    376 # v1.44.2 (2024-09-25)
    377 
    378 * No change notes available for this release.
    379 
    380 # v1.44.1 (2024-09-23)
    381 
    382 * No change notes available for this release.
    383 
    384 # v1.44.0 (2024-09-20)
    385 
    386 * **Feature**: Add tracing and metrics support to service clients.
    387 * **Dependency Update**: Updated to the latest SDK module versions
    388 
    389 # v1.43.3 (2024-09-17)
    390 
    391 * **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.
    392 
    393 # v1.43.2 (2024-09-04)
    394 
    395 * No change notes available for this release.
    396 
    397 # v1.43.1 (2024-09-03)
    398 
    399 * **Dependency Update**: Updated to the latest SDK module versions
    400 
    401 # v1.43.0 (2024-08-22)
    402 
    403 * **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.
    404 
    405 # v1.42.4 (2024-08-15)
    406 
    407 * **Dependency Update**: Bump minimum Go version to 1.21.
    408 * **Dependency Update**: Updated to the latest SDK module versions
    409 
    410 # v1.42.3 (2024-07-10.2)
    411 
    412 * **Dependency Update**: Updated to the latest SDK module versions
    413 
    414 # v1.42.2 (2024-07-10)
    415 
    416 * **Dependency Update**: Updated to the latest SDK module versions
    417 
    418 # v1.42.1 (2024-06-28)
    419 
    420 * **Dependency Update**: Updated to the latest SDK module versions
    421 
    422 # v1.42.0 (2024-06-26)
    423 
    424 * **Feature**: Support list-of-string endpoint parameter.
    425 
    426 # v1.41.1 (2024-06-19)
    427 
    428 * **Dependency Update**: Updated to the latest SDK module versions
    429 
    430 # v1.41.0 (2024-06-18)
    431 
    432 * **Feature**: Track usage of various AWS SDK features in user-agent string.
    433 * **Dependency Update**: Updated to the latest SDK module versions
    434 
    435 # v1.40.11 (2024-06-17)
    436 
    437 * **Dependency Update**: Updated to the latest SDK module versions
    438 
    439 # v1.40.10 (2024-06-07)
    440 
    441 * **Bug Fix**: Add clock skew correction on all service clients
    442 * **Dependency Update**: Updated to the latest SDK module versions
    443 
    444 # v1.40.9 (2024-06-03)
    445 
    446 * **Dependency Update**: Updated to the latest SDK module versions
    447 
    448 # v1.40.8 (2024-05-23)
    449 
    450 * No change notes available for this release.
    451 
    452 # v1.40.7 (2024-05-16)
    453 
    454 * **Dependency Update**: Updated to the latest SDK module versions
    455 
    456 # v1.40.6 (2024-05-15)
    457 
    458 * **Dependency Update**: Updated to the latest SDK module versions
    459 
    460 # v1.40.5 (2024-05-08)
    461 
    462 * **Bug Fix**: GoDoc improvement
    463 
    464 # v1.40.4 (2024-03-29)
    465 
    466 * **Dependency Update**: Updated to the latest SDK module versions
    467 
    468 # v1.40.3 (2024-03-18)
    469 
    470 * **Dependency Update**: Updated to the latest SDK module versions
    471 
    472 # v1.40.2 (2024-03-07)
    473 
    474 * **Bug Fix**: Remove dependency on go-cmp.
    475 * **Dependency Update**: Updated to the latest SDK module versions
    476 
    477 # v1.40.1 (2024-02-23)
    478 
    479 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
    480 * **Dependency Update**: Updated to the latest SDK module versions
    481 
    482 # v1.40.0 (2024-02-22)
    483 
    484 * **Feature**: Add middleware stack snapshot tests.
    485 
    486 # v1.39.2 (2024-02-21)
    487 
    488 * **Dependency Update**: Updated to the latest SDK module versions
    489 
    490 # v1.39.1 (2024-02-20)
    491 
    492 * **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.
    493 
    494 # v1.39.0 (2024-02-16)
    495 
    496 * **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
    497 
    498 # v1.38.0 (2024-02-13)
    499 
    500 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
    501 * **Dependency Update**: Updated to the latest SDK module versions
    502 
    503 # v1.37.1 (2024-01-30)
    504 
    505 * **Documentation**: Update the SDKs for text changes in the APIs.
    506 
    507 # v1.37.0 (2024-01-10)
    508 
    509 * **Feature**: Route53 now supports geoproximity routing in AWS regions
    510 
    511 # v1.36.1 (2024-01-04)
    512 
    513 * **Dependency Update**: Updated to the latest SDK module versions
    514 
    515 # v1.36.0 (2023-12-20)
    516 
    517 * **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.
    518 
    519 # v1.35.5 (2023-12-08)
    520 
    521 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
    522 
    523 # v1.35.4 (2023-12-07)
    524 
    525 * **Dependency Update**: Updated to the latest SDK module versions
    526 
    527 # v1.35.3 (2023-12-06)
    528 
    529 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
    530 
    531 # v1.35.2 (2023-12-01)
    532 
    533 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
    534 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
    535 * **Dependency Update**: Updated to the latest SDK module versions
    536 
    537 # v1.35.1 (2023-11-30)
    538 
    539 * **Dependency Update**: Updated to the latest SDK module versions
    540 
    541 # v1.35.0 (2023-11-29)
    542 
    543 * **Feature**: Expose Options() accessor on service clients.
    544 * **Dependency Update**: Updated to the latest SDK module versions
    545 
    546 # v1.34.5 (2023-11-28.2)
    547 
    548 * **Dependency Update**: Updated to the latest SDK module versions
    549 
    550 # v1.34.4 (2023-11-28)
    551 
    552 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
    553 
    554 # v1.34.3 (2023-11-20)
    555 
    556 * **Dependency Update**: Updated to the latest SDK module versions
    557 
    558 # v1.34.2 (2023-11-15)
    559 
    560 * **Dependency Update**: Updated to the latest SDK module versions
    561 
    562 # v1.34.1 (2023-11-09)
    563 
    564 * **Dependency Update**: Updated to the latest SDK module versions
    565 
    566 # v1.34.0 (2023-11-06)
    567 
    568 * **Feature**: Add partitional endpoints for iso-e and iso-f.
    569 
    570 # v1.33.0 (2023-11-01)
    571 
    572 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
    573 * **Dependency Update**: Updated to the latest SDK module versions
    574 
    575 # v1.32.0 (2023-10-31)
    576 
    577 * **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/).
    578 * **Dependency Update**: Updated to the latest SDK module versions
    579 
    580 # v1.31.0 (2023-10-24)
    581 
    582 * **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).
    583 
    584 # v1.30.2 (2023-10-12)
    585 
    586 * **Dependency Update**: Updated to the latest SDK module versions
    587 
    588 # v1.30.1 (2023-10-06)
    589 
    590 * **Dependency Update**: Updated to the latest SDK module versions
    591 
    592 # v1.30.0 (2023-10-05)
    593 
    594 * **Feature**: Add hostedzonetype filter to ListHostedZones API.
    595 
    596 # v1.29.5 (2023-08-21)
    597 
    598 * **Dependency Update**: Updated to the latest SDK module versions
    599 
    600 # v1.29.4 (2023-08-18)
    601 
    602 * **Dependency Update**: Updated to the latest SDK module versions
    603 
    604 # v1.29.3 (2023-08-17)
    605 
    606 * **Dependency Update**: Updated to the latest SDK module versions
    607 
    608 # v1.29.2 (2023-08-07)
    609 
    610 * **Dependency Update**: Updated to the latest SDK module versions
    611 
    612 # v1.29.1 (2023-08-01)
    613 
    614 * No change notes available for this release.
    615 
    616 # v1.29.0 (2023-07-31)
    617 
    618 * **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.
    619 * **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.
    620 * **Dependency Update**: Updated to the latest SDK module versions
    621 
    622 # v1.28.6 (2023-07-28)
    623 
    624 * **Dependency Update**: Updated to the latest SDK module versions
    625 
    626 # v1.28.5 (2023-07-26)
    627 
    628 * **Documentation**: Update that corrects the documents for received feedback.
    629 
    630 # v1.28.4 (2023-07-13)
    631 
    632 * **Dependency Update**: Updated to the latest SDK module versions
    633 
    634 # v1.28.3 (2023-06-15)
    635 
    636 * No change notes available for this release.
    637 
    638 # v1.28.2 (2023-06-13)
    639 
    640 * **Dependency Update**: Updated to the latest SDK module versions
    641 
    642 # v1.28.1 (2023-05-04)
    643 
    644 * No change notes available for this release.
    645 
    646 # v1.28.0 (2023-04-24)
    647 
    648 * **Feature**: added paginator for listResourceRecordSets
    649 * **Dependency Update**: Updated to the latest SDK module versions
    650 
    651 # v1.27.7 (2023-04-10)
    652 
    653 * No change notes available for this release.
    654 
    655 # v1.27.6 (2023-04-07)
    656 
    657 * **Dependency Update**: Updated to the latest SDK module versions
    658 
    659 # v1.27.5 (2023-03-21)
    660 
    661 * **Dependency Update**: Updated to the latest SDK module versions
    662 
    663 # v1.27.4 (2023-03-10)
    664 
    665 * **Dependency Update**: Updated to the latest SDK module versions
    666 
    667 # v1.27.3 (2023-02-22)
    668 
    669 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    670 
    671 # v1.27.2 (2023-02-20)
    672 
    673 * **Dependency Update**: Updated to the latest SDK module versions
    674 
    675 # v1.27.1 (2023-02-03)
    676 
    677 * **Dependency Update**: Updated to the latest SDK module versions
    678 
    679 # v1.27.0 (2023-01-24)
    680 
    681 * **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.
    682 
    683 # v1.26.0 (2023-01-05)
    684 
    685 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    686 
    687 # v1.25.2 (2022-12-15)
    688 
    689 * **Dependency Update**: Updated to the latest SDK module versions
    690 
    691 # v1.25.1 (2022-12-02)
    692 
    693 * **Dependency Update**: Updated to the latest SDK module versions
    694 
    695 # v1.25.0 (2022-11-21)
    696 
    697 * **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.
    698 
    699 # v1.24.0 (2022-11-15)
    700 
    701 * **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.
    702 
    703 # v1.23.0 (2022-11-08)
    704 
    705 * **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.
    706 
    707 # v1.22.4 (2022-10-24)
    708 
    709 * **Dependency Update**: Updated to the latest SDK module versions
    710 
    711 # v1.22.3 (2022-10-21)
    712 
    713 * **Dependency Update**: Updated to the latest SDK module versions
    714 
    715 # v1.22.2 (2022-09-21)
    716 
    717 * **Bug Fix**: Updated GetChange to sanitize /change/ prefix of the changeId returned from the service.
    718 
    719 # v1.22.1 (2022-09-20)
    720 
    721 * **Dependency Update**: Updated to the latest SDK module versions
    722 
    723 # v1.22.0 (2022-09-14)
    724 
    725 * **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.
    726 * **Dependency Update**: Updated to the latest SDK module versions
    727 
    728 # v1.21.11 (2022-09-02)
    729 
    730 * **Dependency Update**: Updated to the latest SDK module versions
    731 
    732 # v1.21.10 (2022-09-01)
    733 
    734 * **Documentation**: Documentation updates for Amazon Route 53.
    735 
    736 # v1.21.9 (2022-08-31)
    737 
    738 * **Dependency Update**: Updated to the latest SDK module versions
    739 
    740 # v1.21.8 (2022-08-29)
    741 
    742 * **Dependency Update**: Updated to the latest SDK module versions
    743 
    744 # v1.21.7 (2022-08-11)
    745 
    746 * **Dependency Update**: Updated to the latest SDK module versions
    747 
    748 # v1.21.6 (2022-08-09)
    749 
    750 * **Dependency Update**: Updated to the latest SDK module versions
    751 
    752 # v1.21.5 (2022-08-08)
    753 
    754 * **Dependency Update**: Updated to the latest SDK module versions
    755 
    756 # v1.21.4 (2022-08-01)
    757 
    758 * **Dependency Update**: Updated to the latest SDK module versions
    759 
    760 # v1.21.3 (2022-07-05)
    761 
    762 * **Dependency Update**: Updated to the latest SDK module versions
    763 
    764 # v1.21.2 (2022-06-29)
    765 
    766 * **Dependency Update**: Updated to the latest SDK module versions
    767 
    768 # v1.21.1 (2022-06-07)
    769 
    770 * **Dependency Update**: Updated to the latest SDK module versions
    771 
    772 # v1.21.0 (2022-06-01)
    773 
    774 * **Feature**: Add new APIs to support Route 53 IP Based Routing
    775 
    776 # v1.20.5 (2022-05-17)
    777 
    778 * **Dependency Update**: Updated to the latest SDK module versions
    779 
    780 # v1.20.4 (2022-04-25)
    781 
    782 * **Dependency Update**: Updated to the latest SDK module versions
    783 
    784 # v1.20.3 (2022-03-30)
    785 
    786 * **Dependency Update**: Updated to the latest SDK module versions
    787 
    788 # v1.20.2 (2022-03-24)
    789 
    790 * **Dependency Update**: Updated to the latest SDK module versions
    791 
    792 # v1.20.1 (2022-03-23)
    793 
    794 * **Dependency Update**: Updated to the latest SDK module versions
    795 
    796 # v1.20.0 (2022-03-08)
    797 
    798 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    799 * **Dependency Update**: Updated to the latest SDK module versions
    800 
    801 # v1.19.0 (2022-02-24.2)
    802 
    803 * **Feature**: API client updated
    804 
    805 # v1.18.0 (2022-02-24)
    806 
    807 * **Feature**: API client updated
    808 * **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.
    809 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    810 * **Dependency Update**: Updated to the latest SDK module versions
    811 
    812 # v1.17.0 (2022-01-14)
    813 
    814 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    815 * **Dependency Update**: Updated to the latest SDK module versions
    816 
    817 # v1.16.0 (2022-01-07)
    818 
    819 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    820 * **Dependency Update**: Updated to the latest SDK module versions
    821 
    822 # v1.15.0 (2021-12-21)
    823 
    824 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
    825 * **Feature**: API client updated
    826 
    827 # v1.14.2 (2021-12-02)
    828 
    829 * **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))
    830 * **Dependency Update**: Updated to the latest SDK module versions
    831 
    832 # v1.14.1 (2021-11-19)
    833 
    834 * **Dependency Update**: Updated to the latest SDK module versions
    835 
    836 # v1.14.0 (2021-11-12)
    837 
    838 * **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.
    839 
    840 # v1.13.0 (2021-11-06)
    841 
    842 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    843 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    844 * **Dependency Update**: Updated to the latest SDK module versions
    845 
    846 # v1.12.0 (2021-10-21)
    847 
    848 * **Feature**: Updated  to latest version
    849 * **Dependency Update**: Updated to the latest SDK module versions
    850 
    851 # v1.11.2 (2021-10-11)
    852 
    853 * **Dependency Update**: Updated to the latest SDK module versions
    854 
    855 # v1.11.1 (2021-09-17)
    856 
    857 * **Dependency Update**: Updated to the latest SDK module versions
    858 
    859 # v1.11.0 (2021-08-27)
    860 
    861 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    862 * **Dependency Update**: Updated to the latest SDK module versions
    863 
    864 # v1.10.0 (2021-08-19)
    865 
    866 * **Feature**: API client updated
    867 * **Dependency Update**: Updated to the latest SDK module versions
    868 
    869 # v1.9.0 (2021-08-12)
    870 
    871 * **Feature**: API client updated
    872 
    873 # v1.8.0 (2021-08-04)
    874 
    875 * **Feature**: Updated to latest API model.
    876 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    877 * **Dependency Update**: Updated to the latest SDK module versions
    878 
    879 # v1.7.1 (2021-07-15)
    880 
    881 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    882 * **Dependency Update**: Updated to the latest SDK module versions
    883 
    884 # v1.7.0 (2021-06-25)
    885 
    886 * **Feature**: API client updated
    887 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    888 * **Dependency Update**: Updated to the latest SDK module versions
    889 
    890 # v1.6.2 (2021-06-04)
    891 
    892 * **Documentation**: Updated service client to latest API model.
    893 
    894 # v1.6.1 (2021-05-20)
    895 
    896 * **Dependency Update**: Updated to the latest SDK module versions
    897 
    898 # v1.6.0 (2021-05-14)
    899 
    900 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    901 * **Feature**: Updated to latest service API model.
    902 * **Dependency Update**: Updated to the latest SDK module versions
    903