File tree Expand file tree Collapse file tree 6 files changed +67
-0
lines changed Expand file tree Collapse file tree 6 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ ### Feature
6+ * Added support for minimal components required for SDK generation.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ ### Feature
6+ * Added support for json primitives in Smithy clients.
You can’t perform that action at this time.
0 commit comments