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