Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
179 lines (118 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

179 lines (118 loc) · 5.34 KB

v2.0.7 (Fri Oct 06 2023)

🐛 Bug Fix

Authors: 1


v2.0.6 (Fri Oct 06 2023)

🐛 Bug Fix

Authors: 1


v2.0.5 (Thu Oct 05 2023)

🐛 Bug Fix

Authors: 1


v2.0.4 (Mon Aug 07 2023)

🐛 Bug Fix

  • fix(package): add yarn install and build steps before publish #5 (@edwarddamato)

Authors: 1


v2.0.3 (Mon Aug 07 2023)

⚠️ Pushed to main

Authors: 1


v2.0.2 (Mon Aug 07 2023)

🐛 Bug Fix

🏠 Internal

Authors: 2


v2.0.1 (Mon Aug 07 2023)

🐛 Bug Fix

⚠️ Pushed to main

Authors: 3


Changelog

[2.0.0]

Added

  • Upgraded from aws-sdk v2 to client specific v3 libraries (@aws-sdk/client-dynamodb & @aws-sdk/client-secrets-manager)

[1.7.0]

Added

  • Add check script in order to identify missing keys as part of the CICD pipeline of an application using this package.

[1.6.0]

Added

  • Support for JSON5 configuration file format, which allows for comments and in general more flexible, human-friendly syntax.

[1.5.1]

Fix

  • Was not parsing booleans and number from secret manager

[1.5.0]

Added

  • Added new configuration type: Javascript.

[1.4.1]

Changed

  • Update yarn.lock to fix vulnerabilities

[1.4.0]

Changed

  • Upgrade peer dependency aws-sdk

[1.3.4]

Changed

  • fix misprint in README for JSON config

[1.3.3]

Changed

  • Upgrade flat package to latest (patch)

[1.3.2]

Changed

  • Upgrade flat package to latest (patch)

[1.3.1]

Added

use ConsistentRead: true for Dynamo DB scanning params

[1.3.0]

Added

  • Added support for AWS Secret Manager