Skip to content

v4.0.0

Compare
Choose a tag to compare
@udondan udondan released this 23 Mar 14:17
ef9cfe9

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)