Skip to content

Initial python package release versions #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/aws-sdk-signers/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* <Add new items here>

## v0.0.3

### Features
* Added AsyncEventSigner for Amazon Event Stream event signing.
* Added new ``uri_encode_path`` parameter to SigV4SigningProperties.
Expand All @@ -11,7 +15,7 @@
* Fixed bug with async seekable payloads on requests.
* Fixed bug where paths were not being properly double-encoded.

## 0.0.2
## v0.0.2

### Feature
* Added new ``content_checksum_enabled`` parameter to SigV4SigningProperties.
Expand All @@ -23,7 +27,7 @@
### Bugfixes
* Fixed incorrect exclusion of `X-Amz-Content-SHA256` header from some requests.

## 0.0.1
## v0.0.1

### Features
* Added SigV4Signer to sign arbitrary requests sychronously.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-sdk-signers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aws-sdk-signers"
version = "0.0.2"
version = "0.0.3"
requires-python = ">=3.12"
authors = [
{name = "Amazon Web Services"},
Expand Down
4 changes: 4 additions & 0 deletions packages/smithy-aws-core/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* <Add new items here>

## v0.0.1

### Feature
* Added support for Instance Metadata Service (IMDS) credential resolution.
* Added basic endpoint support.
Expand Down
4 changes: 4 additions & 0 deletions packages/smithy-aws-event-stream/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* <Add new items here>

## v0.0.1

### Features
* Added basic support for the [Amazon Event Stream](https://smithy.io/2.0/aws/amazon-eventstream.html) specification.
* Added support for unidirectdional and bidirectional event streams.
4 changes: 4 additions & 0 deletions packages/smithy-core/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

## Unreleased

* <Add new items here>

## v0.0.1

### Feature
* Added support for minimal components required for SDK generation.
4 changes: 4 additions & 0 deletions packages/smithy-http/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* <Add new items here>

## v0.0.1

### Feature
* Added support for aiohttp and AWSCRT http clients.
* Added basic HTTP primitives and interfaces for Smithy clients.
4 changes: 4 additions & 0 deletions packages/smithy-json/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

## Unreleased

* <Add new items here>

## v0.0.1

### Feature
* Added support for json primitives in Smithy clients.