Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 5522fd0

Browse files
committed
v0.0.2
1 parent 468331e commit 5522fd0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.0.2
4+
5+
### Feature
6+
* Added new ``content_checksum_enabled`` parameter to SigV4SigningProperties.
7+
8+
This will enable users to control the inclusion of the `X-Amz-Content-SHA256`
9+
header required by S3. This is _disabled_ by default, so you will need to
10+
set this to `True` for any S3 requests.
11+
12+
### Bugfixes
13+
* Fixed incorrect exclusion of `X-Amz-Content-SHA256` header from some requests.
14+
315
## 0.0.1
416

517
### Features

src/aws_sdk_signers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# This file is protected via CODEOWNERS
77
from __future__ import annotations
88

9-
__version__ = "0.0.1"
9+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)