Skip to content

Latest commit

 

History

History
206 lines (119 loc) · 15.9 KB

File metadata and controls

206 lines (119 loc) · 15.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.2 (2026-07-23)

Note: Version bump only for package aws-encryption-sdk-javascript

5.0.1 (2026-07-23)

Bug Fixes

  • ci: pass branch input into shared-ci for release workflow (#1674) (7237bf2)
  • ci: release from the dispatched branch instead of a branch input (#1675) (235d871)
  • decrypt-node: single-consumer output stream for framed decrypt (#1670) (77fbd26)
  • release: drop --unsafe-perm from publish npm ci (#1682) (4081d91)
  • release: Prevent script injection via dist_tag input (#1668) (d2aee46)
  • release: publish on Node LTS so npm@latest installs (#1680) (f0f6548)
  • release: source test vector values from one file so npm 12 can run scripts (#1683) (a05aa80)
  • release: stop passing removed branch input to shared-ci (#1678) (babf30d)
  • use environment for release ci (#1667) (6adf90b)
  • Using discovery filter while constructing keyring (#1662) (23f3f5b)

5.0.0 (2026-04-23)

Bug Fixes

  • add repository fields and enable npm provenance for Sigstore OIDC publishing (0105088)

  • ci: fix VERSION_BUMP scoping and remove unused NPM token from publish job (#1653) (6fd56ea)

  • ci: force pull in publish step (#1639) (6b74c8c)

  • ci: npm otp fix for publish (#1641) (fcaf49f)

  • ci: npm token for publish (#1640) (953ae60)

  • correct repository URLs from awslabs to aws org for npm provenance (f5699bc)

  • mitigate dependency issues — remove deprecated packages (#1654) (d795278)

  • Removes the internal added prefix from custom encryption context before creating the branch key material node object (#1650) (9907b1b)

  • feat!: Drop IE11 support (#1651) (f11b277), closes #1651

Features

Reverts

BREAKING CHANGES

  • The AWS Encryption SDK for JavaScript no longer supports Internet Explorer 11 (IE11). The msCrypto shim and related IE11 detection code have been removed from the web-crypto-backend module.

Co-authored-by: Lucas McDonald lucmcdon@amazon.com

4.2.2 (2026-03-05)

Bug Fixes

Reverts

BREAKING CHANGES

    • no longer tests against nor supports NodeJS 16

4.2.1 (2025-04-10)

Bug Fixes

  • add serializationOptions flag for AAD UTF8 sorting (#1581) (b80cad1)

4.2.0 (2025-02-27)

Bug Fixes

  • include uuid as a dependency in material-management (#1564) (dee213b)

Features

  • integration-node can produce decrypt manifests (#1580) (95f0fa1)

4.1.0 (2025-01-16)

Features

4.0.2 (2024-10-21)

Note: Version bump only for package aws-encryption-sdk-javascript

4.0.1 (2024-07-30)

Bug Fixes

4.0.0 (2023-07-17)

  • feat!: Remove AWS SDK V2 Dependency (#1180) (1d74248), closes #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 (2023-07-05)

Bug Fixes

  • CD: CodeBuild MUST USE a supported Node Version (#1183) (e97b9c9)

3.2.1 (2023-07-05)

Note: Version bump only for package aws-encryption-sdk-javascript

3.2.0 (2023-02-23)

Features

3.1.1 (2022-03-15)

Bug Fixes

3.1.0 (2021-11-10)

Bug Fixes

  • Pin karma-credential-loader to 3.38.0 (#795) (fe63723)

Features

3.0.3 (2021-09-21)

Bug Fixes

3.0.2 (2021-09-08)

Bug Fixes

3.0.1 (2021-09-07)

Bug Fixes

3.0.0 (2021-07-14)

chore

BREAKING CHANGES

  • Removing CI coverage for Node 10
  • This commit upgrades dependencies to no longer support Node 8 and 10.

2.4.0 (2021-07-13)

Note: Version bump only for package aws-encryption-sdk-javascript

2.3.1 (2021-07-01)

Bug Fixes

2.3.0 (2021-06-16)

Features

2.2.1 (2021-06-04)

Bug Fixes