Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 2.62 KB

Changelog

4.0.1 (2024-03-25)

Bug Fixes

  • ensure all expected files are included in the resulting package (#300) (509e42c)

4.0.0 (2024-03-23)

⚠ BREAKING CHANGES

  • adds support for ED25519 Key Pairs and a wide range of public key formats (#290)
  • implements IKeyPair interface (#279)
  • renames lambda property to lambdaFunction (#277)
  • for consistency, the property name now is renamed to keyPairName (#258)
  • removes fixed name from lambda function (#253)

Features

  • adds fingerprint and public key format as resource properties (#291) (046e41d)
  • adds logLevel option, so users can debug lambda functions (#286) (6f28d82)
  • adds support for ED25519 Key Pairs and a wide range of public key formats (#290) (35ece30)
  • for consistency, the property name now is renamed to keyPairName (#258) (a39e251)
  • implements IKeyPair interface (#279) (0457985)
  • removes fixed name from lambda function (#253) (56e17ef)

Miscellaneous Chores

  • renames lambda property to lambdaFunction (#277) (e43879a)