Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 6.17 KB

File metadata and controls

96 lines (50 loc) · 6.17 KB

Change Log

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

1.18.0 (2024-01-26)

Bug Fixes

  • parameters: refresh AppConfig session token after 24 hrs (#1916) (559ef2d)

1.17.0 (2023-11-24)

maintenance: drop support for Node.js 14 (#1664) (e2a0923)

1.16.0 (2023-11-16)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.15.0 (2023-11-14)

Features

  • maintenance: add support for nodejs20.x runtime (#1790) (6b9b1bc)

1.14.2 (2023-11-03)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.14.1 (2023-10-31)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.14.0 (2023-09-29)

Features

  • layers: add arm64 to integration test matrix (#1720) (61ad5ac)

1.13.1 (2023-09-21)

Bug Fixes

  • maintenance: remove upper peer dependency Middy (#1705) (df21ec8)

1.13.0 (2023-09-18)

Bug Fixes

  • parameters: return type when options without transform is used (#1671) (b2fe341)

1.12.1 (2023-07-25)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.12.0 (2023-07-25)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.11.1 (2023-07-11)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.11.0 (2023-06-29)

Note: Version bump only for package @aws-lambda-powertools/parameters

1.10.0 (2023-06-23)

Features

1.9.0 (2023-06-09)

Features

  • parameters: add adaptive types to SecretsProvider (#1411) (5c6d527)

1.8.0 (2023-04-07)

Bug Fixes

  • parameters: type import path in AppConfigProvider (#1388) (40a1a24)

Features

  • parameters: ability to set maxAge and decrypt via environment variables (#1384) (dcf6620)
  • parameters: add clearCaches function (#1382) (ec49023)
  • parameters: stronger types for SSM getParameter (#1387) (9d53942)

1.7.0 (2023-03-20)

Features

  • parameters: AppConfigProvider to return the last valid value when the API returns empty value on subsequent calls (#1365) (97339d9)