src

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

CHANGELOG.md (12473B)


      1 # v1.20.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.20.0 (2024-02-22)
      7 
      8 * **Feature**: Add middleware stack snapshot tests.
      9 
     10 # v1.19.2 (2024-02-21)
     11 
     12 * **Dependency Update**: Updated to the latest SDK module versions
     13 
     14 # v1.19.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.19.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.18.7 (2024-01-18)
     24 
     25 * No change notes available for this release.
     26 
     27 # v1.18.6 (2024-01-04)
     28 
     29 * **Dependency Update**: Updated to the latest SDK module versions
     30 
     31 # v1.18.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.18.4 (2023-12-07)
     36 
     37 * **Dependency Update**: Updated to the latest SDK module versions
     38 
     39 # v1.18.3 (2023-12-06)
     40 
     41 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
     42 
     43 # v1.18.2 (2023-12-01)
     44 
     45 * **Bug Fix**: Correct wrapping of errors in authentication workflow.
     46 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
     47 * **Dependency Update**: Updated to the latest SDK module versions
     48 
     49 # v1.18.1 (2023-11-30)
     50 
     51 * **Dependency Update**: Updated to the latest SDK module versions
     52 
     53 # v1.18.0 (2023-11-29)
     54 
     55 * **Feature**: Expose Options() accessor on service clients.
     56 * **Dependency Update**: Updated to the latest SDK module versions
     57 
     58 # v1.17.5 (2023-11-28.2)
     59 
     60 * **Dependency Update**: Updated to the latest SDK module versions
     61 
     62 # v1.17.4 (2023-11-28)
     63 
     64 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
     65 
     66 # v1.17.3 (2023-11-20)
     67 
     68 * **Dependency Update**: Updated to the latest SDK module versions
     69 
     70 # v1.17.2 (2023-11-15)
     71 
     72 * **Dependency Update**: Updated to the latest SDK module versions
     73 
     74 # v1.17.1 (2023-11-09)
     75 
     76 * **Dependency Update**: Updated to the latest SDK module versions
     77 
     78 # v1.17.0 (2023-11-01)
     79 
     80 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
     81 * **Dependency Update**: Updated to the latest SDK module versions
     82 
     83 # v1.16.0 (2023-10-31)
     84 
     85 * **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/).
     86 * **Dependency Update**: Updated to the latest SDK module versions
     87 
     88 # v1.15.2 (2023-10-12)
     89 
     90 * **Dependency Update**: Updated to the latest SDK module versions
     91 
     92 # v1.15.1 (2023-10-06)
     93 
     94 * **Dependency Update**: Updated to the latest SDK module versions
     95 
     96 # v1.15.0 (2023-10-02)
     97 
     98 * **Feature**: Fix FIPS Endpoints in aws-us-gov.
     99 
    100 # v1.14.1 (2023-09-22)
    101 
    102 * No change notes available for this release.
    103 
    104 # v1.14.0 (2023-09-18)
    105 
    106 * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
    107 * **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.
    108 
    109 # v1.13.6 (2023-08-31)
    110 
    111 * No change notes available for this release.
    112 
    113 # v1.13.5 (2023-08-21)
    114 
    115 * **Dependency Update**: Updated to the latest SDK module versions
    116 
    117 # v1.13.4 (2023-08-18)
    118 
    119 * **Dependency Update**: Updated to the latest SDK module versions
    120 
    121 # v1.13.3 (2023-08-17)
    122 
    123 * **Dependency Update**: Updated to the latest SDK module versions
    124 
    125 # v1.13.2 (2023-08-07)
    126 
    127 * **Dependency Update**: Updated to the latest SDK module versions
    128 
    129 # v1.13.1 (2023-08-01)
    130 
    131 * No change notes available for this release.
    132 
    133 # v1.13.0 (2023-07-31)
    134 
    135 * **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.
    136 * **Dependency Update**: Updated to the latest SDK module versions
    137 
    138 # v1.12.14 (2023-07-28)
    139 
    140 * **Dependency Update**: Updated to the latest SDK module versions
    141 
    142 # v1.12.13 (2023-07-13)
    143 
    144 * **Dependency Update**: Updated to the latest SDK module versions
    145 
    146 # v1.12.12 (2023-06-15)
    147 
    148 * No change notes available for this release.
    149 
    150 # v1.12.11 (2023-06-13)
    151 
    152 * **Dependency Update**: Updated to the latest SDK module versions
    153 
    154 # v1.12.10 (2023-05-04)
    155 
    156 * No change notes available for this release.
    157 
    158 # v1.12.9 (2023-04-24)
    159 
    160 * **Dependency Update**: Updated to the latest SDK module versions
    161 
    162 # v1.12.8 (2023-04-10)
    163 
    164 * No change notes available for this release.
    165 
    166 # v1.12.7 (2023-04-07)
    167 
    168 * **Dependency Update**: Updated to the latest SDK module versions
    169 
    170 # v1.12.6 (2023-03-21)
    171 
    172 * **Dependency Update**: Updated to the latest SDK module versions
    173 
    174 # v1.12.5 (2023-03-10)
    175 
    176 * **Dependency Update**: Updated to the latest SDK module versions
    177 
    178 # v1.12.4 (2023-02-22)
    179 
    180 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
    181 
    182 # v1.12.3 (2023-02-20)
    183 
    184 * **Dependency Update**: Updated to the latest SDK module versions
    185 
    186 # v1.12.2 (2023-02-15)
    187 
    188 * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    189 * **Bug Fix**: Correct error type parsing for restJson services.
    190 
    191 # v1.12.1 (2023-02-03)
    192 
    193 * **Dependency Update**: Updated to the latest SDK module versions
    194 
    195 # v1.12.0 (2023-01-05)
    196 
    197 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
    198 
    199 # v1.11.28 (2022-12-20)
    200 
    201 * No change notes available for this release.
    202 
    203 # v1.11.27 (2022-12-15)
    204 
    205 * **Dependency Update**: Updated to the latest SDK module versions
    206 
    207 # v1.11.26 (2022-12-02)
    208 
    209 * **Dependency Update**: Updated to the latest SDK module versions
    210 
    211 # v1.11.25 (2022-10-24)
    212 
    213 * **Dependency Update**: Updated to the latest SDK module versions
    214 
    215 # v1.11.24 (2022-10-21)
    216 
    217 * **Dependency Update**: Updated to the latest SDK module versions
    218 
    219 # v1.11.23 (2022-09-20)
    220 
    221 * **Dependency Update**: Updated to the latest SDK module versions
    222 
    223 # v1.11.22 (2022-09-14)
    224 
    225 * **Dependency Update**: Updated to the latest SDK module versions
    226 
    227 # v1.11.21 (2022-09-02)
    228 
    229 * **Dependency Update**: Updated to the latest SDK module versions
    230 
    231 # v1.11.20 (2022-08-31)
    232 
    233 * **Dependency Update**: Updated to the latest SDK module versions
    234 
    235 # v1.11.19 (2022-08-30)
    236 
    237 * **Documentation**: Documentation updates for the AWS IAM Identity Center Portal CLI Reference.
    238 
    239 # v1.11.18 (2022-08-29)
    240 
    241 * **Dependency Update**: Updated to the latest SDK module versions
    242 
    243 # v1.11.17 (2022-08-15)
    244 
    245 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
    246 
    247 # v1.11.16 (2022-08-11)
    248 
    249 * **Dependency Update**: Updated to the latest SDK module versions
    250 
    251 # v1.11.15 (2022-08-09)
    252 
    253 * **Dependency Update**: Updated to the latest SDK module versions
    254 
    255 # v1.11.14 (2022-08-08)
    256 
    257 * **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
    258 * **Dependency Update**: Updated to the latest SDK module versions
    259 
    260 # v1.11.13 (2022-08-01)
    261 
    262 * **Dependency Update**: Updated to the latest SDK module versions
    263 
    264 # v1.11.12 (2022-07-11)
    265 
    266 * No change notes available for this release.
    267 
    268 # v1.11.11 (2022-07-05)
    269 
    270 * **Dependency Update**: Updated to the latest SDK module versions
    271 
    272 # v1.11.10 (2022-06-29)
    273 
    274 * **Dependency Update**: Updated to the latest SDK module versions
    275 
    276 # v1.11.9 (2022-06-16)
    277 
    278 * No change notes available for this release.
    279 
    280 # v1.11.8 (2022-06-07)
    281 
    282 * **Dependency Update**: Updated to the latest SDK module versions
    283 
    284 # v1.11.7 (2022-05-26)
    285 
    286 * No change notes available for this release.
    287 
    288 # v1.11.6 (2022-05-25)
    289 
    290 * No change notes available for this release.
    291 
    292 # v1.11.5 (2022-05-17)
    293 
    294 * **Dependency Update**: Updated to the latest SDK module versions
    295 
    296 # v1.11.4 (2022-04-25)
    297 
    298 * **Dependency Update**: Updated to the latest SDK module versions
    299 
    300 # v1.11.3 (2022-03-30)
    301 
    302 * **Dependency Update**: Updated to the latest SDK module versions
    303 
    304 # v1.11.2 (2022-03-24)
    305 
    306 * **Dependency Update**: Updated to the latest SDK module versions
    307 
    308 # v1.11.1 (2022-03-23)
    309 
    310 * **Dependency Update**: Updated to the latest SDK module versions
    311 
    312 # v1.11.0 (2022-03-08)
    313 
    314 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    315 * **Dependency Update**: Updated to the latest SDK module versions
    316 
    317 # v1.10.0 (2022-02-24)
    318 
    319 * **Feature**: API client updated
    320 * **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.
    321 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    322 * **Dependency Update**: Updated to the latest SDK module versions
    323 
    324 # v1.9.0 (2022-01-14)
    325 
    326 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    327 * **Documentation**: Updated API models
    328 * **Dependency Update**: Updated to the latest SDK module versions
    329 
    330 # v1.8.0 (2022-01-07)
    331 
    332 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    333 * **Dependency Update**: Updated to the latest SDK module versions
    334 
    335 # v1.7.0 (2021-12-21)
    336 
    337 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
    338 
    339 # v1.6.2 (2021-12-02)
    340 
    341 * **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))
    342 * **Dependency Update**: Updated to the latest SDK module versions
    343 
    344 # v1.6.1 (2021-11-19)
    345 
    346 * **Dependency Update**: Updated to the latest SDK module versions
    347 
    348 # v1.6.0 (2021-11-06)
    349 
    350 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
    351 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    352 * **Feature**: Updated service to latest API model.
    353 * **Dependency Update**: Updated to the latest SDK module versions
    354 
    355 # v1.5.0 (2021-10-21)
    356 
    357 * **Feature**: Updated  to latest version
    358 * **Dependency Update**: Updated to the latest SDK module versions
    359 
    360 # v1.4.2 (2021-10-11)
    361 
    362 * **Dependency Update**: Updated to the latest SDK module versions
    363 
    364 # v1.4.1 (2021-09-17)
    365 
    366 * **Dependency Update**: Updated to the latest SDK module versions
    367 
    368 # v1.4.0 (2021-08-27)
    369 
    370 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    371 * **Dependency Update**: Updated to the latest SDK module versions
    372 
    373 # v1.3.3 (2021-08-19)
    374 
    375 * **Dependency Update**: Updated to the latest SDK module versions
    376 
    377 # v1.3.2 (2021-08-04)
    378 
    379 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
    380 * **Dependency Update**: Updated to the latest SDK module versions
    381 
    382 # v1.3.1 (2021-07-15)
    383 
    384 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
    385 * **Dependency Update**: Updated to the latest SDK module versions
    386 
    387 # v1.3.0 (2021-06-25)
    388 
    389 * **Feature**: Updated `github.com/aws/smithy-go` to latest version
    390 * **Dependency Update**: Updated to the latest SDK module versions
    391 
    392 # v1.2.1 (2021-05-20)
    393 
    394 * **Dependency Update**: Updated to the latest SDK module versions
    395 
    396 # v1.2.0 (2021-05-14)
    397 
    398 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
    399 * **Dependency Update**: Updated to the latest SDK module versions
    400