CHANGELOG.md (24748B)
1 # v1.33.7 (2026-08-20) 2 3 * **Dependency Update**: Updated to the latest SDK module versions 4 5 # v1.33.6 (2026-08-14) 6 7 * **Dependency Update**: Update to smithy-go v1.27.8. 8 * **Dependency Update**: Updated to the latest SDK module versions 9 10 # v1.33.5 (2026-08-10) 11 12 * **Dependency Update**: Update to smithy-go v1.27.7. 13 * **Dependency Update**: Updated to the latest SDK module versions 14 15 # v1.33.4 (2026-08-05) 16 17 * **Dependency Update**: Updated to the latest SDK module versions 18 19 # v1.33.3 (2026-07-31.2) 20 21 * **Dependency Update**: Updated to the latest SDK module versions 22 * **Dependency Update**: Upgrade to smithy-go v1.27.6 to fix various serde issues in HTTP binding services. 23 24 # v1.33.2 (2026-07-29) 25 26 * **Dependency Update**: Updated to the latest SDK module versions 27 28 # v1.33.1 (2026-07-28) 29 30 * **Dependency Update**: Update to smithy-go v1.27.5. 31 * **Dependency Update**: Updated to the latest SDK module versions 32 33 # v1.33.0 (2026-07-21) 34 35 * **Feature**: Add an option to clients to disable clock skew 36 * **Dependency Update**: Updated to the latest SDK module versions 37 38 # v1.32.1 (2026-07-13) 39 40 * No change notes available for this release. 41 42 # v1.32.0 (2026-07-06) 43 44 * **Feature**: Add request serialization snapshot tests. 45 46 # v1.31.5 (2026-07-01) 47 48 * **Bug Fix**: Bump smithy-go to 1.27.3, fix JSON encorder for document.Number, endpoint host label format validation and CBOR union serialization on new serde 49 * **Dependency Update**: Updated to the latest SDK module versions 50 51 # v1.31.4 (2026-06-29) 52 53 * No change notes available for this release. 54 55 # v1.31.3 (2026-06-08) 56 57 * **Dependency Update**: Updated to the latest SDK module versions 58 59 # v1.31.2 (2026-06-04) 60 61 * **Dependency Update**: Update to smithy-go v1.27.1 to fix several union-related deserialization bugs in schema-serde-enabled services. 62 * **Dependency Update**: Updated to the latest SDK module versions 63 64 # v1.31.1 (2026-06-03) 65 66 * **Dependency Update**: Updated to the latest SDK module versions 67 68 # v1.31.0 (2026-06-02) 69 70 * **Feature**: Adding new BDD representation of endpoint ruleset 71 * **Dependency Update**: Updated to the latest SDK module versions 72 73 # v1.30.19 (2026-05-29) 74 75 * **Dependency Update**: Update to smithy-go v1.26.0. 76 * **Dependency Update**: Updated to the latest SDK module versions 77 78 # v1.30.18 (2026-05-28) 79 80 * **Dependency Update**: Updated to the latest SDK module versions 81 82 # v1.30.17 (2026-04-29) 83 84 * **Dependency Update**: Update to smithy-go v1.25.1. 85 * **Dependency Update**: Updated to the latest SDK module versions 86 87 # v1.30.16 (2026-04-17) 88 89 * **Dependency Update**: Bump smithy-go to 1.25.0 to support endpointBdd trait 90 * **Dependency Update**: Updated to the latest SDK module versions 91 92 # v1.30.15 (2026-04-02) 93 94 * No change notes available for this release. 95 96 # v1.30.14 (2026-03-26) 97 98 * **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. 99 * **Dependency Update**: Updated to the latest SDK module versions 100 101 # v1.30.13 (2026-03-13) 102 103 * **Dependency Update**: Updated to the latest SDK module versions 104 105 # v1.30.12 (2026-03-03) 106 107 * **Dependency Update**: Bump minimum Go version to 1.24 108 * **Dependency Update**: Updated to the latest SDK module versions 109 110 # v1.30.11 (2026-02-23) 111 112 * **Dependency Update**: Updated to the latest SDK module versions 113 114 # v1.30.10 (2026-02-18) 115 116 * No change notes available for this release. 117 118 # v1.30.9 (2026-01-09) 119 120 * **Dependency Update**: Updated to the latest SDK module versions 121 122 # v1.30.8 (2025-12-16) 123 124 * No change notes available for this release. 125 126 # v1.30.7 (2025-12-08) 127 128 * **Dependency Update**: Updated to the latest SDK module versions 129 130 # v1.30.6 (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.30.5 (2025-11-25) 136 137 * **Bug Fix**: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234 138 139 # v1.30.4 (2025-11-19.2) 140 141 * **Dependency Update**: Updated to the latest SDK module versions 142 143 # v1.30.3 (2025-11-12) 144 145 * **Bug Fix**: Further reduce allocation overhead when the metrics system isn't in-use. 146 * **Bug Fix**: Reduce allocation overhead when the client doesn't have any HTTP interceptors configured. 147 * **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. 148 149 # v1.30.2 (2025-11-11) 150 151 * **Bug Fix**: Return validation error if input region is not a valid host label. 152 153 # v1.30.1 (2025-11-04) 154 155 * **Dependency Update**: Updated to the latest SDK module versions 156 * **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. 157 158 # v1.30.0 (2025-10-30) 159 160 * **Feature**: Update endpoint ruleset parameters casing 161 * **Dependency Update**: Updated to the latest SDK module versions 162 163 # v1.29.8 (2025-10-23) 164 165 * **Dependency Update**: Updated to the latest SDK module versions 166 167 # v1.29.7 (2025-10-16) 168 169 * **Dependency Update**: Bump minimum Go version to 1.23. 170 * **Dependency Update**: Updated to the latest SDK module versions 171 172 # v1.29.6 (2025-09-29) 173 174 * No change notes available for this release. 175 176 # v1.29.5 (2025-09-26) 177 178 * **Dependency Update**: Updated to the latest SDK module versions 179 180 # v1.29.4 (2025-09-23) 181 182 * **Dependency Update**: Updated to the latest SDK module versions 183 184 # v1.29.3 (2025-09-10) 185 186 * No change notes available for this release. 187 188 # v1.29.2 (2025-09-08) 189 190 * **Dependency Update**: Updated to the latest SDK module versions 191 192 # v1.29.1 (2025-08-29) 193 194 * **Dependency Update**: Updated to the latest SDK module versions 195 196 # v1.29.0 (2025-08-28) 197 198 * **Feature**: Remove incorrect endpoint tests 199 200 # v1.28.3 (2025-08-27) 201 202 * **Dependency Update**: Update to smithy-go v1.23.0. 203 * **Dependency Update**: Updated to the latest SDK module versions 204 205 # v1.28.2 (2025-08-21) 206 207 * **Dependency Update**: Updated to the latest SDK module versions 208 209 # v1.28.1 (2025-08-20) 210 211 * **Bug Fix**: Remove unused deserialization code. 212 213 # v1.28.0 (2025-08-11) 214 215 * **Feature**: Add support for configuring per-service Options via callback on global config. 216 * **Dependency Update**: Updated to the latest SDK module versions 217 218 # v1.27.0 (2025-08-04) 219 220 * **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. 221 * **Dependency Update**: Updated to the latest SDK module versions 222 223 # v1.26.1 (2025-07-30) 224 225 * **Dependency Update**: Updated to the latest SDK module versions 226 227 # v1.26.0 (2025-07-28) 228 229 * **Feature**: Add support for HTTP interceptors. 230 * **Dependency Update**: Updated to the latest SDK module versions 231 232 # v1.25.6 (2025-07-19) 233 234 * **Dependency Update**: Updated to the latest SDK module versions 235 236 # v1.25.5 (2025-06-17) 237 238 * **Dependency Update**: Update to smithy-go v1.22.4. 239 * **Dependency Update**: Updated to the latest SDK module versions 240 241 # v1.25.4 (2025-06-10) 242 243 * **Dependency Update**: Updated to the latest SDK module versions 244 245 # v1.25.3 (2025-04-03) 246 247 * No change notes available for this release. 248 249 # v1.25.2 (2025-03-25) 250 251 * No change notes available for this release. 252 253 # v1.25.1 (2025-03-04.2) 254 255 * **Bug Fix**: Add assurance test for operation order. 256 257 # v1.25.0 (2025-02-27) 258 259 * **Feature**: Track credential providers via User-Agent Feature ids 260 * **Dependency Update**: Updated to the latest SDK module versions 261 262 # v1.24.16 (2025-02-18) 263 264 * **Bug Fix**: Bump go version to 1.22 265 * **Dependency Update**: Updated to the latest SDK module versions 266 267 # v1.24.15 (2025-02-05) 268 269 * **Dependency Update**: Updated to the latest SDK module versions 270 271 # v1.24.14 (2025-01-31) 272 273 * **Dependency Update**: Updated to the latest SDK module versions 274 275 # v1.24.13 (2025-01-30) 276 277 * **Dependency Update**: Updated to the latest SDK module versions 278 279 # v1.24.12 (2025-01-24) 280 281 * **Dependency Update**: Updated to the latest SDK module versions 282 * **Dependency Update**: Upgrade to smithy-go v1.22.2. 283 284 # v1.24.11 (2025-01-17) 285 286 * **Bug Fix**: Fix bug where credentials weren't refreshed during retry loop. 287 288 # v1.24.10 (2025-01-15) 289 290 * **Dependency Update**: Updated to the latest SDK module versions 291 292 # v1.24.9 (2025-01-09) 293 294 * **Dependency Update**: Updated to the latest SDK module versions 295 296 # v1.24.8 (2024-12-19) 297 298 * **Dependency Update**: Updated to the latest SDK module versions 299 300 # v1.24.7 (2024-12-02) 301 302 * **Dependency Update**: Updated to the latest SDK module versions 303 304 # v1.24.6 (2024-11-18) 305 306 * **Dependency Update**: Update to smithy-go v1.22.1. 307 * **Dependency Update**: Updated to the latest SDK module versions 308 309 # v1.24.5 (2024-11-07) 310 311 * **Bug Fix**: Adds case-insensitive handling of error message fields in service responses 312 313 # v1.24.4 (2024-11-06) 314 315 * **Dependency Update**: Updated to the latest SDK module versions 316 317 # v1.24.3 (2024-10-28) 318 319 * **Dependency Update**: Updated to the latest SDK module versions 320 321 # v1.24.2 (2024-10-08) 322 323 * **Dependency Update**: Updated to the latest SDK module versions 324 325 # v1.24.1 (2024-10-07) 326 327 * **Dependency Update**: Updated to the latest SDK module versions 328 329 # v1.24.0 (2024-10-04) 330 331 * **Feature**: Add support for HTTP client metrics. 332 * **Dependency Update**: Updated to the latest SDK module versions 333 334 # v1.23.4 (2024-10-03) 335 336 * No change notes available for this release. 337 338 # v1.23.3 (2024-09-27) 339 340 * No change notes available for this release. 341 342 # v1.23.2 (2024-09-25) 343 344 * No change notes available for this release. 345 346 # v1.23.1 (2024-09-23) 347 348 * No change notes available for this release. 349 350 # v1.23.0 (2024-09-20) 351 352 * **Feature**: Add tracing and metrics support to service clients. 353 * **Dependency Update**: Updated to the latest SDK module versions 354 355 # v1.22.8 (2024-09-17) 356 357 * **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. 358 359 # v1.22.7 (2024-09-04) 360 361 * No change notes available for this release. 362 363 # v1.22.6 (2024-09-03) 364 365 * **Dependency Update**: Updated to the latest SDK module versions 366 367 # v1.22.5 (2024-08-15) 368 369 * **Dependency Update**: Bump minimum Go version to 1.21. 370 * **Dependency Update**: Updated to the latest SDK module versions 371 372 # v1.22.4 (2024-07-18) 373 374 * No change notes available for this release. 375 376 # v1.22.3 (2024-07-10.2) 377 378 * **Dependency Update**: Updated to the latest SDK module versions 379 380 # v1.22.2 (2024-07-10) 381 382 * **Dependency Update**: Updated to the latest SDK module versions 383 384 # v1.22.1 (2024-06-28) 385 386 * **Dependency Update**: Updated to the latest SDK module versions 387 388 # v1.22.0 (2024-06-26) 389 390 * **Feature**: Support list-of-string endpoint parameter. 391 392 # v1.21.1 (2024-06-19) 393 394 * **Dependency Update**: Updated to the latest SDK module versions 395 396 # v1.21.0 (2024-06-18) 397 398 * **Feature**: Track usage of various AWS SDK features in user-agent string. 399 * **Dependency Update**: Updated to the latest SDK module versions 400 401 # v1.20.12 (2024-06-17) 402 403 * **Dependency Update**: Updated to the latest SDK module versions 404 405 # v1.20.11 (2024-06-07) 406 407 * **Bug Fix**: Add clock skew correction on all service clients 408 * **Dependency Update**: Updated to the latest SDK module versions 409 410 # v1.20.10 (2024-06-03) 411 412 * **Dependency Update**: Updated to the latest SDK module versions 413 414 # v1.20.9 (2024-05-23) 415 416 * No change notes available for this release. 417 418 # v1.20.8 (2024-05-16) 419 420 * **Dependency Update**: Updated to the latest SDK module versions 421 422 # v1.20.7 (2024-05-15) 423 424 * **Dependency Update**: Updated to the latest SDK module versions 425 426 # v1.20.6 (2024-05-08) 427 428 * **Bug Fix**: GoDoc improvement 429 430 # v1.20.5 (2024-04-05) 431 432 * No change notes available for this release. 433 434 # v1.20.4 (2024-03-29) 435 436 * **Dependency Update**: Updated to the latest SDK module versions 437 438 # v1.20.3 (2024-03-18) 439 440 * **Dependency Update**: Updated to the latest SDK module versions 441 442 # v1.20.2 (2024-03-07) 443 444 * **Bug Fix**: Remove dependency on go-cmp. 445 * **Dependency Update**: Updated to the latest SDK module versions 446 447 # v1.20.1 (2024-02-23) 448 449 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future. 450 * **Dependency Update**: Updated to the latest SDK module versions 451 452 # v1.20.0 (2024-02-22) 453 454 * **Feature**: Add middleware stack snapshot tests. 455 456 # v1.19.2 (2024-02-21) 457 458 * **Dependency Update**: Updated to the latest SDK module versions 459 460 # v1.19.1 (2024-02-20) 461 462 * **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. 463 464 # v1.19.0 (2024-02-13) 465 466 * **Feature**: Bump minimum Go version to 1.20 per our language support policy. 467 * **Dependency Update**: Updated to the latest SDK module versions 468 469 # v1.18.7 (2024-01-18) 470 471 * No change notes available for this release. 472 473 # v1.18.6 (2024-01-04) 474 475 * **Dependency Update**: Updated to the latest SDK module versions 476 477 # v1.18.5 (2023-12-08) 478 479 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. 480 481 # v1.18.4 (2023-12-07) 482 483 * **Dependency Update**: Updated to the latest SDK module versions 484 485 # v1.18.3 (2023-12-06) 486 487 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously. 488 489 # v1.18.2 (2023-12-01) 490 491 * **Bug Fix**: Correct wrapping of errors in authentication workflow. 492 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction. 493 * **Dependency Update**: Updated to the latest SDK module versions 494 495 # v1.18.1 (2023-11-30) 496 497 * **Dependency Update**: Updated to the latest SDK module versions 498 499 # v1.18.0 (2023-11-29) 500 501 * **Feature**: Expose Options() accessor on service clients. 502 * **Dependency Update**: Updated to the latest SDK module versions 503 504 # v1.17.5 (2023-11-28.2) 505 506 * **Dependency Update**: Updated to the latest SDK module versions 507 508 # v1.17.4 (2023-11-28) 509 510 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction. 511 512 # v1.17.3 (2023-11-20) 513 514 * **Dependency Update**: Updated to the latest SDK module versions 515 516 # v1.17.2 (2023-11-15) 517 518 * **Dependency Update**: Updated to the latest SDK module versions 519 520 # v1.17.1 (2023-11-09) 521 522 * **Dependency Update**: Updated to the latest SDK module versions 523 524 # v1.17.0 (2023-11-01) 525 526 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file. 527 * **Dependency Update**: Updated to the latest SDK module versions 528 529 # v1.16.0 (2023-10-31) 530 531 * **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/). 532 * **Dependency Update**: Updated to the latest SDK module versions 533 534 # v1.15.2 (2023-10-12) 535 536 * **Dependency Update**: Updated to the latest SDK module versions 537 538 # v1.15.1 (2023-10-06) 539 540 * **Dependency Update**: Updated to the latest SDK module versions 541 542 # v1.15.0 (2023-10-02) 543 544 * **Feature**: Fix FIPS Endpoints in aws-us-gov. 545 546 # v1.14.1 (2023-09-22) 547 548 * No change notes available for this release. 549 550 # v1.14.0 (2023-09-18) 551 552 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service. 553 * **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. 554 555 # v1.13.6 (2023-08-31) 556 557 * No change notes available for this release. 558 559 # v1.13.5 (2023-08-21) 560 561 * **Dependency Update**: Updated to the latest SDK module versions 562 563 # v1.13.4 (2023-08-18) 564 565 * **Dependency Update**: Updated to the latest SDK module versions 566 567 # v1.13.3 (2023-08-17) 568 569 * **Dependency Update**: Updated to the latest SDK module versions 570 571 # v1.13.2 (2023-08-07) 572 573 * **Dependency Update**: Updated to the latest SDK module versions 574 575 # v1.13.1 (2023-08-01) 576 577 * No change notes available for this release. 578 579 # v1.13.0 (2023-07-31) 580 581 * **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. 582 * **Dependency Update**: Updated to the latest SDK module versions 583 584 # v1.12.14 (2023-07-28) 585 586 * **Dependency Update**: Updated to the latest SDK module versions 587 588 # v1.12.13 (2023-07-13) 589 590 * **Dependency Update**: Updated to the latest SDK module versions 591 592 # v1.12.12 (2023-06-15) 593 594 * No change notes available for this release. 595 596 # v1.12.11 (2023-06-13) 597 598 * **Dependency Update**: Updated to the latest SDK module versions 599 600 # v1.12.10 (2023-05-04) 601 602 * No change notes available for this release. 603 604 # v1.12.9 (2023-04-24) 605 606 * **Dependency Update**: Updated to the latest SDK module versions 607 608 # v1.12.8 (2023-04-10) 609 610 * No change notes available for this release. 611 612 # v1.12.7 (2023-04-07) 613 614 * **Dependency Update**: Updated to the latest SDK module versions 615 616 # v1.12.6 (2023-03-21) 617 618 * **Dependency Update**: Updated to the latest SDK module versions 619 620 # v1.12.5 (2023-03-10) 621 622 * **Dependency Update**: Updated to the latest SDK module versions 623 624 # v1.12.4 (2023-02-22) 625 626 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes. 627 628 # v1.12.3 (2023-02-20) 629 630 * **Dependency Update**: Updated to the latest SDK module versions 631 632 # v1.12.2 (2023-02-15) 633 634 * **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. 635 * **Bug Fix**: Correct error type parsing for restJson services. 636 637 # v1.12.1 (2023-02-03) 638 639 * **Dependency Update**: Updated to the latest SDK module versions 640 641 # v1.12.0 (2023-01-05) 642 643 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). 644 645 # v1.11.28 (2022-12-20) 646 647 * No change notes available for this release. 648 649 # v1.11.27 (2022-12-15) 650 651 * **Dependency Update**: Updated to the latest SDK module versions 652 653 # v1.11.26 (2022-12-02) 654 655 * **Dependency Update**: Updated to the latest SDK module versions 656 657 # v1.11.25 (2022-10-24) 658 659 * **Dependency Update**: Updated to the latest SDK module versions 660 661 # v1.11.24 (2022-10-21) 662 663 * **Dependency Update**: Updated to the latest SDK module versions 664 665 # v1.11.23 (2022-09-20) 666 667 * **Dependency Update**: Updated to the latest SDK module versions 668 669 # v1.11.22 (2022-09-14) 670 671 * **Dependency Update**: Updated to the latest SDK module versions 672 673 # v1.11.21 (2022-09-02) 674 675 * **Dependency Update**: Updated to the latest SDK module versions 676 677 # v1.11.20 (2022-08-31) 678 679 * **Dependency Update**: Updated to the latest SDK module versions 680 681 # v1.11.19 (2022-08-30) 682 683 * **Documentation**: Documentation updates for the AWS IAM Identity Center Portal CLI Reference. 684 685 # v1.11.18 (2022-08-29) 686 687 * **Dependency Update**: Updated to the latest SDK module versions 688 689 # v1.11.17 (2022-08-15) 690 691 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On) 692 693 # v1.11.16 (2022-08-11) 694 695 * **Dependency Update**: Updated to the latest SDK module versions 696 697 # v1.11.15 (2022-08-09) 698 699 * **Dependency Update**: Updated to the latest SDK module versions 700 701 # v1.11.14 (2022-08-08) 702 703 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On) 704 * **Dependency Update**: Updated to the latest SDK module versions 705 706 # v1.11.13 (2022-08-01) 707 708 * **Dependency Update**: Updated to the latest SDK module versions 709 710 # v1.11.12 (2022-07-11) 711 712 * No change notes available for this release. 713 714 # v1.11.11 (2022-07-05) 715 716 * **Dependency Update**: Updated to the latest SDK module versions 717 718 # v1.11.10 (2022-06-29) 719 720 * **Dependency Update**: Updated to the latest SDK module versions 721 722 # v1.11.9 (2022-06-16) 723 724 * No change notes available for this release. 725 726 # v1.11.8 (2022-06-07) 727 728 * **Dependency Update**: Updated to the latest SDK module versions 729 730 # v1.11.7 (2022-05-26) 731 732 * No change notes available for this release. 733 734 # v1.11.6 (2022-05-25) 735 736 * No change notes available for this release. 737 738 # v1.11.5 (2022-05-17) 739 740 * **Dependency Update**: Updated to the latest SDK module versions 741 742 # v1.11.4 (2022-04-25) 743 744 * **Dependency Update**: Updated to the latest SDK module versions 745 746 # v1.11.3 (2022-03-30) 747 748 * **Dependency Update**: Updated to the latest SDK module versions 749 750 # v1.11.2 (2022-03-24) 751 752 * **Dependency Update**: Updated to the latest SDK module versions 753 754 # v1.11.1 (2022-03-23) 755 756 * **Dependency Update**: Updated to the latest SDK module versions 757 758 # v1.11.0 (2022-03-08) 759 760 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 761 * **Dependency Update**: Updated to the latest SDK module versions 762 763 # v1.10.0 (2022-02-24) 764 765 * **Feature**: API client updated 766 * **Feature**: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of `Adaptive`. `Adaptive` retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See [retry.AdaptiveMode](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/retry#AdaptiveMode) for more details, and configuration options. 767 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 768 * **Dependency Update**: Updated to the latest SDK module versions 769 770 # v1.9.0 (2022-01-14) 771 772 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 773 * **Documentation**: Updated API models 774 * **Dependency Update**: Updated to the latest SDK module versions 775 776 # v1.8.0 (2022-01-07) 777 778 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 779 * **Dependency Update**: Updated to the latest SDK module versions 780 781 # v1.7.0 (2021-12-21) 782 783 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens. 784 785 # v1.6.2 (2021-12-02) 786 787 * **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)) 788 * **Dependency Update**: Updated to the latest SDK module versions 789 790 # v1.6.1 (2021-11-19) 791 792 * **Dependency Update**: Updated to the latest SDK module versions 793 794 # v1.6.0 (2021-11-06) 795 796 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically. 797 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 798 * **Feature**: Updated service to latest API model. 799 * **Dependency Update**: Updated to the latest SDK module versions 800 801 # v1.5.0 (2021-10-21) 802 803 * **Feature**: Updated to latest version 804 * **Dependency Update**: Updated to the latest SDK module versions 805 806 # v1.4.2 (2021-10-11) 807 808 * **Dependency Update**: Updated to the latest SDK module versions 809 810 # v1.4.1 (2021-09-17) 811 812 * **Dependency Update**: Updated to the latest SDK module versions 813 814 # v1.4.0 (2021-08-27) 815 816 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 817 * **Dependency Update**: Updated to the latest SDK module versions 818 819 # v1.3.3 (2021-08-19) 820 821 * **Dependency Update**: Updated to the latest SDK module versions 822 823 # v1.3.2 (2021-08-04) 824 825 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version. 826 * **Dependency Update**: Updated to the latest SDK module versions 827 828 # v1.3.1 (2021-07-15) 829 830 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version 831 * **Dependency Update**: Updated to the latest SDK module versions 832 833 # v1.3.0 (2021-06-25) 834 835 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 836 * **Dependency Update**: Updated to the latest SDK module versions 837 838 # v1.2.1 (2021-05-20) 839 840 * **Dependency Update**: Updated to the latest SDK module versions 841 842 # v1.2.0 (2021-05-14) 843 844 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. 845 * **Dependency Update**: Updated to the latest SDK module versions 846