CHANGELOG.md (29464B)
1 # v1.31.17 (2025-11-04) 2 3 * **Dependency Update**: Updated to the latest SDK module versions 4 * **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system. 5 6 # v1.31.16 (2025-10-30) 7 8 * **Dependency Update**: Updated to the latest SDK module versions 9 10 # v1.31.15 (2025-10-23) 11 12 * **Dependency Update**: Updated to the latest SDK module versions 13 14 # v1.31.14 (2025-10-22) 15 16 * **Dependency Update**: Updated to the latest SDK module versions 17 18 # v1.31.13 (2025-10-16) 19 20 * **Dependency Update**: Bump minimum Go version to 1.23. 21 * **Dependency Update**: Updated to the latest SDK module versions 22 23 # v1.31.12 (2025-09-29) 24 25 * **Dependency Update**: Updated to the latest SDK module versions 26 27 # v1.31.11 (2025-09-26) 28 29 * **Dependency Update**: Updated to the latest SDK module versions 30 31 # v1.31.10 (2025-09-23) 32 33 * **Dependency Update**: Updated to the latest SDK module versions 34 35 # v1.31.9 (2025-09-22) 36 37 * **Dependency Update**: Updated to the latest SDK module versions 38 39 # v1.31.8 (2025-09-10) 40 41 * **Dependency Update**: Updated to the latest SDK module versions 42 43 # v1.31.7 (2025-09-08) 44 45 * **Dependency Update**: Updated to the latest SDK module versions 46 47 # v1.31.6 (2025-08-29) 48 49 * **Dependency Update**: Updated to the latest SDK module versions 50 51 # v1.31.5 (2025-08-28) 52 53 * **Dependency Update**: Updated to the latest SDK module versions 54 55 # v1.31.4 (2025-08-27) 56 57 * **Dependency Update**: Update to smithy-go v1.23.0. 58 * **Dependency Update**: Updated to the latest SDK module versions 59 60 # v1.31.3 (2025-08-26) 61 62 * **Dependency Update**: Updated to the latest SDK module versions 63 64 # v1.31.2 (2025-08-21) 65 66 * **Dependency Update**: Updated to the latest SDK module versions 67 68 # v1.31.1 (2025-08-20) 69 70 * **Dependency Update**: Updated to the latest SDK module versions 71 72 # v1.31.0 (2025-08-11) 73 74 * **Feature**: Add support for configuring per-service Options via callback on global config. 75 * **Dependency Update**: Updated to the latest SDK module versions 76 77 # v1.30.3 (2025-08-04) 78 79 * **Dependency Update**: Updated to the latest SDK module versions 80 81 # v1.30.2 (2025-07-30) 82 83 * **Dependency Update**: Updated to the latest SDK module versions 84 85 # v1.30.1 (2025-07-29) 86 87 * **Dependency Update**: Updated to the latest SDK module versions 88 89 # v1.30.0 (2025-07-28) 90 91 * **Feature**: Add support for HTTP interceptors. 92 * **Dependency Update**: Updated to the latest SDK module versions 93 94 # v1.29.18 (2025-07-19) 95 96 * **Dependency Update**: Updated to the latest SDK module versions 97 98 # v1.29.17 (2025-06-17) 99 100 * **Dependency Update**: Update to smithy-go v1.22.4. 101 * **Dependency Update**: Updated to the latest SDK module versions 102 103 # v1.29.16 (2025-06-10) 104 105 * **Dependency Update**: Updated to the latest SDK module versions 106 107 # v1.29.15 (2025-06-06) 108 109 * **Dependency Update**: Updated to the latest SDK module versions 110 111 # v1.29.14 (2025-04-10) 112 113 * **Dependency Update**: Updated to the latest SDK module versions 114 115 # v1.29.13 (2025-04-03) 116 117 * **Dependency Update**: Updated to the latest SDK module versions 118 119 # v1.29.12 (2025-03-27) 120 121 * **Dependency Update**: Updated to the latest SDK module versions 122 123 # v1.29.11 (2025-03-25) 124 125 * **Dependency Update**: Updated to the latest SDK module versions 126 127 # v1.29.10 (2025-03-24) 128 129 * **Dependency Update**: Updated to the latest SDK module versions 130 131 # v1.29.9 (2025-03-04.2) 132 133 * **Dependency Update**: Updated to the latest SDK module versions 134 135 # v1.29.8 (2025-02-27) 136 137 * **Dependency Update**: Updated to the latest SDK module versions 138 139 # v1.29.7 (2025-02-18) 140 141 * **Bug Fix**: Bump go version to 1.22 142 * **Dependency Update**: Updated to the latest SDK module versions 143 144 # v1.29.6 (2025-02-05) 145 146 * **Dependency Update**: Updated to the latest SDK module versions 147 148 # v1.29.5 (2025-02-04) 149 150 * **Dependency Update**: Updated to the latest SDK module versions 151 152 # v1.29.4 (2025-01-31) 153 154 * **Dependency Update**: Updated to the latest SDK module versions 155 156 # v1.29.3 (2025-01-30) 157 158 * **Dependency Update**: Updated to the latest SDK module versions 159 160 # v1.29.2 (2025-01-24) 161 162 * **Bug Fix**: Fix env config naming and usage of deprecated ioutil 163 * **Dependency Update**: Updated to the latest SDK module versions 164 * **Dependency Update**: Upgrade to smithy-go v1.22.2. 165 166 # v1.29.1 (2025-01-17) 167 168 * **Dependency Update**: Updated to the latest SDK module versions 169 170 # v1.29.0 (2025-01-15) 171 172 * **Feature**: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default now becomes CRC32. Checksum behavior can be configured using `when_supported` and `when_required` options - in code using RequestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using `when_supported` and `when_required` options - in code using ResponseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION. 173 * **Dependency Update**: Updated to the latest SDK module versions 174 175 # v1.28.11 (2025-01-14) 176 177 * **Dependency Update**: Updated to the latest SDK module versions 178 179 # v1.28.10 (2025-01-10) 180 181 * **Dependency Update**: Updated to the latest SDK module versions 182 183 # v1.28.9 (2025-01-09) 184 185 * **Dependency Update**: Updated to the latest SDK module versions 186 187 # v1.28.8 (2025-01-08) 188 189 * **Dependency Update**: Updated to the latest SDK module versions 190 191 # v1.28.7 (2024-12-19) 192 193 * **Bug Fix**: Fix improper use of printf-style functions. 194 * **Dependency Update**: Updated to the latest SDK module versions 195 196 # v1.28.6 (2024-12-02) 197 198 * **Dependency Update**: Updated to the latest SDK module versions 199 200 # v1.28.5 (2024-11-18) 201 202 * **Dependency Update**: Update to smithy-go v1.22.1. 203 * **Dependency Update**: Updated to the latest SDK module versions 204 205 # v1.28.4 (2024-11-14) 206 207 * **Dependency Update**: Updated to the latest SDK module versions 208 209 # v1.28.3 (2024-11-07) 210 211 * **Dependency Update**: Updated to the latest SDK module versions 212 213 # v1.28.2 (2024-11-06) 214 215 * **Dependency Update**: Updated to the latest SDK module versions 216 217 # v1.28.1 (2024-10-28) 218 219 * **Dependency Update**: Updated to the latest SDK module versions 220 221 # v1.28.0 (2024-10-16) 222 223 * **Feature**: Adds the LoadOptions hook `WithBaseEndpoint` for setting global endpoint override in-code. 224 225 # v1.27.43 (2024-10-08) 226 227 * **Dependency Update**: Updated to the latest SDK module versions 228 229 # v1.27.42 (2024-10-07) 230 231 * **Dependency Update**: Updated to the latest SDK module versions 232 233 # v1.27.41 (2024-10-04) 234 235 * **Dependency Update**: Updated to the latest SDK module versions 236 237 # v1.27.40 (2024-10-03) 238 239 * **Dependency Update**: Updated to the latest SDK module versions 240 241 # v1.27.39 (2024-09-27) 242 243 * **Dependency Update**: Updated to the latest SDK module versions 244 245 # v1.27.38 (2024-09-25) 246 247 * **Dependency Update**: Updated to the latest SDK module versions 248 249 # v1.27.37 (2024-09-23) 250 251 * **Dependency Update**: Updated to the latest SDK module versions 252 253 # v1.27.36 (2024-09-20) 254 255 * **Dependency Update**: Updated to the latest SDK module versions 256 257 # v1.27.35 (2024-09-17) 258 259 * **Dependency Update**: Updated to the latest SDK module versions 260 261 # v1.27.34 (2024-09-16) 262 263 * **Bug Fix**: Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it 264 265 # v1.27.33 (2024-09-04) 266 267 * **Dependency Update**: Updated to the latest SDK module versions 268 269 # v1.27.32 (2024-09-03) 270 271 * **Dependency Update**: Updated to the latest SDK module versions 272 273 # v1.27.31 (2024-08-26) 274 275 * **Dependency Update**: Updated to the latest SDK module versions 276 277 # v1.27.30 (2024-08-23) 278 279 * **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file 280 281 # v1.27.29 (2024-08-22) 282 283 * **Dependency Update**: Updated to the latest SDK module versions 284 285 # v1.27.28 (2024-08-15) 286 287 * **Dependency Update**: Bump minimum Go version to 1.21. 288 * **Dependency Update**: Updated to the latest SDK module versions 289 290 # v1.27.27 (2024-07-18) 291 292 * **Dependency Update**: Updated to the latest SDK module versions 293 294 # v1.27.26 (2024-07-10.2) 295 296 * **Dependency Update**: Updated to the latest SDK module versions 297 298 # v1.27.25 (2024-07-10) 299 300 * **Dependency Update**: Updated to the latest SDK module versions 301 302 # v1.27.24 (2024-07-03) 303 304 * **Dependency Update**: Updated to the latest SDK module versions 305 306 # v1.27.23 (2024-06-28) 307 308 * **Dependency Update**: Updated to the latest SDK module versions 309 310 # v1.27.22 (2024-06-26) 311 312 * **Dependency Update**: Updated to the latest SDK module versions 313 314 # v1.27.21 (2024-06-19) 315 316 * **Dependency Update**: Updated to the latest SDK module versions 317 318 # v1.27.20 (2024-06-18) 319 320 * **Dependency Update**: Updated to the latest SDK module versions 321 322 # v1.27.19 (2024-06-17) 323 324 * **Dependency Update**: Updated to the latest SDK module versions 325 326 # v1.27.18 (2024-06-07) 327 328 * **Dependency Update**: Updated to the latest SDK module versions 329 330 # v1.27.17 (2024-06-03) 331 332 * **Documentation**: Add deprecation docs to global endpoint resolution interfaces. These APIs were previously deprecated with the introduction of service-specific endpoint resolution (EndpointResolverV2 and BaseEndpoint on service client options). 333 * **Dependency Update**: Updated to the latest SDK module versions 334 335 # v1.27.16 (2024-05-23) 336 337 * **Dependency Update**: Updated to the latest SDK module versions 338 339 # v1.27.15 (2024-05-16) 340 341 * **Dependency Update**: Updated to the latest SDK module versions 342 343 # v1.27.14 (2024-05-15) 344 345 * **Dependency Update**: Updated to the latest SDK module versions 346 347 # v1.27.13 (2024-05-10) 348 349 * **Dependency Update**: Updated to the latest SDK module versions 350 351 # v1.27.12 (2024-05-08) 352 353 * **Dependency Update**: Updated to the latest SDK module versions 354 355 # v1.27.11 (2024-04-05) 356 357 * **Dependency Update**: Updated to the latest SDK module versions 358 359 # v1.27.10 (2024-03-29) 360 361 * **Dependency Update**: Updated to the latest SDK module versions 362 363 # v1.27.9 (2024-03-21) 364 365 * **Dependency Update**: Updated to the latest SDK module versions 366 367 # v1.27.8 (2024-03-18) 368 369 * **Dependency Update**: Updated to the latest SDK module versions 370 371 # v1.27.7 (2024-03-07) 372 373 * **Bug Fix**: Remove dependency on go-cmp. 374 * **Dependency Update**: Updated to the latest SDK module versions 375 376 # v1.27.6 (2024-03-05) 377 378 * **Dependency Update**: Updated to the latest SDK module versions 379 380 # v1.27.5 (2024-03-04) 381 382 * **Dependency Update**: Updated to the latest SDK module versions 383 384 # v1.27.4 (2024-02-23) 385 386 * **Dependency Update**: Updated to the latest SDK module versions 387 388 # v1.27.3 (2024-02-22) 389 390 * **Dependency Update**: Updated to the latest SDK module versions 391 392 # v1.27.2 (2024-02-21) 393 394 * **Dependency Update**: Updated to the latest SDK module versions 395 396 # v1.27.1 (2024-02-20) 397 398 * **Dependency Update**: Updated to the latest SDK module versions 399 400 # v1.27.0 (2024-02-13) 401 402 * **Feature**: Bump minimum Go version to 1.20 per our language support policy. 403 * **Dependency Update**: Updated to the latest SDK module versions 404 405 # v1.26.6 (2024-01-22) 406 407 * **Bug Fix**: Remove invalid escaping of shared config values. All values in the shared config file will now be interpreted literally, save for fully-quoted strings which are unwrapped for legacy reasons. 408 * **Dependency Update**: Updated to the latest SDK module versions 409 410 # v1.26.5 (2024-01-18) 411 412 * **Dependency Update**: Updated to the latest SDK module versions 413 414 # v1.26.4 (2024-01-16) 415 416 * **Dependency Update**: Updated to the latest SDK module versions 417 418 # v1.26.3 (2024-01-04) 419 420 * **Dependency Update**: Updated to the latest SDK module versions 421 422 # v1.26.2 (2023-12-20) 423 424 * **Dependency Update**: Updated to the latest SDK module versions 425 426 # v1.26.1 (2023-12-08) 427 428 * **Bug Fix**: Correct loading of [services *] sections into shared config. 429 * **Dependency Update**: Updated to the latest SDK module versions 430 431 # v1.26.0 (2023-12-07) 432 433 * **Feature**: Support modeled request compression. The only algorithm supported at this time is `gzip`. 434 * **Dependency Update**: Updated to the latest SDK module versions 435 436 # v1.25.12 (2023-12-06) 437 438 * **Dependency Update**: Updated to the latest SDK module versions 439 440 # v1.25.11 (2023-12-01) 441 442 * **Dependency Update**: Updated to the latest SDK module versions 443 444 # v1.25.10 (2023-11-30) 445 446 * **Dependency Update**: Updated to the latest SDK module versions 447 448 # v1.25.9 (2023-11-29) 449 450 * **Dependency Update**: Updated to the latest SDK module versions 451 452 # v1.25.8 (2023-11-28.3) 453 454 * **Bug Fix**: Correct resolution of S3Express auth disable toggle. 455 456 # v1.25.7 (2023-11-28.2) 457 458 * **Dependency Update**: Updated to the latest SDK module versions 459 460 # v1.25.6 (2023-11-28) 461 462 * **Dependency Update**: Updated to the latest SDK module versions 463 464 # v1.25.5 (2023-11-21) 465 466 * **Dependency Update**: Updated to the latest SDK module versions 467 468 # v1.25.4 (2023-11-20) 469 470 * **Dependency Update**: Updated to the latest SDK module versions 471 472 # v1.25.3 (2023-11-17) 473 474 * **Dependency Update**: Updated to the latest SDK module versions 475 476 # v1.25.2 (2023-11-16) 477 478 * **Dependency Update**: Updated to the latest SDK module versions 479 480 # v1.25.1 (2023-11-15) 481 482 * **Dependency Update**: Updated to the latest SDK module versions 483 484 # v1.25.0 (2023-11-14) 485 486 * **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider. 487 * **Dependency Update**: Updated to the latest SDK module versions 488 489 # v1.24.0 (2023-11-13) 490 491 * **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section. 492 * **Dependency Update**: Updated to the latest SDK module versions 493 494 # v1.23.0 (2023-11-09.2) 495 496 * **Feature**: BREAKFIX: In order to support subproperty parsing, invalid property definitions must not be ignored 497 * **Dependency Update**: Updated to the latest SDK module versions 498 499 # v1.22.3 (2023-11-09) 500 501 * **Dependency Update**: Updated to the latest SDK module versions 502 503 # v1.22.2 (2023-11-07) 504 505 * **Dependency Update**: Updated to the latest SDK module versions 506 507 # v1.22.1 (2023-11-06) 508 509 * No change notes available for this release. 510 511 # v1.22.0 (2023-11-02) 512 513 * **Feature**: Add env and shared config settings for disabling IMDSv1 fallback. 514 * **Dependency Update**: Updated to the latest SDK module versions 515 516 # v1.21.0 (2023-11-01) 517 518 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file. 519 * **Dependency Update**: Updated to the latest SDK module versions 520 521 # v1.20.0 (2023-10-31) 522 523 * **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/). 524 * **Dependency Update**: Updated to the latest SDK module versions 525 526 # v1.19.1 (2023-10-24) 527 528 * No change notes available for this release. 529 530 # v1.19.0 (2023-10-16) 531 532 * **Feature**: Modify logic of retrieving user agent appID from env config 533 534 # v1.18.45 (2023-10-12) 535 536 * **Bug Fix**: Fail to load config if an explicitly provided profile doesn't exist. 537 * **Dependency Update**: Updated to the latest SDK module versions 538 539 # v1.18.44 (2023-10-06) 540 541 * **Dependency Update**: Updated to the latest SDK module versions 542 543 # v1.18.43 (2023-10-02) 544 545 * **Dependency Update**: Updated to the latest SDK module versions 546 547 # v1.18.42 (2023-09-22) 548 549 * **Bug Fix**: Fixed a bug where merging `max_attempts` or `duration_seconds` fields across shared config files with invalid values would silently default them to 0. 550 * **Bug Fix**: Move type assertion of config values out of the parsing stage, which resolves an issue where the contents of a profile would silently be dropped with certain numeric formats. 551 * **Dependency Update**: Updated to the latest SDK module versions 552 553 # v1.18.41 (2023-09-20) 554 555 * **Dependency Update**: Updated to the latest SDK module versions 556 557 # v1.18.40 (2023-09-18) 558 559 * **Dependency Update**: Updated to the latest SDK module versions 560 561 # v1.18.39 (2023-09-05) 562 563 * **Dependency Update**: Updated to the latest SDK module versions 564 565 # v1.18.38 (2023-08-31) 566 567 * **Dependency Update**: Updated to the latest SDK module versions 568 569 # v1.18.37 (2023-08-23) 570 571 * No change notes available for this release. 572 573 # v1.18.36 (2023-08-21) 574 575 * **Dependency Update**: Updated to the latest SDK module versions 576 577 # v1.18.35 (2023-08-18) 578 579 * **Dependency Update**: Updated to the latest SDK module versions 580 581 # v1.18.34 (2023-08-17) 582 583 * **Dependency Update**: Updated to the latest SDK module versions 584 585 # v1.18.33 (2023-08-07) 586 587 * **Dependency Update**: Updated to the latest SDK module versions 588 589 # v1.18.32 (2023-08-01) 590 591 * **Dependency Update**: Updated to the latest SDK module versions 592 593 # v1.18.31 (2023-07-31) 594 595 * **Dependency Update**: Updated to the latest SDK module versions 596 597 # v1.18.30 (2023-07-28) 598 599 * **Dependency Update**: Updated to the latest SDK module versions 600 601 # v1.18.29 (2023-07-25) 602 603 * **Dependency Update**: Updated to the latest SDK module versions 604 605 # v1.18.28 (2023-07-13) 606 607 * **Dependency Update**: Updated to the latest SDK module versions 608 609 # v1.18.27 (2023-06-15) 610 611 * **Dependency Update**: Updated to the latest SDK module versions 612 613 # v1.18.26 (2023-06-13) 614 615 * **Dependency Update**: Updated to the latest SDK module versions 616 617 # v1.18.25 (2023-05-09) 618 619 * **Dependency Update**: Updated to the latest SDK module versions 620 621 # v1.18.24 (2023-05-08) 622 623 * **Dependency Update**: Updated to the latest SDK module versions 624 625 # v1.18.23 (2023-05-04) 626 627 * **Dependency Update**: Updated to the latest SDK module versions 628 629 # v1.18.22 (2023-04-24) 630 631 * **Dependency Update**: Updated to the latest SDK module versions 632 633 # v1.18.21 (2023-04-10) 634 635 * **Dependency Update**: Updated to the latest SDK module versions 636 637 # v1.18.20 (2023-04-07) 638 639 * **Dependency Update**: Updated to the latest SDK module versions 640 641 # v1.18.19 (2023-03-21) 642 643 * **Dependency Update**: Updated to the latest SDK module versions 644 645 # v1.18.18 (2023-03-16) 646 647 * **Bug Fix**: Allow RoleARN to be set as functional option on STS WebIdentityRoleOptions. Fixes aws/aws-sdk-go-v2#2015. 648 649 # v1.18.17 (2023-03-14) 650 651 * **Dependency Update**: Updated to the latest SDK module versions 652 653 # v1.18.16 (2023-03-10) 654 655 * **Dependency Update**: Updated to the latest SDK module versions 656 657 # v1.18.15 (2023-02-22) 658 659 * **Dependency Update**: Updated to the latest SDK module versions 660 661 # v1.18.14 (2023-02-20) 662 663 * **Dependency Update**: Updated to the latest SDK module versions 664 665 # v1.18.13 (2023-02-15) 666 667 * **Dependency Update**: Updated to the latest SDK module versions 668 669 # v1.18.12 (2023-02-03) 670 671 * **Dependency Update**: Updated to the latest SDK module versions 672 673 # v1.18.11 (2023-02-01) 674 675 * **Dependency Update**: Updated to the latest SDK module versions 676 677 # v1.18.10 (2023-01-25) 678 679 * **Dependency Update**: Updated to the latest SDK module versions 680 681 # v1.18.9 (2023-01-23) 682 683 * **Dependency Update**: Updated to the latest SDK module versions 684 685 # v1.18.8 (2023-01-05) 686 687 * **Dependency Update**: Updated to the latest SDK module versions 688 689 # v1.18.7 (2022-12-20) 690 691 * **Dependency Update**: Updated to the latest SDK module versions 692 693 # v1.18.6 (2022-12-19) 694 695 * **Dependency Update**: Updated to the latest SDK module versions 696 697 # v1.18.5 (2022-12-15) 698 699 * **Bug Fix**: Unify logic between shared config and in finding home directory 700 * **Dependency Update**: Updated to the latest SDK module versions 701 702 # v1.18.4 (2022-12-02) 703 704 * **Dependency Update**: Updated to the latest SDK module versions 705 706 # v1.18.3 (2022-11-22) 707 708 * **Dependency Update**: Updated to the latest SDK module versions 709 710 # v1.18.2 (2022-11-17) 711 712 * **Dependency Update**: Updated to the latest SDK module versions 713 714 # v1.18.1 (2022-11-16) 715 716 * **Dependency Update**: Updated to the latest SDK module versions 717 718 # v1.18.0 (2022-11-11) 719 720 * **Announcement**: When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846 721 * **Feature**: Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider 722 * **Dependency Update**: Updated to the latest SDK module versions 723 724 # v1.17.11 (2022-11-10) 725 726 * **Dependency Update**: Updated to the latest SDK module versions 727 728 # v1.17.10 (2022-10-24) 729 730 * **Dependency Update**: Updated to the latest SDK module versions 731 732 # v1.17.9 (2022-10-21) 733 734 * **Dependency Update**: Updated to the latest SDK module versions 735 736 # v1.17.8 (2022-09-30) 737 738 * **Dependency Update**: Updated to the latest SDK module versions 739 740 # v1.17.7 (2022-09-20) 741 742 * **Dependency Update**: Updated to the latest SDK module versions 743 744 # v1.17.6 (2022-09-14) 745 746 * **Dependency Update**: Updated to the latest SDK module versions 747 748 # v1.17.5 (2022-09-02) 749 750 * **Dependency Update**: Updated to the latest SDK module versions 751 752 # v1.17.4 (2022-08-31) 753 754 * **Dependency Update**: Updated to the latest SDK module versions 755 756 # v1.17.3 (2022-08-30) 757 758 * **Dependency Update**: Updated to the latest SDK module versions 759 760 # v1.17.2 (2022-08-29) 761 762 * **Dependency Update**: Updated to the latest SDK module versions 763 764 # v1.17.1 (2022-08-15) 765 766 * **Dependency Update**: Updated to the latest SDK module versions 767 768 # v1.17.0 (2022-08-14) 769 770 * **Feature**: Add alternative mechanism for determning the users `$HOME` or `%USERPROFILE%` location when the environment variables are not present. 771 772 # v1.16.1 (2022-08-11) 773 774 * **Dependency Update**: Updated to the latest SDK module versions 775 776 # v1.16.0 (2022-08-10) 777 778 * **Feature**: Adds support for the following settings in the `~/.aws/credentials` file: `sso_account_id`, `sso_region`, `sso_role_name`, `sso_start_url`, and `ca_bundle`. 779 780 # v1.15.17 (2022-08-09) 781 782 * **Dependency Update**: Updated to the latest SDK module versions 783 784 # v1.15.16 (2022-08-08) 785 786 * **Dependency Update**: Updated to the latest SDK module versions 787 788 # v1.15.15 (2022-08-01) 789 790 * **Dependency Update**: Updated to the latest SDK module versions 791 792 # v1.15.14 (2022-07-11) 793 794 * **Dependency Update**: Updated to the latest SDK module versions 795 796 # v1.15.13 (2022-07-05) 797 798 * **Dependency Update**: Updated to the latest SDK module versions 799 800 # v1.15.12 (2022-06-29) 801 802 * **Dependency Update**: Updated to the latest SDK module versions 803 804 # v1.15.11 (2022-06-16) 805 806 * **Dependency Update**: Updated to the latest SDK module versions 807 808 # v1.15.10 (2022-06-07) 809 810 * **Dependency Update**: Updated to the latest SDK module versions 811 812 # v1.15.9 (2022-05-26) 813 814 * **Dependency Update**: Updated to the latest SDK module versions 815 816 # v1.15.8 (2022-05-25) 817 818 * **Dependency Update**: Updated to the latest SDK module versions 819 820 # v1.15.7 (2022-05-17) 821 822 * **Dependency Update**: Updated to the latest SDK module versions 823 824 # v1.15.6 (2022-05-16) 825 826 * **Dependency Update**: Updated to the latest SDK module versions 827 828 # v1.15.5 (2022-05-09) 829 830 * **Bug Fix**: Fixes a bug in LoadDefaultConfig to correctly assign ConfigSources so all config resolvers have access to the config sources. This fixes the feature/ec2/imds client not having configuration applied via config.LoadOptions such as EC2IMDSClientEnableState. PR [#1682](https://github.com/aws/aws-sdk-go-v2/pull/1682) 831 832 # v1.15.4 (2022-04-25) 833 834 * **Dependency Update**: Updated to the latest SDK module versions 835 836 # v1.15.3 (2022-03-30) 837 838 * **Dependency Update**: Updated to the latest SDK module versions 839 840 # v1.15.2 (2022-03-24) 841 842 * **Dependency Update**: Updated to the latest SDK module versions 843 844 # v1.15.1 (2022-03-23) 845 846 * **Dependency Update**: Updated to the latest SDK module versions 847 848 # v1.15.0 (2022-03-08) 849 850 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 851 * **Dependency Update**: Updated to the latest SDK module versions 852 853 # v1.14.0 (2022-02-24) 854 855 * **Feature**: Adds support for loading RetryMaxAttempts and RetryMod from the environment and shared configuration files. These parameters drive how the SDK's API client will initialize its default retryer, if custome retryer has not been specified. See [config](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/config) module and [aws.Config](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#Config) for more information about and how to use these new options. 856 * **Feature**: Adds support for the `ca_bundle` parameter in shared config and credentials files. The usage of the file is the same as environment variable, `AWS_CA_BUNDLE`, but sourced from shared config. Fixes [#1589](https://github.com/aws/aws-sdk-go-v2/issues/1589) 857 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 858 * **Dependency Update**: Updated to the latest SDK module versions 859 860 # v1.13.1 (2022-01-28) 861 862 * **Bug Fix**: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. [#1562](https://github.com/aws/aws-sdk-go-v2/pull/1562). Thanks to [Pinglei Guo](https://github.com/pingleig) for submitting this PR. 863 * **Bug Fix**: Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug. 864 * **Bug Fix**: Updates `config` module to use os.UserHomeDir instead of hard coded environment variable for OS. [#1563](https://github.com/aws/aws-sdk-go-v2/pull/1563) 865 * **Dependency Update**: Updated to the latest SDK module versions 866 867 # v1.13.0 (2022-01-14) 868 869 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 870 * **Dependency Update**: Updated to the latest SDK module versions 871 872 # v1.12.0 (2022-01-07) 873 874 * **Feature**: Add load option for CredentialCache. Adds a new member to the LoadOptions struct, CredentialsCacheOptions. This member allows specifying a function that will be used to configure the CredentialsCache. The CredentialsCacheOptions will only be used if the configuration loader will wrap the underlying credential provider in the CredentialsCache. 875 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 876 * **Dependency Update**: Updated to the latest SDK module versions 877 878 # v1.11.1 (2021-12-21) 879 880 * **Dependency Update**: Updated to the latest SDK module versions 881 882 # v1.11.0 (2021-12-02) 883 884 * **Feature**: Add support for specifying `EndpointResolverWithOptions` on `LoadOptions`, and associated `WithEndpointResolverWithOptions`. 885 * **Dependency Update**: Updated to the latest SDK module versions 886 887 # v1.10.3 (2021-11-30) 888 889 * **Dependency Update**: Updated to the latest SDK module versions 890 891 # v1.10.2 (2021-11-19) 892 893 * **Dependency Update**: Updated to the latest SDK module versions 894 895 # v1.10.1 (2021-11-12) 896 897 * **Dependency Update**: Updated to the latest SDK module versions 898 899 # v1.10.0 (2021-11-06) 900 901 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically. 902 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 903 * **Dependency Update**: Updated to the latest SDK module versions 904 905 # v1.9.0 (2021-10-21) 906 907 * **Feature**: Updated to latest version 908 * **Dependency Update**: Updated to the latest SDK module versions 909 910 # v1.8.3 (2021-10-11) 911 912 * **Dependency Update**: Updated to the latest SDK module versions 913 914 # v1.8.2 (2021-09-17) 915 916 * **Dependency Update**: Updated to the latest SDK module versions 917 918 # v1.8.1 (2021-09-10) 919 920 * **Dependency Update**: Updated to the latest SDK module versions 921 922 # v1.8.0 (2021-09-02) 923 924 * **Feature**: Add support for S3 Multi-Region Access Point ARNs. 925 926 # v1.7.0 (2021-08-27) 927 928 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 929 * **Dependency Update**: Updated to the latest SDK module versions 930 931 # v1.6.1 (2021-08-19) 932 933 * **Dependency Update**: Updated to the latest SDK module versions 934 935 # v1.6.0 (2021-08-04) 936 937 * **Feature**: adds error handling for defered close calls 938 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version. 939 * **Dependency Update**: Updated to the latest SDK module versions 940 941 # v1.5.0 (2021-07-15) 942 943 * **Feature**: Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints. 944 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version 945 * **Dependency Update**: Updated to the latest SDK module versions 946 947 # v1.4.1 (2021-07-01) 948 949 * **Dependency Update**: Updated to the latest SDK module versions 950 951 # v1.4.0 (2021-06-25) 952 953 * **Feature**: Adds configuration setting for enabling endpoint discovery. 954 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 955 * **Dependency Update**: Updated to the latest SDK module versions 956 957 # v1.3.0 (2021-05-20) 958 959 * **Feature**: SSO credentials can now be defined alongside other credential providers within the same configuration profile. 960 * **Bug Fix**: Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations. 961 * **Dependency Update**: Updated to the latest SDK module versions 962 963 # v1.2.0 (2021-05-14) 964 965 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. 966 * **Dependency Update**: Updated to the latest SDK module versions 967