src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

CHANGELOG.md (12866B)


      1 # v1.28.1 (2024-02-23)
      2 
      3 * **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
      4 * **Dependency Update**: Updated to the latest SDK module versions
      5 
      6 # v1.28.0 (2024-02-22)
      7 
      8 * **Feature**: Add middleware stack snapshot tests.
      9 
     10 # v1.27.2 (2024-02-21)
     11 
     12 * **Dependency Update**: Updated to the latest SDK module versions
     13 
     14 # v1.27.1 (2024-02-20)
     15 
     16 * **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.
     17 
     18 # v1.27.0 (2024-02-13)
     19 
     20 * **Feature**: Bump minimum Go version to 1.20 per our language support policy.
     21 * **Dependency Update**: Updated to the latest SDK module versions
     22 
     23 # v1.26.7 (2024-01-04)
     24 
     25 * **Dependency Update**: Updated to the latest SDK module versions
     26 
     27 # v1.26.6 (2023-12-20)
     28 
     29 * No change notes available for this release.
     30 
     31 # v1.26.5 (2023-12-08)
     32 
     33 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
     34 
     35 # v1.26.4 (2023-12-07)
     36 
     37 * **Dependency Update**: Updated to the latest SDK module versions
     38 
     39 # v1.26.3 (2023-12-06)
     40 
     41 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
     42 * **Bug Fix**: STS `AssumeRoleWithSAML` and `AssumeRoleWithWebIdentity` would incorrectly attempt to use SigV4 authentication.
     43 
     44 # v1.26.2 (2023-12-01)
     45 
     46 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
     47 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
     48 * **Dependency Update**: Updated to the latest SDK module versions
     49 
     50 # v1.26.1 (2023-11-30)
     51 
     52 * **Dependency Update**: Updated to the latest SDK module versions
     53 
     54 # v1.26.0 (2023-11-29)
     55 
     56 * **Feature**: Expose Options() accessor on service clients.
     57 * **Documentation**: Documentation updates for AWS Security Token Service.
     58 * **Dependency Update**: Updated to the latest SDK module versions
     59 
     60 # v1.25.6 (2023-11-28.2)
     61 
     62 * **Dependency Update**: Updated to the latest SDK module versions
     63 
     64 # v1.25.5 (2023-11-28)
     65 
     66 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
     67 
     68 # v1.25.4 (2023-11-20)
     69 
     70 * **Dependency Update**: Updated to the latest SDK module versions
     71 
     72 # v1.25.3 (2023-11-17)
     73 
     74 * **Documentation**: API updates for the AWS Security Token Service
     75 
     76 # v1.25.2 (2023-11-15)
     77 
     78 * **Dependency Update**: Updated to the latest SDK module versions
     79 
     80 # v1.25.1 (2023-11-09)
     81 
     82 * **Dependency Update**: Updated to the latest SDK module versions
     83 
     84 # v1.25.0 (2023-11-01)
     85 
     86 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
     87 * **Dependency Update**: Updated to the latest SDK module versions
     88 
     89 # v1.24.0 (2023-10-31)
     90 
     91 * **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/).
     92 * **Dependency Update**: Updated to the latest SDK module versions
     93 
     94 # v1.23.2 (2023-10-12)
     95 
     96 * **Dependency Update**: Updated to the latest SDK module versions
     97 
     98 # v1.23.1 (2023-10-06)
     99 
    100 * **Dependency Update**: Updated to the latest SDK module versions
    101 
    102 # v1.23.0 (2023-10-02)
    103 
    104 * **Feature**: STS API updates for assumeRole
    105 
    106 # v1.22.0 (2023-09-18)
    107 
    108 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
    109 * **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.
    110 
    111 # v1.21.5 (2023-08-21)
    112 
    113 * **Dependency Update**: Updated to the latest SDK module versions
    114 
    115 # v1.21.4 (2023-08-18)
    116 
    117 * **Dependency Update**: Updated to the latest SDK module versions
    118 
    119 # v1.21.3 (2023-08-17)
    120 
    121 * **Dependency Update**: Updated to the latest SDK module versions
    122 
    123 # v1.21.2 (2023-08-07)
    124 
    125 * **Dependency Update**: Updated to the latest SDK module versions
    126 
    127 # v1.21.1 (2023-08-01)
    128 
    129 * No change notes available for this release.
    130 
    131 # v1.21.0 (2023-07-31)
    132 
    133 * **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.
    134 * **Dependency Update**: Updated to the latest SDK module versions
    135 
    136 # v1.20.1 (2023-07-28)
    137 
    138 * **Dependency Update**: Updated to the latest SDK module versions
    139 
    140 # v1.20.0 (2023-07-25)
    141 
    142 * **Feature**: API updates for the AWS Security Token Service
    143 
    144 # v1.19.3 (2023-07-13)
    145 
    146 * **Dependency Update**: Updated to the latest SDK module versions
    147 
    148 # v1.19.2 (2023-06-15)
    149 
    150 * No change notes available for this release.
    151 
    152 # v1.19.1 (2023-06-13)
    153 
    154 * **Dependency Update**: Updated to the latest SDK module versions
    155 
    156 # v1.19.0 (2023-05-08)
    157 
    158 * **Feature**: Documentation updates for AWS Security Token Service.
    159 
    160 # v1.18.11 (2023-05-04)
    161 
    162 * No change notes available for this release.
    163 
    164 # v1.18.10 (2023-04-24)
    165 
    166 * **Dependency Update**: Updated to the latest SDK module versions
    167 
    168 # v1.18.9 (2023-04-10)
    169 
    170 * No change notes available for this release.
    171 
    172 # v1.18.8 (2023-04-07)
    173 
    174 * **Dependency Update**: Updated to the latest SDK module versions
    175 
    176 # v1.18.7 (2023-03-21)
    177 
    178 * **Dependency Update**: Updated to the latest SDK module versions
    179 
    180 # v1.18.6 (2023-03-10)
    181 
    182 * **Dependency Update**: Updated to the latest SDK module versions
    183 
    184 # v1.18.5 (2023-02-22)
    185 
    186 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    187 
    188 # v1.18.4 (2023-02-20)
    189 
    190 * **Dependency Update**: Updated to the latest SDK module versions
    191 
    192 # v1.18.3 (2023-02-03)
    193 
    194 * **Dependency Update**: Updated to the latest SDK module versions
    195 * **Dependency Update**: Upgrade smithy to 1.27.2 and correct empty query list serialization.
    196 
    197 # v1.18.2 (2023-01-25)
    198 
    199 * **Documentation**: Doc only change to update wording in a key topic
    200 
    201 # v1.18.1 (2023-01-23)
    202 
    203 * No change notes available for this release.
    204 
    205 # v1.18.0 (2023-01-05)
    206 
    207 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    208 
    209 # v1.17.7 (2022-12-15)
    210 
    211 * **Dependency Update**: Updated to the latest SDK module versions
    212 
    213 # v1.17.6 (2022-12-02)
    214 
    215 * **Dependency Update**: Updated to the latest SDK module versions
    216 
    217 # v1.17.5 (2022-11-22)
    218 
    219 * No change notes available for this release.
    220 
    221 # v1.17.4 (2022-11-17)
    222 
    223 * **Documentation**: Documentation updates for AWS Security Token Service.
    224 
    225 # v1.17.3 (2022-11-16)
    226 
    227 * No change notes available for this release.
    228 
    229 # v1.17.2 (2022-11-10)
    230 
    231 * No change notes available for this release.
    232 
    233 # v1.17.1 (2022-10-24)
    234 
    235 * **Dependency Update**: Updated to the latest SDK module versions
    236 
    237 # v1.17.0 (2022-10-21)
    238 
    239 * **Feature**: Add presign functionality for sts:AssumeRole operation
    240 * **Dependency Update**: Updated to the latest SDK module versions
    241 
    242 # v1.16.19 (2022-09-20)
    243 
    244 * **Dependency Update**: Updated to the latest SDK module versions
    245 
    246 # v1.16.18 (2022-09-14)
    247 
    248 * **Dependency Update**: Updated to the latest SDK module versions
    249 
    250 # v1.16.17 (2022-09-02)
    251 
    252 * **Dependency Update**: Updated to the latest SDK module versions
    253 
    254 # v1.16.16 (2022-08-31)
    255 
    256 * **Dependency Update**: Updated to the latest SDK module versions
    257 
    258 # v1.16.15 (2022-08-30)
    259 
    260 * No change notes available for this release.
    261 
    262 # v1.16.14 (2022-08-29)
    263 
    264 * **Dependency Update**: Updated to the latest SDK module versions
    265 
    266 # v1.16.13 (2022-08-11)
    267 
    268 * **Dependency Update**: Updated to the latest SDK module versions
    269 
    270 # v1.16.12 (2022-08-09)
    271 
    272 * **Dependency Update**: Updated to the latest SDK module versions
    273 
    274 # v1.16.11 (2022-08-08)
    275 
    276 * **Dependency Update**: Updated to the latest SDK module versions
    277 
    278 # v1.16.10 (2022-08-01)
    279 
    280 * **Dependency Update**: Updated to the latest SDK module versions
    281 
    282 # v1.16.9 (2022-07-05)
    283 
    284 * **Dependency Update**: Updated to the latest SDK module versions
    285 
    286 # v1.16.8 (2022-06-29)
    287 
    288 * **Dependency Update**: Updated to the latest SDK module versions
    289 
    290 # v1.16.7 (2022-06-07)
    291 
    292 * **Dependency Update**: Updated to the latest SDK module versions
    293 
    294 # v1.16.6 (2022-05-17)
    295 
    296 * **Dependency Update**: Updated to the latest SDK module versions
    297 
    298 # v1.16.5 (2022-05-16)
    299 
    300 * **Documentation**: Documentation updates for AWS Security Token Service.
    301 
    302 # v1.16.4 (2022-04-25)
    303 
    304 * **Dependency Update**: Updated to the latest SDK module versions
    305 
    306 # v1.16.3 (2022-03-30)
    307 
    308 * **Dependency Update**: Updated to the latest SDK module versions
    309 
    310 # v1.16.2 (2022-03-24)
    311 
    312 * **Dependency Update**: Updated to the latest SDK module versions
    313 
    314 # v1.16.1 (2022-03-23)
    315 
    316 * **Dependency Update**: Updated to the latest SDK module versions
    317 
    318 # v1.16.0 (2022-03-08)
    319 
    320 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    321 * **Documentation**: Updated service client model to latest release.
    322 * **Dependency Update**: Updated to the latest SDK module versions
    323 
    324 # v1.15.0 (2022-02-24)
    325 
    326 * **Feature**: API client updated
    327 * **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.
    328 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    329 * **Dependency Update**: Updated to the latest SDK module versions
    330 
    331 # v1.14.0 (2022-01-14)
    332 
    333 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    334 * **Dependency Update**: Updated to the latest SDK module versions
    335 
    336 # v1.13.0 (2022-01-07)
    337 
    338 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    339 * **Dependency Update**: Updated to the latest SDK module versions
    340 
    341 # v1.12.0 (2021-12-21)
    342 
    343 * **Feature**: Updated to latest service endpoints
    344 
    345 # v1.11.1 (2021-12-02)
    346 
    347 * **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))
    348 * **Dependency Update**: Updated to the latest SDK module versions
    349 
    350 # v1.11.0 (2021-11-30)
    351 
    352 * **Feature**: API client updated
    353 
    354 # v1.10.1 (2021-11-19)
    355 
    356 * **Dependency Update**: Updated to the latest SDK module versions
    357 
    358 # v1.10.0 (2021-11-12)
    359 
    360 * **Feature**: Service clients now support custom endpoints that have an initial URI path defined.
    361 
    362 # v1.9.0 (2021-11-06)
    363 
    364 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    365 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    366 * **Dependency Update**: Updated to the latest SDK module versions
    367 
    368 # v1.8.0 (2021-10-21)
    369 
    370 * **Feature**: API client updated
    371 * **Feature**: Updated  to latest version
    372 * **Dependency Update**: Updated to the latest SDK module versions
    373 
    374 # v1.7.2 (2021-10-11)
    375 
    376 * **Dependency Update**: Updated to the latest SDK module versions
    377 
    378 # v1.7.1 (2021-09-17)
    379 
    380 * **Dependency Update**: Updated to the latest SDK module versions
    381 
    382 # v1.7.0 (2021-08-27)
    383 
    384 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    385 * **Dependency Update**: Updated to the latest SDK module versions
    386 
    387 # v1.6.2 (2021-08-19)
    388 
    389 * **Dependency Update**: Updated to the latest SDK module versions
    390 
    391 # v1.6.1 (2021-08-04)
    392 
    393 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    394 * **Dependency Update**: Updated to the latest SDK module versions
    395 
    396 # v1.6.0 (2021-07-15)
    397 
    398 * **Feature**: The ErrorCode method on generated service error types has been corrected to match the API model.
    399 * **Documentation**: Updated service model to latest revision.
    400 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    401 * **Dependency Update**: Updated to the latest SDK module versions
    402 
    403 # v1.5.0 (2021-06-25)
    404 
    405 * **Feature**: API client updated
    406 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    407 * **Dependency Update**: Updated to the latest SDK module versions
    408 
    409 # v1.4.1 (2021-05-20)
    410 
    411 * **Dependency Update**: Updated to the latest SDK module versions
    412 
    413 # v1.4.0 (2021-05-14)
    414 
    415 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    416 * **Dependency Update**: Updated to the latest SDK module versions
    417