code.dwrz.net

Go monorepo.
Log | Files | Refs

CHANGELOG.md (8709B)


      1 # v1.17.8 (2022-09-30)
      2 
      3 * **Dependency Update**: Updated to the latest SDK module versions
      4 
      5 # v1.17.7 (2022-09-20)
      6 
      7 * **Dependency Update**: Updated to the latest SDK module versions
      8 
      9 # v1.17.6 (2022-09-14)
     10 
     11 * **Dependency Update**: Updated to the latest SDK module versions
     12 
     13 # v1.17.5 (2022-09-02)
     14 
     15 * **Dependency Update**: Updated to the latest SDK module versions
     16 
     17 # v1.17.4 (2022-08-31)
     18 
     19 * **Dependency Update**: Updated to the latest SDK module versions
     20 
     21 # v1.17.3 (2022-08-30)
     22 
     23 * **Dependency Update**: Updated to the latest SDK module versions
     24 
     25 # v1.17.2 (2022-08-29)
     26 
     27 * **Dependency Update**: Updated to the latest SDK module versions
     28 
     29 # v1.17.1 (2022-08-15)
     30 
     31 * **Dependency Update**: Updated to the latest SDK module versions
     32 
     33 # v1.17.0 (2022-08-14)
     34 
     35 * **Feature**: Add alternative mechanism for determning the users `$HOME` or `%USERPROFILE%` location when the environment variables are not present.
     36 
     37 # v1.16.1 (2022-08-11)
     38 
     39 * **Dependency Update**: Updated to the latest SDK module versions
     40 
     41 # v1.16.0 (2022-08-10)
     42 
     43 * **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`.
     44 
     45 # v1.15.17 (2022-08-09)
     46 
     47 * **Dependency Update**: Updated to the latest SDK module versions
     48 
     49 # v1.15.16 (2022-08-08)
     50 
     51 * **Dependency Update**: Updated to the latest SDK module versions
     52 
     53 # v1.15.15 (2022-08-01)
     54 
     55 * **Dependency Update**: Updated to the latest SDK module versions
     56 
     57 # v1.15.14 (2022-07-11)
     58 
     59 * **Dependency Update**: Updated to the latest SDK module versions
     60 
     61 # v1.15.13 (2022-07-05)
     62 
     63 * **Dependency Update**: Updated to the latest SDK module versions
     64 
     65 # v1.15.12 (2022-06-29)
     66 
     67 * **Dependency Update**: Updated to the latest SDK module versions
     68 
     69 # v1.15.11 (2022-06-16)
     70 
     71 * **Dependency Update**: Updated to the latest SDK module versions
     72 
     73 # v1.15.10 (2022-06-07)
     74 
     75 * **Dependency Update**: Updated to the latest SDK module versions
     76 
     77 # v1.15.9 (2022-05-26)
     78 
     79 * **Dependency Update**: Updated to the latest SDK module versions
     80 
     81 # v1.15.8 (2022-05-25)
     82 
     83 * **Dependency Update**: Updated to the latest SDK module versions
     84 
     85 # v1.15.7 (2022-05-17)
     86 
     87 * **Dependency Update**: Updated to the latest SDK module versions
     88 
     89 # v1.15.6 (2022-05-16)
     90 
     91 * **Dependency Update**: Updated to the latest SDK module versions
     92 
     93 # v1.15.5 (2022-05-09)
     94 
     95 * **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)
     96 
     97 # v1.15.4 (2022-04-25)
     98 
     99 * **Dependency Update**: Updated to the latest SDK module versions
    100 
    101 # v1.15.3 (2022-03-30)
    102 
    103 * **Dependency Update**: Updated to the latest SDK module versions
    104 
    105 # v1.15.2 (2022-03-24)
    106 
    107 * **Dependency Update**: Updated to the latest SDK module versions
    108 
    109 # v1.15.1 (2022-03-23)
    110 
    111 * **Dependency Update**: Updated to the latest SDK module versions
    112 
    113 # v1.15.0 (2022-03-08)
    114 
    115 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    116 * **Dependency Update**: Updated to the latest SDK module versions
    117 
    118 # v1.14.0 (2022-02-24)
    119 
    120 * **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.
    121 * **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)
    122 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    123 * **Dependency Update**: Updated to the latest SDK module versions
    124 
    125 # v1.13.1 (2022-01-28)
    126 
    127 * **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.
    128 * **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.
    129 * **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)
    130 * **Dependency Update**: Updated to the latest SDK module versions
    131 
    132 # v1.13.0 (2022-01-14)
    133 
    134 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    135 * **Dependency Update**: Updated to the latest SDK module versions
    136 
    137 # v1.12.0 (2022-01-07)
    138 
    139 * **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.
    140 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    141 * **Dependency Update**: Updated to the latest SDK module versions
    142 
    143 # v1.11.1 (2021-12-21)
    144 
    145 * **Dependency Update**: Updated to the latest SDK module versions
    146 
    147 # v1.11.0 (2021-12-02)
    148 
    149 * **Feature**: Add support for specifying `EndpointResolverWithOptions` on `LoadOptions`, and associated `WithEndpointResolverWithOptions`.
    150 * **Dependency Update**: Updated to the latest SDK module versions
    151 
    152 # v1.10.3 (2021-11-30)
    153 
    154 * **Dependency Update**: Updated to the latest SDK module versions
    155 
    156 # v1.10.2 (2021-11-19)
    157 
    158 * **Dependency Update**: Updated to the latest SDK module versions
    159 
    160 # v1.10.1 (2021-11-12)
    161 
    162 * **Dependency Update**: Updated to the latest SDK module versions
    163 
    164 # v1.10.0 (2021-11-06)
    165 
    166 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    167 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    168 * **Dependency Update**: Updated to the latest SDK module versions
    169 
    170 # v1.9.0 (2021-10-21)
    171 
    172 * **Feature**: Updated  to latest version
    173 * **Dependency Update**: Updated to the latest SDK module versions
    174 
    175 # v1.8.3 (2021-10-11)
    176 
    177 * **Dependency Update**: Updated to the latest SDK module versions
    178 
    179 # v1.8.2 (2021-09-17)
    180 
    181 * **Dependency Update**: Updated to the latest SDK module versions
    182 
    183 # v1.8.1 (2021-09-10)
    184 
    185 * **Dependency Update**: Updated to the latest SDK module versions
    186 
    187 # v1.8.0 (2021-09-02)
    188 
    189 * **Feature**: Add support for S3 Multi-Region Access Point ARNs.
    190 
    191 # v1.7.0 (2021-08-27)
    192 
    193 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    194 * **Dependency Update**: Updated to the latest SDK module versions
    195 
    196 # v1.6.1 (2021-08-19)
    197 
    198 * **Dependency Update**: Updated to the latest SDK module versions
    199 
    200 # v1.6.0 (2021-08-04)
    201 
    202 * **Feature**: adds error handling for defered close calls
    203 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    204 * **Dependency Update**: Updated to the latest SDK module versions
    205 
    206 # v1.5.0 (2021-07-15)
    207 
    208 * **Feature**: Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints.
    209 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    210 * **Dependency Update**: Updated to the latest SDK module versions
    211 
    212 # v1.4.1 (2021-07-01)
    213 
    214 * **Dependency Update**: Updated to the latest SDK module versions
    215 
    216 # v1.4.0 (2021-06-25)
    217 
    218 * **Feature**: Adds configuration setting for enabling endpoint discovery.
    219 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    220 * **Dependency Update**: Updated to the latest SDK module versions
    221 
    222 # v1.3.0 (2021-05-20)
    223 
    224 * **Feature**: SSO credentials can now be defined alongside other credential providers within the same configuration profile.
    225 * **Bug Fix**: Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations.
    226 * **Dependency Update**: Updated to the latest SDK module versions
    227 
    228 # v1.2.0 (2021-05-14)
    229 
    230 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    231 * **Dependency Update**: Updated to the latest SDK module versions
    232