Commit 471fe994 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update changelog

parent dae6b264
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
January 28th, 2025
==================

January 23rd, 2025
==================

+5 −5
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        "aws-sdk-rust#1234"
      ],
      "since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
      "age": 3
      "age": 4
    },
    {
      "message": "S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The default checksum algorithm is CRC32. Checksum behavior can be configured using `when_supported` and `when_required` options - in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION.\n\nThe S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using `when_supported` and `when_required` options - in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.\n",
@@ -31,7 +31,7 @@
        "smithy-rs#3845"
      ],
      "since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
      "age": 3
      "age": 4
    },
    {
      "message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
@@ -45,7 +45,7 @@
        "aws-sdk-rust#1240"
      ],
      "since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
      "age": 2
      "age": 3
    },
    {
      "message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
@@ -59,7 +59,7 @@
        "aws-sdk-rust#1233"
      ],
      "since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
      "age": 1
      "age": 2
    },
    {
      "message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
@@ -73,7 +73,7 @@
        "aws-sdk-rust#1248"
      ],
      "since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
      "age": 1
      "age": 2
    }
  ],
  "aws-sdk-model": []