Skip to content

Commit 5a7fd2f

Browse files
semantic-release-botjosecorella
authored andcommitted
chore(release): 3.9.1
* **java:** drop hkdf offset method ([#2011](#2011)) ([b8f29f9](b8f29f9)) * Add go to smithy dependencies ([#1986](#1986)) ([066c0ca](066c0ca)) * add managed policy to cfn template ([#2012](#2012)) ([915183d](915183d)) * bump mpl ([#1953](#1953)) ([4e295f9](4e295f9)) * bump MPL and reuse release script from MPL ([#1963](#1963)) ([eb52fca](eb52fca)) * bump mpl and smithy dafny ([#1982](#1982)) ([c71fc82](c71fc82)) * bump mpl to allow nightly build ([#1984](#1984)) ([208eb31](208eb31)) * **cfn:** add DescribeTable permission ([#1952](#1952)) ([f24a0d3](f24a0d3)) * **CI:** add slack notifications ([#1964](#1964)) ([139c856](139c856)) * **CI:** fix dafny_interop to setup_net ([#1965](#1965)) ([e7a5a02](e7a5a02)) * **CI:** remove redundant dotnet run ([#2038](#2038)) ([09c3266](09c3266)) * **dafny:** bump MPL and update mutable map ([#1974](#1974)) ([e9ea870](e9ea870)) * **dafny:** bump smithy dafny ([#1971](#1971)) ([85309a0](85309a0)) * **deps:** update aws-lc-sys requirement ([#2019](#2019)) ([c397bf2](c397bf2)) * fix non prod daily CI for Go ([#2006](#2006)) ([f8d8f08](f8d8f08)) * fix non-prod.yml ([#2007](#2007)) ([43b5163](43b5163)) * **go:** Add client supplier and basic put get example ([#1950](#1950)) ([2e36410](2e36410)) * **go:** add complex example in searchable encryptions ([#1955](#1955)) ([012ebf9](012ebf9)) * **go:** Add Go release workflow and script ([#1958](#1958)) ([2fe77ab](2fe77ab)) * **go:** add performance benchmark ([#1983](#1983)) ([928e318](928e318)) * **go:** add plain text migration examples ([#1966](#1966)) ([c8796d9](c8796d9)) * **go:** add Searchable Encryption Examples ([#1951](#1951)) ([07bdbe7](07bdbe7)) * **go:** Add various keyrings examples in Go ([#1948](#1948)) ([ffb0c38](ffb0c38)) * **go:** fix nit in go-release workflow ([#1978](#1978)) ([45f7f15](45f7f15)) * **go:** Update ci_test_go.yml ([#1970](#1970)) ([b373067](b373067)) * **go:** update go test matrix and clean up setup ([#1959](#1959)) ([7dd705b](7dd705b)) * **java:** Allow local testing ([#1947](#1947)) ([bf5a106](bf5a106)) * **java:** fix GetEncryptedDataKeyDescription java Example ([#1973](#1973)) ([ba8fcb7](ba8fcb7)) * move go out of pull/push/daily into its own ([#2005](#2005)) ([1b961b5](1b961b5)) * **net:** Add plaintext to encrypted table migration example ([#1976](#1976)) ([814acbf](814acbf)) * remove test against latest mpl version ([#2008](#2008)) ([728158e](728158e)) * **rust:** add plaintext to encrypted table migration examples ([#1977](#1977)) ([5286619](5286619)) * **rust:** add simple performance benchmarks ([#2027](#2027)) ([a5bdeb7](a5bdeb7)) * **rust:** bump mpl to remove rust warnings ([#1993](#1993)) ([4d16a62](4d16a62)) * **rust:** fips feature ([#1980](#1980)) ([516fd3d](516fd3d)) * **rust:** improved blocking ([#2030](#2030)) ([162c86c](162c86c)) * **rust:** prepare release of 1.2.0 ([#1981](#1981)) ([5a2569a](5a2569a)) * **rust:** release 1.2.1 ([#2004](#2004)) ([47f6cd9](47f6cd9)) * **rust:** release 1.2.2 ([#2035](#2035)) ([cacda77](cacda77)) * **rust:** use Dafny 4.10.0 for Rust codegen ([#1995](#1995)) ([95168a2](95168a2)) * **TestVectors:** add config tests for new attributes ([#1967](#1967)) ([4017a97](4017a97)) * update check-files ([#2041](#2041)) ([0bafe07](0bafe07)) * update mpl ([#1991](#1991)) ([fed53bf](fed53bf)) * use macos-14 for CI ([#1998](#1998)) ([e0d2b77](e0d2b77))
1 parent e7a5a02 commit 5a7fd2f

4 files changed

Lines changed: 39 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [3.9.1](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.9.0...v3.9.1) (2026-02-06)
4+
5+
### Fixes
6+
7+
* **java:** drop hkdf offset method ([#2011](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2011)) ([b8f29f9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/b8f29f914d2c593de83304a186869aec12f020e3))
8+
9+
### Maintenance
10+
11+
* **dafny:** bump MPL and update mutable map ([#1974](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1974)) ([e9ea870](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/e9ea870eb2d7d885f063cb53fd17c83526ba69ca))
12+
* **dafny:** bump smithy dafny ([#1971](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1971)) ([85309a0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85309a023d4aeeeeae5106fd904a3dd23fd728cb))
13+
* **deps:** update aws-lc-sys requirement ([#2019](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2019)) ([c397bf2](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/c397bf2d2f125d6f11460dc80a0d18c790111693))
14+
* **go:** Add client supplier and basic put get example ([#1950](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1950)) ([2e36410](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/2e36410eabd424db598c89a6a562f01c9af0cba1))
15+
* **go:** add complex example in searchable encryptions ([#1955](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1955)) ([012ebf9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/012ebf9f22bf16f5b58afd1dc581804938535155))
16+
* **go:** Add Go release workflow and script ([#1958](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1958)) ([2fe77ab](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/2fe77ab2a4d7cefdeabe68b144d75530fa6541bf))
17+
* **go:** add performance benchmark ([#1983](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1983)) ([928e318](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/928e318ef57c3fbe5a145b96cfa56d610f6105b9))
18+
* **go:** add plain text migration examples ([#1966](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1966)) ([c8796d9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/c8796d9321d5dfe8007048b5a2fdfb121dc1fddb))
19+
* **go:** add Searchable Encryption Examples ([#1951](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1951)) ([07bdbe7](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/07bdbe71d902cfaa5698ea0b2f2ecb80e4eff2a1))
20+
* **go:** Add various keyrings examples in Go ([#1948](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1948)) ([ffb0c38](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ffb0c38023df5fc4902537e103f88e8faf908c64))
21+
* **go:** fix nit in go-release workflow ([#1978](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1978)) ([45f7f15](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/45f7f15891c6cc1a52589c257cb6faada5c2b530))
22+
* **go:** Update ci_test_go.yml ([#1970](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1970)) ([b373067](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/b373067920ce81450188e82ae4a4d2b4e540aa9b))
23+
* **go:** update go test matrix and clean up setup ([#1959](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1959)) ([7dd705b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7dd705b527ad4c862f65247fb03d5349fb23b79e))
24+
* **java:** Allow local testing ([#1947](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1947)) ([bf5a106](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bf5a106ccaa816de9c1e4f0eacaf84c9f915b752))
25+
* **java:** fix GetEncryptedDataKeyDescription java Example ([#1973](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1973)) ([ba8fcb7](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ba8fcb7f9aca01ce20cfcd3bc4f2fc0087b5fc9d))
26+
* move go out of pull/push/daily into its own ([#2005](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2005)) ([1b961b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1b961b585e1b2491424b078add248bf7f319f2a3))
27+
* **net:** Add plaintext to encrypted table migration example ([#1976](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1976)) ([814acbf](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/814acbf2ad5d4e0826617b6764b32b16574332ab))
28+
* remove test against latest mpl version ([#2008](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2008)) ([728158e](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/728158e1b0ef83ae41d475bca56419f05928015b))
29+
* **rust:** add plaintext to encrypted table migration examples ([#1977](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1977)) ([5286619](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/52866190608fcec6bff17adcc01bfd6f04367464))
30+
* **rust:** add simple performance benchmarks ([#2027](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2027)) ([a5bdeb7](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/a5bdeb70b6e676585893a3ff5c14f991eb3902e6))
31+
* **rust:** bump mpl to remove rust warnings ([#1993](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1993)) ([4d16a62](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4d16a62309b5b559fdf894577e16bfcf62346dde))
32+
* **rust:** fips feature ([#1980](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1980)) ([516fd3d](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/516fd3d1e63e2e96b3c8f6feb6f1e85411ab810d))
33+
* **rust:** improved blocking ([#2030](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2030)) ([162c86c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/162c86c9117bd3048949fa77ab878eee4b6197ff))
34+
* **rust:** prepare release of 1.2.0 ([#1981](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1981)) ([5a2569a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5a2569a75bba3e9036d78a72c5a06159b636ed35))
35+
* **rust:** release 1.2.1 ([#2004](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2004)) ([47f6cd9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/47f6cd9a325afd9f69ed8f1a7b846141422bae27))
36+
* **rust:** release 1.2.2 ([#2035](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2035)) ([cacda77](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cacda7715db4fb075bbd327030784167a4634838))
37+
* **rust:** use Dafny 4.10.0 for Rust codegen ([#1995](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1995)) ([95168a2](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/95168a2cedf548a599adb303355b633f5181522e))
38+
339
## [3.9.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.8.1...v3.9.0) (2025-06-25)
440

541
This release is available in the following languages:

DynamoDbEncryption/runtimes/net/AssemblyInfo.cs

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

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

DynamoDbEncryption/runtimes/net/DynamoDbEncryption.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>3.9.0</Version>
8+
<Version>3.9.1</Version>
99

1010
<AssemblyName>AWS.Cryptography.DbEncryptionSDK.DynamoDb</AssemblyName>
1111
<PackageId>AWS.Cryptography.DbEncryptionSDK.DynamoDb</PackageId>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectJavaVersion=3.9.0-SNAPSHOT
1+
projectJavaVersion=3.9.1
22
mplDependencyJavaVersion=1.11.2-SNAPSHOT
33
dafnyVersion=4.9.0
44
dafnyVerifyVersion=4.9.1

0 commit comments

Comments
 (0)