tag:github.com,2008:https://github.com/seanpm2001/AWS_AWS-Encryption-SDK-Python/releases Release notes from AWS_AWS-Encryption-SDK-Python 2022-08-30T17:20:04Z tag:github.com,2008:Repository/689427309/v2.5.1 2022-08-30T17:20:04Z v2.5.1 <p>chore: changelog (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1356050950" data-permission-text="Title is private" data-url="https://github.com/aws/aws-encryption-sdk-python/issues/509" data-hovercard-type="pull_request" data-hovercard-url="/aws/aws-encryption-sdk-python/pull/509/hovercard" href="https://github.com/aws/aws-encryption-sdk-python/pull/509">aws#509</a>)</p> texastony tag:github.com,2008:Repository/689427309/v1.10.1 2022-08-30T03:06:00Z v1.10.1 <p>chore(release): add api token to staging and prod release process (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1354591721" data-permission-text="Title is private" data-url="https://github.com/aws/aws-encryption-sdk-python/issues/505" data-hovercard-type="pull_request" data-hovercard-url="/aws/aws-encryption-sdk-python/pull/505/hovercard" href="https://github.com/aws/aws-encryption-sdk-python/pull/505">aws#505</a>)</p> josecorella tag:github.com,2008:Repository/689427309/v2.5.0 2022-06-21T17:41:56Z v2.5.0 <p>chore: checkout corresponding branch instead of commit (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1277437695" data-permission-text="Title is private" data-url="https://github.com/aws/aws-encryption-sdk-python/issues/476" data-hovercard-type="pull_request" data-hovercard-url="/aws/aws-encryption-sdk-python/pull/476/hovercard" href="https://github.com/aws/aws-encryption-sdk-python/pull/476">aws#476</a>)</p> josecorella tag:github.com,2008:Repository/689427309/v1.10.0 2022-06-21T17:42:02Z v1.10.0: chore: checkout corresponding branch instead of commit (#477) <ul> <li> <p>chore: checkout corresponding branch instead of commit</p> </li> <li> <p>fetch only what we want</p> </li> <li> <p>remove ;</p> </li> <li> <p>use commit id instead of branch</p> </li> <li> <p>fetch commit id instead of branch</p> </li> </ul> josecorella tag:github.com,2008:Repository/689427309/v3.1.1 2022-06-20T23:20:14Z v3.1.1: chore(deps): bump twine from 3.8.0 to 4.0.1 in /dev_requirements (#466) <p>Bumps <a href="https://github.com/pypa/twine">twine</a> from 3.8.0 to 4.0.1.</p> <ul> <li><a href="https://github.com/pypa/twine/releases">Release notes</a></li> <li><a href="https://github.com/pypa/twine/blob/main/docs/changelog.rst">Changelog</a></li> <li><a href="https://github.com/pypa/twine/compare/3.8.0...4.0.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: twine<br> dependency-type: direct:production<br> update-type: version-update:semver-major<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] <a href="mailto:support@github.com">support@github.com</a></p> <p>Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;<br> Co-authored-by: José Corella <a href="mailto:39066999+josecorella@users.noreply.github.com">39066999+josecorella@users.noreply.github.com</a></p> dependabot[bot] tag:github.com,2008:Repository/689427309/v3.1.0 2021-11-10T23:52:57Z v3.1.0 <p>fix(CodeBuild): pyenv local before pip installing</p> texastony tag:github.com,2008:Repository/689427309/v3.0.0 2021-07-01T21:44:16Z v3.0.0 <p>chore: Prep for release 3.0.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="935190347" data-permission-text="Title is private" data-url="https://github.com/aws/aws-encryption-sdk-python/issues/356" data-hovercard-type="pull_request" data-hovercard-url="/aws/aws-encryption-sdk-python/pull/356/hovercard" href="https://github.com/aws/aws-encryption-sdk-python/pull/356">aws#356</a>)</p> farleyb-amazon tag:github.com,2008:Repository/689427309/v2.4.0 2021-07-01T18:08:47Z v2.4.0 <p>chore: Update version to 2.4.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="935082938" data-permission-text="Title is private" data-url="https://github.com/aws/aws-encryption-sdk-python/issues/354" data-hovercard-type="pull_request" data-hovercard-url="/aws/aws-encryption-sdk-python/pull/354/hovercard" href="https://github.com/aws/aws-encryption-sdk-python/pull/354">aws#354</a>)</p> farleyb-amazon tag:github.com,2008:Repository/689427309/v2.3.0 2021-06-16T16:25:36Z v2.3.0: feat: AWS KMS multi-Region Key support (#350) <p>Added new the master key MRKAwareKMSMasterKey<br> and the new master key providers MRKAwareStrictAwsKmsMasterKeyProvider<br> and MRKAwareDiscoveryAwsKmsMasterKeyProvider<br> that support AWS KMS multi-Region Keys.</p> <p>See <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html" rel="nofollow">https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html</a><br> for more details about AWS KMS multi-Region Keys.<br> See <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-mrks" rel="nofollow">https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-mrks</a><br> for more details about how the AWS Encryption SDK interoperates<br> with AWS KMS multi-Region keys.</p> <p>Co-authored-by: lavaleri <a href="mailto:49660121+lavaleri@users.noreply.github.com">49660121+lavaleri@users.noreply.github.com</a></p> seebees tag:github.com,2008:Repository/689427309/v2.2.0 2021-05-27T20:20:10Z v2.2.0: feat: Improvements to the message decryption process (2.x) (#343) <p>See <a title="GHSA-x5h4-9gqw-942j" href="https://github.com/aws/aws-encryption-sdk-python/security/advisories/GHSA-x5h4-9gqw-942j">GHSA-x5h4-9gqw-942j</a></p> farleyb-amazon