code.dwrz.net

Go monorepo.
Log | Files | Refs

CHANGELOG.md (3873B)


      1 # v1.3.24 (2022-09-20)
      2 
      3 * **Dependency Update**: Updated to the latest SDK module versions
      4 
      5 # v1.3.23 (2022-09-14)
      6 
      7 * **Dependency Update**: Updated to the latest SDK module versions
      8 
      9 # v1.3.22 (2022-09-02)
     10 
     11 * **Dependency Update**: Updated to the latest SDK module versions
     12 
     13 # v1.3.21 (2022-08-31)
     14 
     15 * **Dependency Update**: Updated to the latest SDK module versions
     16 
     17 # v1.3.20 (2022-08-29)
     18 
     19 * **Dependency Update**: Updated to the latest SDK module versions
     20 
     21 # v1.3.19 (2022-08-11)
     22 
     23 * **Dependency Update**: Updated to the latest SDK module versions
     24 
     25 # v1.3.18 (2022-08-09)
     26 
     27 * **Dependency Update**: Updated to the latest SDK module versions
     28 
     29 # v1.3.17 (2022-08-08)
     30 
     31 * **Dependency Update**: Updated to the latest SDK module versions
     32 
     33 # v1.3.16 (2022-08-01)
     34 
     35 * **Dependency Update**: Updated to the latest SDK module versions
     36 
     37 # v1.3.15 (2022-07-05)
     38 
     39 * **Dependency Update**: Updated to the latest SDK module versions
     40 
     41 # v1.3.14 (2022-06-29)
     42 
     43 * **Dependency Update**: Updated to the latest SDK module versions
     44 
     45 # v1.3.13 (2022-06-07)
     46 
     47 * **Dependency Update**: Updated to the latest SDK module versions
     48 
     49 # v1.3.12 (2022-05-17)
     50 
     51 * **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used.
     52 * **Dependency Update**: Updated to the latest SDK module versions
     53 
     54 # v1.3.11 (2022-04-25)
     55 
     56 * **Dependency Update**: Updated to the latest SDK module versions
     57 
     58 # v1.3.10 (2022-03-30)
     59 
     60 * **Dependency Update**: Updated to the latest SDK module versions
     61 
     62 # v1.3.9 (2022-03-24)
     63 
     64 * **Dependency Update**: Updated to the latest SDK module versions
     65 
     66 # v1.3.8 (2022-03-23)
     67 
     68 * **Dependency Update**: Updated to the latest SDK module versions
     69 
     70 # v1.3.7 (2022-03-08)
     71 
     72 * **Dependency Update**: Updated to the latest SDK module versions
     73 
     74 # v1.3.6 (2022-02-24)
     75 
     76 * **Dependency Update**: Updated to the latest SDK module versions
     77 
     78 # v1.3.5 (2022-01-28)
     79 
     80 * **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.
     81 
     82 # v1.3.4 (2022-01-14)
     83 
     84 * **Dependency Update**: Updated to the latest SDK module versions
     85 
     86 # v1.3.3 (2022-01-07)
     87 
     88 * **Dependency Update**: Updated to the latest SDK module versions
     89 
     90 # v1.3.2 (2021-12-02)
     91 
     92 * **Dependency Update**: Updated to the latest SDK module versions
     93 
     94 # v1.3.1 (2021-11-19)
     95 
     96 * **Dependency Update**: Updated to the latest SDK module versions
     97 
     98 # v1.3.0 (2021-11-06)
     99 
    100 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    101 * **Dependency Update**: Updated to the latest SDK module versions
    102 
    103 # v1.2.5 (2021-10-21)
    104 
    105 * **Dependency Update**: Updated to the latest SDK module versions
    106 
    107 # v1.2.4 (2021-10-11)
    108 
    109 * **Dependency Update**: Updated to the latest SDK module versions
    110 
    111 # v1.2.3 (2021-09-17)
    112 
    113 * **Dependency Update**: Updated to the latest SDK module versions
    114 
    115 # v1.2.2 (2021-08-27)
    116 
    117 * **Dependency Update**: Updated to the latest SDK module versions
    118 
    119 # v1.2.1 (2021-08-19)
    120 
    121 * **Dependency Update**: Updated to the latest SDK module versions
    122 
    123 # v1.2.0 (2021-08-04)
    124 
    125 * **Feature**: adds error handling for defered close calls
    126 * **Dependency Update**: Updated to the latest SDK module versions
    127 
    128 # v1.1.1 (2021-07-15)
    129 
    130 * **Dependency Update**: Updated to the latest SDK module versions
    131 
    132 # v1.1.0 (2021-07-01)
    133 
    134 * **Feature**: Support for `:`, `=`, `[`, `]` being present in expression values.
    135 
    136 # v1.0.1 (2021-06-25)
    137 
    138 * **Dependency Update**: Updated to the latest SDK module versions
    139 
    140 # v1.0.0 (2021-05-20)
    141 
    142 * **Release**: The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module.
    143 * **Dependency Update**: Updated to the latest SDK module versions
    144