Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

81 lines (40 loc) · 1.1 KB

Change Log

4.0.0 (2023-04-07

  • aws-sdk updated to version 3, with a dependency only on @aws-sdk/client-ssm, instead of using a peer dependency.

3.2.0 (2019-12-04)

Updated:

  • aws-sdk peer dependency set to any

Internal:

  • Updated test dependencies

3.1.0 (2019-11-04)

Updated:

  • aws-sdk added as a peer dependency

Internal:

  • Updated dependencies

3.0.0 (2019-05-19)

New:

  • Added putParameter() and putParameterSync. Thanks @AvnerCohen

Updated:

  • Requires node 8.10 or higher

Internal:

  • Updated test dependencies

2.1.0 (2018-09-30)

Updated:

  • Add alternative output for SSM error condition. Thanks @aaronfay

Internal:

  • Updated test dependencies

2.0.0 (2018-04-03)

New:

  • Added methods to simplify query by path
  • Added methods to query by parameter name(s). Thanks @roribio

Internal:

  • Streamlined code for making AWS sync/async calls

1.1.0 (2018-01-08)

Improved:

  • Added options to define region

1.0.1 (2017-09-13)

Internal:

  • Added repo to package.json
  • mocha test dependency is now run using a global install

1.0.0 (2017-09-12)

Initial Release