Skip to content

Commit c56af98

Browse files
authored
Add initial Changelog entries for packages (#474)
1 parent 572128a commit c56af98

File tree

6 files changed

+67
-0
lines changed

6 files changed

+67
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Features
6+
* Added AsyncEventSigner for Amazon Event Stream event signing.
7+
* Added new ``uri_encode_path`` parameter to SigV4SigningProperties.
8+
This boolean can be toggled to double encode the URI path.
9+
10+
### Bugfixes
11+
* Fixed bug with async seekable payloads on requests.
12+
* Fixed bug where paths were not being properly double-encoded.
13+
14+
## 0.0.2
15+
16+
### Feature
17+
* Added new ``content_checksum_enabled`` parameter to SigV4SigningProperties.
18+
19+
This will enable users to control the inclusion of the `X-Amz-Content-SHA256`
20+
header required by S3. This is _disabled_ by default, so you will need to
21+
set this to `True` for any S3 requests.
22+
23+
### Bugfixes
24+
* Fixed incorrect exclusion of `X-Amz-Content-SHA256` header from some requests.
25+
26+
## 0.0.1
27+
28+
### Features
29+
* Added SigV4Signer to sign arbitrary requests sychronously.
30+
* Added AsyncSigV4Signer to sign arbitrary requests asychronously.
31+
* Added example SigV4Auth for integrating directly with Requests'
32+
``auth`` parameter.
33+
* Added SigV4Signer for integrating with the AIOHTTP request
34+
workflow.
35+
* Added SigV4Curl for generating signed curl commands.
36+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Feature
6+
* Added support for Instance Metadata Service (IMDS) credential resolution.
7+
* Added basic endpoint support.
8+
* Added basic User Agent support.
9+
* Added basic AWS specific protocol support for RestJson1 and HTTP bindings.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Changelog
2+
13
## Unreleased
4+
25
### Features
36
* Added basic support for the [Amazon Event Stream](https://smithy.io/2.0/aws/amazon-eventstream.html) specification.
47
* Added support for unidirectdional and bidirectional event streams.

packages/smithy-core/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Feature
6+
* Added support for minimal components required for SDK generation.

packages/smithy-http/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Feature
6+
* Added support for aiohttp and AWSCRT http clients.
7+
* Added basic HTTP primitives and interfaces for Smithy clients.

packages/smithy-json/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Feature
6+
* Added support for json primitives in Smithy clients.

0 commit comments

Comments
 (0)