We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3f4a commit 3c3ce8cCopy full SHA for 3c3ce8c
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## 0.0.1
4
5
+### Features
6
+* Added SigV4Signer to sign arbitrary requests sychronously.
7
+* Added AsyncSigV4Signer to sign arbitrary requests asychronously.
8
+* Added example SigV4Auth for integrating directly with Requests'
9
+ ``auth`` parameter.
10
+* Added SigV4Signer for integrating with the AIOHTTP request
11
+ workflow.
12
+* Added SigV4Curl for generating signed curl commands.
src/aws_sdk_signers/_version.py
@@ -6,4 +6,4 @@
# This file is protected via CODEOWNERS
from __future__ import annotations
-__version__ = "0.0.1dev"
+__version__ = "0.0.1"
0 commit comments