Skip to content

Commit 51db080

Browse files
authored
chore: 1.11.1 [skip ci] (#1650)
1 parent c86be0d commit 51db080

File tree

17 files changed

+57
-23
lines changed

17 files changed

+57
-23
lines changed

AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]
44

55
// This should be kept in sync with the version number in MPL.csproj
6-
[assembly: AssemblyVersion("1.11.0")]
6+
[assembly: AssemblyVersion("1.11.1")]

AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.11.0</Version>
8+
<Version>1.11.1</Version>
99

1010
<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
1111
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>

AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-cryptographic-material-providers"
3-
version = "1.11.0"
3+
version = "1.11.1"
44
description = "AWS Cryptographic Material Providers Library for Python"
55
authors = ["AWS Crypto Tools <[email protected]>"]
66
packages = [
@@ -13,10 +13,10 @@ readme = "README.rst"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.11.0"
16-
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
17-
aws-cryptography-internal-kms = {path = "../../../ComAmazonawsKms/runtimes/python"}
18-
aws-cryptography-internal-dynamodb = {path = "../../../ComAmazonawsDynamodb/runtimes/python"}
19-
aws-cryptography-internal-primitives = {path = "../../../AwsCryptographyPrimitives/runtimes/python"}
16+
aws-cryptography-internal-standard-library = "1.11.1"
17+
aws-cryptography-internal-kms = "1.11.1"
18+
aws-cryptography-internal-dynamodb = "1.11.1"
19+
aws-cryptography-internal-primitives = "1.11.1"
2020

2121
# Package testing
2222

AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]
44

55
// This should be kept in sync with the version number in Crypto.csproj
6-
[assembly: AssemblyVersion("1.11.0")]
6+
[assembly: AssemblyVersion("1.11.1")]

AwsCryptographyPrimitives/runtimes/net/Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.11.0</Version>
8+
<Version>1.11.1</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>

AwsCryptographyPrimitives/runtimes/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-cryptography-internal-primitives"
3-
version = "1.11.0"
3+
version = "1.11.1"
44
description = ""
55
authors = ["AWS Crypto Tools <[email protected]>"]
66
packages = [
@@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.11.0"
15-
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
15+
aws-cryptography-internal-standard-library = "1.11.1"
1616
cryptography = ">=43.0.1, <46"
1717

1818
# Package testing

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [1.11.1](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.11.0...v1.11.1) (2025-07-29)
4+
5+
This release is available in the following languages:
6+
7+
- Python
8+
9+
### Maintenance -- All Languages
10+
11+
- **dafny:** add Rust and Go to supported languages ([#1492](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1492)) ([87ab402](https://github.com/aws/aws-cryptographic-material-providers-library/commit/87ab40233096739f2aa709fdcd948ce7452c7d04))
12+
- **dafny:** append our user agent in KMS client ([#1564](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1564)) ([03d03ac](https://github.com/aws/aws-cryptographic-material-providers-library/commit/03d03ac1f3591885bcc583efb988602ed129c3c5))
13+
- **dafny:** remove negative test for codebuild runner ([#1603](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1603)) ([8b45e40](https://github.com/aws/aws-cryptographic-material-providers-library/commit/8b45e40e9fa081e277837946e53836b308429ee8))
14+
15+
### Maintenance -- Go
16+
17+
- **go:** automate changelog for Go release ([#1607](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1607)) ([f9eb8e0](https://github.com/aws/aws-cryptographic-material-providers-library/commit/f9eb8e0169139946ca46a7a4f0e30abdff7f976e))
18+
- **go:** update go test matrix and clean up setup ([#1625](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1625)) ([6baa15c](https://github.com/aws/aws-cryptographic-material-providers-library/commit/6baa15ca499603dc4fe5501542d6f45b80d2c244))
19+
20+
### Maintenance -- Rust
21+
22+
- **rust:** update for new version of clippy ([#1606](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1606)) ([ec013f6](https://github.com/aws/aws-cryptographic-material-providers-library/commit/ec013f6ba85d62ab41db48fec92baca85625e4b9))
23+
24+
### Miscellaneous
25+
26+
- 5 instead of 25 interop decrypt processes ([#1620](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1620)) ([d82696b](https://github.com/aws/aws-cryptographic-material-providers-library/commit/d82696b520681eaabd8f9a6c76bd9a208de4d6ac))
27+
- allow local testing for python ([#1598](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1598)) ([cbfa209](https://github.com/aws/aws-cryptographic-material-providers-library/commit/cbfa209c0b9453fe633a3047e3dcd5db0e7fa728))
28+
- bump credentials to 2 hours, for python ([#1621](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1621)) ([69991da](https://github.com/aws/aws-cryptographic-material-providers-library/commit/69991da9a26e4422dfdeb8fc95a87a46b0bb3ccc))
29+
- **cfn:** add trusted policy for optools mpl-python roles ([#1602](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1602)) ([436d939](https://github.com/aws/aws-cryptographic-material-providers-library/commit/436d93951038e4107b36bf1f4cb3a0a5fb870577))
30+
- **CI:** fix daily CI and add slack notification to it ([#1647](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1647)) ([c546646](https://github.com/aws/aws-cryptographic-material-providers-library/commit/c546646a719b54f880a8aeccc6a6489fcf332070))
31+
- **CI:** send slack message on new GHI ([#1632](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1632)) ([e80b7ae](https://github.com/aws/aws-cryptographic-material-providers-library/commit/e80b7aeaf691e956b6177aa24633681dcfe7a7ba))
32+
- **CI:** Test Rust on Dafny prerelease in nightly build ([#1623](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1623)) ([92070bc](https://github.com/aws/aws-cryptographic-material-providers-library/commit/92070bc128da94a24cfb84cc1fdd50f8ce5623f7))
33+
- **CI:** update to not trigger workflow on PR comments ([#1640](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1640)) ([c62e8cf](https://github.com/aws/aws-cryptographic-material-providers-library/commit/c62e8cf0bf6b3efa0ae479a57b08ca91ef0306b6))
34+
- **deps:** bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in /.github/workflows ([#1638](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1638)) ([40b643f](https://github.com/aws/aws-cryptographic-material-providers-library/commit/40b643f9b95e325131a99c7ac5227d0851927980))
35+
- **Go:** Add Go release script and workflow to run it ([#1562](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1562)) ([1c563bd](https://github.com/aws/aws-cryptographic-material-providers-library/commit/1c563bdf8985f4c79b376929faa61496964dc69c))
36+
337
## [1.11.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.10.1...v1.11.0) (2025-06-17)
438

539
This release is available in the following languages:

ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]
44

55
// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
6-
[assembly: AssemblyVersion("1.11.0")]
6+
[assembly: AssemblyVersion("1.11.1")]

ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.11.0</Version>
8+
<Version>1.11.1</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>

ComAmazonawsDynamodb/runtimes/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-cryptography-internal-dynamodb"
3-
version = "1.11.0"
3+
version = "1.11.1"
44
description = ""
55
authors = ["AWS Crypto Tools <[email protected]>"]
66
packages = [
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
1313
[tool.poetry.dependencies]
1414
python = "^3.11.0"
1515
boto3 = "^1.35.42"
16-
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
16+
aws-cryptography-internal-standard-library = "1.11.1"
1717
# Package testing
1818

1919
[tool.poetry.group.test]

0 commit comments

Comments
 (0)