# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [4.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.2...v4.0.0) (2023-07-17) - feat!: Remove AWS SDK V2 Dependency (#1180) ([1d74248](https://github.com/aws/aws-encryption-sdk-javascript/commit/1d742489b436748a656ecc2abce00e99353d1d62)), closes [#1180](https://github.com/aws/aws-encryption-sdk-javascript/issues/1180) ### BREAKING CHANGES - The AWS Encryption SDK for JavaScript: * requires the AWS SDK for JavaScript V3's kms-client (if using the KMS Keyring). * no longer requires the AWS SDK V2 * no longer tests against nor supports NodeJS 12 or 14 ## [3.2.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.2.1...v3.2.2) (2023-07-05) **Note:** Version bump only for package @aws-crypto/integration-browser # [3.2.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.1...v3.2.0) (2023-02-23) **Note:** Version bump only for package @aws-crypto/integration-browser ## [3.1.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1) (2022-03-15) **Note:** Version bump only for package @aws-crypto/integration-browser # [3.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0) (2021-11-10) ### Bug Fixes - Pin karma-credential-loader to 3.38.0 ([#795](https://github.com/aws/aws-encryption-sdk-javascript/issues/795)) ([fe63723](https://github.com/aws/aws-encryption-sdk-javascript/commit/fe63723d1b6cc6ce68832ba5cc87c9c980f1f39e)) ### Features - **node:** support node v16 ([#741](https://github.com/aws/aws-encryption-sdk-javascript/issues/741)) ([66e63b5](https://github.com/aws/aws-encryption-sdk-javascript/commit/66e63b5af2dffa9ee128a323f14cbbb8520a5053)) ## [3.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.0...v3.0.2) (2021-09-08) **Note:** Version bump only for package @aws-crypto/integration-browser ## [3.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.0...v3.0.1) (2021-09-07) **Note:** Version bump only for package @aws-crypto/integration-browser # [3.0.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.4.0...v3.0.0) (2021-07-14) **Note:** Version bump only for package @aws-crypto/integration-browser # [2.4.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.3.1...v2.4.0) (2021-07-13) **Note:** Version bump only for package @aws-crypto/integration-browser ## [2.3.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.3.0...v2.3.1) (2021-07-01) ### Bug Fixes - der2raw sLength is s byte length ([#634](https://github.com/aws/aws-encryption-sdk-javascript/issues/634)) ([46cd178](https://github.com/aws/aws-encryption-sdk-javascript/commit/46cd1789744064679a294f49c21ec05f95057b82)) # [2.3.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.2.1...v2.3.0) (2021-06-16) ### Features - AWS KMS multi-Region Key support ([#631](https://github.com/aws/aws-encryption-sdk-javascript/issues/631)) ([701f811](https://github.com/aws/aws-encryption-sdk-javascript/commit/701f8113a63780f24b52340f63844e425ba0543b)) ## [2.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.2.0...v2.2.1) (2021-06-04) **Note:** Version bump only for package @aws-crypto/integration-browser # [2.2.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@2.1.0...@aws-crypto/integration-browser@2.2.0) (2021-05-27) **Note:** Version bump only for package @aws-crypto/integration-browser # [2.1.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/integration-browser@2.0.0...@aws-crypto/integration-browser@2.1.0) (2021-02-04) **Note:** Version bump only for package @aws-crypto/integration-browser # [2.0.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.7.0...@aws-crypto/integration-browser@2.0.0) (2020-09-25) **Note:** Version bump only for package @aws-crypto/integration-browser # [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.2.1...@aws-crypto/integration-browser@1.7.0) (2020-09-24) ### Features - Updates to the AWS Encryption SDK. ([748be9e](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/748be9e1799d999a350e9cafbf902d43aeab0aa5)) ## [1.2.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/integration-browser@1.2.0...@aws-crypto/integration-browser@1.2.1) (2020-05-26) ### Bug Fixes - integration-browser error condition ([#308](https://github.com/aws/aws-encryption-sdk-javascript/issues/308)) ([dab43a0](https://github.com/aws/aws-encryption-sdk-javascript/commit/dab43a0d3678416798e2df0b04309f7a24b3a4b0)) # [1.2.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/integration-browser@1.1.0...@aws-crypto/integration-browser@1.2.0) (2020-04-02) ### Features - Add concurrency option to integration-browser ([b60a783](https://github.com/aws/aws-encryption-sdk-javascript/commit/b60a783c6fbb801da7a6179ac72265b90c74ff70)) - Move to yauzl to fix FD error ([#264](https://github.com/aws/aws-encryption-sdk-javascript/issues/264)) ([1dd5a86](https://github.com/aws/aws-encryption-sdk-javascript/commit/1dd5a864fb7acf212a5aa397b42aa2bdee6567fc)) # [1.1.0](/compare/@aws-crypto/integration-browser@1.0.3...@aws-crypto/integration-browser@1.1.0) (2020-02-07) ### Features - Update version of dependencies (#241) cf404a4, closes #241 ## [1.0.3](/compare/@aws-crypto/integration-browser@1.0.2...@aws-crypto/integration-browser@1.0.3) (2020-02-07) ### Bug Fixes - lerna version maintains package-lock (#235) c901318, closes #235 #234 ## [1.0.2](/compare/@aws-crypto/integration-browser@1.0.1...@aws-crypto/integration-browser@1.0.2) (2019-11-12) **Note:** Version bump only for package @aws-crypto/integration-browser ## [1.0.1](/compare/@aws-crypto/integration-browser@1.0.0...@aws-crypto/integration-browser@1.0.1) (2019-10-15) **Note:** Version bump only for package @aws-crypto/integration-browser # [1.0.0](/compare/@aws-crypto/integration-browser@0.2.0-preview.5...@aws-crypto/integration-browser@1.0.0) (2019-10-01) **Note:** Version bump only for package @aws-crypto/integration-browser # [0.2.0-preview.5](/compare/@aws-crypto/integration-browser@0.2.0-preview.4...@aws-crypto/integration-browser@0.2.0-preview.5) (2019-09-20) ### Bug Fixes - CI encrypt/decrypt test vectors (#192) 7a6e1e5, closes #192 - Encrypt name to result (#211) 03061d1, closes #211 - integration silent errors (#197) fc91a71, closes #197 # [0.2.0-preview.4](/compare/@aws-crypto/integration-browser@0.2.0-preview.3...@aws-crypto/integration-browser@0.2.0-preview.4) (2019-08-08) ### Bug Fixes - encrypt/decrypt interface should be the same (#189) ff78f94, closes #189 #182 # [0.2.0-preview.3](/compare/@aws-crypto/integration-browser@0.2.0-preview.2...@aws-crypto/integration-browser@0.2.0-preview.3) (2019-07-24) ### Bug Fixes - integration-browser should work from npm (#127) 334c130, closes #127 ### Features - Encryption tests for integration-browser (#159) 043506d, closes #159 ### BREAKING CHANGES - The cli now takes `encrypt` and `decrypt` as a command, instead of only supporting decrypt testing. # [0.2.0-preview.2](/compare/@aws-crypto/integration-browser@0.2.0-preview.1...@aws-crypto/integration-browser@0.2.0-preview.2) (2019-06-22) ### Bug Fixes - package.json issues (#124) a062acd, closes #124 # [0.2.0-preview.1](/compare/@aws-crypto/integration-browser@0.2.0-preview.0...@aws-crypto/integration-browser@0.2.0-preview.1) (2019-06-21) ### Bug Fixes - package.json files path update (#120) fbc3270, closes #120 # 0.2.0-preview.0 (2019-06-21) ### Bug Fixes - Default CMM should not be required (#80) 465de6c, closes #80 #44 #70 - dependencies and lint (#75) 5324491, closes #75 - LICENSE file needs date and owner e0f7085 ### Features - add client libraries (#89) 24c72da, closes #89 - integration-browser (#68) d543065, closes #68 - ReadMe for Integration-Browser (#94) f347b04, closes #94