CHANGELOG.md (13981B)
1 # v1.40.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.40.0 (2024-02-22) 7 8 * **Feature**: Add middleware stack snapshot tests. 9 10 # v1.39.2 (2024-02-21) 11 12 * **Dependency Update**: Updated to the latest SDK module versions 13 14 # v1.39.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.39.0 (2024-02-16) 19 20 * **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters. 21 22 # v1.38.0 (2024-02-13) 23 24 * **Feature**: Bump minimum Go version to 1.20 per our language support policy. 25 * **Dependency Update**: Updated to the latest SDK module versions 26 27 # v1.37.1 (2024-01-30) 28 29 * **Documentation**: Update the SDKs for text changes in the APIs. 30 31 # v1.37.0 (2024-01-10) 32 33 * **Feature**: Route53 now supports geoproximity routing in AWS regions 34 35 # v1.36.1 (2024-01-04) 36 37 * **Dependency Update**: Updated to the latest SDK module versions 38 39 # v1.36.0 (2023-12-20) 40 41 * **Feature**: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 42 43 # v1.35.5 (2023-12-08) 44 45 * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. 46 47 # v1.35.4 (2023-12-07) 48 49 * **Dependency Update**: Updated to the latest SDK module versions 50 51 # v1.35.3 (2023-12-06) 52 53 * **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously. 54 55 # v1.35.2 (2023-12-01) 56 57 * **Bug Fix**: Correct wrapping of errors in authentication workflow. 58 * **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction. 59 * **Dependency Update**: Updated to the latest SDK module versions 60 61 # v1.35.1 (2023-11-30) 62 63 * **Dependency Update**: Updated to the latest SDK module versions 64 65 # v1.35.0 (2023-11-29) 66 67 * **Feature**: Expose Options() accessor on service clients. 68 * **Dependency Update**: Updated to the latest SDK module versions 69 70 # v1.34.5 (2023-11-28.2) 71 72 * **Dependency Update**: Updated to the latest SDK module versions 73 74 # v1.34.4 (2023-11-28) 75 76 * **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction. 77 78 # v1.34.3 (2023-11-20) 79 80 * **Dependency Update**: Updated to the latest SDK module versions 81 82 # v1.34.2 (2023-11-15) 83 84 * **Dependency Update**: Updated to the latest SDK module versions 85 86 # v1.34.1 (2023-11-09) 87 88 * **Dependency Update**: Updated to the latest SDK module versions 89 90 # v1.34.0 (2023-11-06) 91 92 * **Feature**: Add partitional endpoints for iso-e and iso-f. 93 94 # v1.33.0 (2023-11-01) 95 96 * **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file. 97 * **Dependency Update**: Updated to the latest SDK module versions 98 99 # v1.32.0 (2023-10-31) 100 101 * **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/). 102 * **Dependency Update**: Updated to the latest SDK module versions 103 104 # v1.31.0 (2023-10-24) 105 106 * **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162). 107 108 # v1.30.2 (2023-10-12) 109 110 * **Dependency Update**: Updated to the latest SDK module versions 111 112 # v1.30.1 (2023-10-06) 113 114 * **Dependency Update**: Updated to the latest SDK module versions 115 116 # v1.30.0 (2023-10-05) 117 118 * **Feature**: Add hostedzonetype filter to ListHostedZones API. 119 120 # v1.29.5 (2023-08-21) 121 122 * **Dependency Update**: Updated to the latest SDK module versions 123 124 # v1.29.4 (2023-08-18) 125 126 * **Dependency Update**: Updated to the latest SDK module versions 127 128 # v1.29.3 (2023-08-17) 129 130 * **Dependency Update**: Updated to the latest SDK module versions 131 132 # v1.29.2 (2023-08-07) 133 134 * **Dependency Update**: Updated to the latest SDK module versions 135 136 # v1.29.1 (2023-08-01) 137 138 * No change notes available for this release. 139 140 # v1.29.0 (2023-07-31) 141 142 * **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. 143 * **Feature**: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 144 * **Dependency Update**: Updated to the latest SDK module versions 145 146 # v1.28.6 (2023-07-28) 147 148 * **Dependency Update**: Updated to the latest SDK module versions 149 150 # v1.28.5 (2023-07-26) 151 152 * **Documentation**: Update that corrects the documents for received feedback. 153 154 # v1.28.4 (2023-07-13) 155 156 * **Dependency Update**: Updated to the latest SDK module versions 157 158 # v1.28.3 (2023-06-15) 159 160 * No change notes available for this release. 161 162 # v1.28.2 (2023-06-13) 163 164 * **Dependency Update**: Updated to the latest SDK module versions 165 166 # v1.28.1 (2023-05-04) 167 168 * No change notes available for this release. 169 170 # v1.28.0 (2023-04-24) 171 172 * **Feature**: added paginator for listResourceRecordSets 173 * **Dependency Update**: Updated to the latest SDK module versions 174 175 # v1.27.7 (2023-04-10) 176 177 * No change notes available for this release. 178 179 # v1.27.6 (2023-04-07) 180 181 * **Dependency Update**: Updated to the latest SDK module versions 182 183 # v1.27.5 (2023-03-21) 184 185 * **Dependency Update**: Updated to the latest SDK module versions 186 187 # v1.27.4 (2023-03-10) 188 189 * **Dependency Update**: Updated to the latest SDK module versions 190 191 # v1.27.3 (2023-02-22) 192 193 * **Bug Fix**: Prevent nil pointer dereference when retrieving error codes. 194 195 # v1.27.2 (2023-02-20) 196 197 * **Dependency Update**: Updated to the latest SDK module versions 198 199 # v1.27.1 (2023-02-03) 200 201 * **Dependency Update**: Updated to the latest SDK module versions 202 203 # v1.27.0 (2023-01-24) 204 205 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 206 207 # v1.26.0 (2023-01-05) 208 209 * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). 210 211 # v1.25.2 (2022-12-15) 212 213 * **Dependency Update**: Updated to the latest SDK module versions 214 215 # v1.25.1 (2022-12-02) 216 217 * **Dependency Update**: Updated to the latest SDK module versions 218 219 # v1.25.0 (2022-11-21) 220 221 * **Feature**: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 222 223 # v1.24.0 (2022-11-15) 224 225 * **Feature**: Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 226 227 # v1.23.0 (2022-11-08) 228 229 * **Feature**: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 230 231 # v1.22.4 (2022-10-24) 232 233 * **Dependency Update**: Updated to the latest SDK module versions 234 235 # v1.22.3 (2022-10-21) 236 237 * **Dependency Update**: Updated to the latest SDK module versions 238 239 # v1.22.2 (2022-09-21) 240 241 * **Bug Fix**: Updated GetChange to sanitize /change/ prefix of the changeId returned from the service. 242 243 # v1.22.1 (2022-09-20) 244 245 * **Dependency Update**: Updated to the latest SDK module versions 246 247 # v1.22.0 (2022-09-14) 248 249 * **Feature**: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 250 * **Dependency Update**: Updated to the latest SDK module versions 251 252 # v1.21.11 (2022-09-02) 253 254 * **Dependency Update**: Updated to the latest SDK module versions 255 256 # v1.21.10 (2022-09-01) 257 258 * **Documentation**: Documentation updates for Amazon Route 53. 259 260 # v1.21.9 (2022-08-31) 261 262 * **Dependency Update**: Updated to the latest SDK module versions 263 264 # v1.21.8 (2022-08-29) 265 266 * **Dependency Update**: Updated to the latest SDK module versions 267 268 # v1.21.7 (2022-08-11) 269 270 * **Dependency Update**: Updated to the latest SDK module versions 271 272 # v1.21.6 (2022-08-09) 273 274 * **Dependency Update**: Updated to the latest SDK module versions 275 276 # v1.21.5 (2022-08-08) 277 278 * **Dependency Update**: Updated to the latest SDK module versions 279 280 # v1.21.4 (2022-08-01) 281 282 * **Dependency Update**: Updated to the latest SDK module versions 283 284 # v1.21.3 (2022-07-05) 285 286 * **Dependency Update**: Updated to the latest SDK module versions 287 288 # v1.21.2 (2022-06-29) 289 290 * **Dependency Update**: Updated to the latest SDK module versions 291 292 # v1.21.1 (2022-06-07) 293 294 * **Dependency Update**: Updated to the latest SDK module versions 295 296 # v1.21.0 (2022-06-01) 297 298 * **Feature**: Add new APIs to support Route 53 IP Based Routing 299 300 # v1.20.5 (2022-05-17) 301 302 * **Dependency Update**: Updated to the latest SDK module versions 303 304 # v1.20.4 (2022-04-25) 305 306 * **Dependency Update**: Updated to the latest SDK module versions 307 308 # v1.20.3 (2022-03-30) 309 310 * **Dependency Update**: Updated to the latest SDK module versions 311 312 # v1.20.2 (2022-03-24) 313 314 * **Dependency Update**: Updated to the latest SDK module versions 315 316 # v1.20.1 (2022-03-23) 317 318 * **Dependency Update**: Updated to the latest SDK module versions 319 320 # v1.20.0 (2022-03-08) 321 322 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 323 * **Dependency Update**: Updated to the latest SDK module versions 324 325 # v1.19.0 (2022-02-24.2) 326 327 * **Feature**: API client updated 328 329 # v1.18.0 (2022-02-24) 330 331 * **Feature**: API client updated 332 * **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. 333 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 334 * **Dependency Update**: Updated to the latest SDK module versions 335 336 # v1.17.0 (2022-01-14) 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.16.0 (2022-01-07) 342 343 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 344 * **Dependency Update**: Updated to the latest SDK module versions 345 346 # v1.15.0 (2021-12-21) 347 348 * **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens. 349 * **Feature**: API client updated 350 351 # v1.14.2 (2021-12-02) 352 353 * **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)) 354 * **Dependency Update**: Updated to the latest SDK module versions 355 356 # v1.14.1 (2021-11-19) 357 358 * **Dependency Update**: Updated to the latest SDK module versions 359 360 # v1.14.0 (2021-11-12) 361 362 * **Feature**: Waiters now have a `WaitForOutput` method, which can be used to retrieve the output of the successful wait operation. Thank you to [Andrew Haines](https://github.com/haines) for contributing this feature. 363 364 # v1.13.0 (2021-11-06) 365 366 * **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically. 367 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 368 * **Dependency Update**: Updated to the latest SDK module versions 369 370 # v1.12.0 (2021-10-21) 371 372 * **Feature**: Updated to latest version 373 * **Dependency Update**: Updated to the latest SDK module versions 374 375 # v1.11.2 (2021-10-11) 376 377 * **Dependency Update**: Updated to the latest SDK module versions 378 379 # v1.11.1 (2021-09-17) 380 381 * **Dependency Update**: Updated to the latest SDK module versions 382 383 # v1.11.0 (2021-08-27) 384 385 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 386 * **Dependency Update**: Updated to the latest SDK module versions 387 388 # v1.10.0 (2021-08-19) 389 390 * **Feature**: API client updated 391 * **Dependency Update**: Updated to the latest SDK module versions 392 393 # v1.9.0 (2021-08-12) 394 395 * **Feature**: API client updated 396 397 # v1.8.0 (2021-08-04) 398 399 * **Feature**: Updated to latest API model. 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.7.1 (2021-07-15) 404 405 * **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version 406 * **Dependency Update**: Updated to the latest SDK module versions 407 408 # v1.7.0 (2021-06-25) 409 410 * **Feature**: API client updated 411 * **Feature**: Updated `github.com/aws/smithy-go` to latest version 412 * **Dependency Update**: Updated to the latest SDK module versions 413 414 # v1.6.2 (2021-06-04) 415 416 * **Documentation**: Updated service client to latest API model. 417 418 # v1.6.1 (2021-05-20) 419 420 * **Dependency Update**: Updated to the latest SDK module versions 421 422 # v1.6.0 (2021-05-14) 423 424 * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. 425 * **Feature**: Updated to latest service API model. 426 * **Dependency Update**: Updated to the latest SDK module versions 427