Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 08:56
· 3014 commits to main since this release
aabaa86

14.0.0 (2021-04-28)

Code Refactoring

  • Improve GuHttpsApplicationListener and use it in GuEc2App pattern (#496) (aabaa86)

BREAKING CHANGES

  • The certificate prop for GuHttpsApplicationListener is now of type GuCertificate. It has also become mandatory.
    Users who need more flexibility can still use GuApplicationListener as before.

  • refactor: Use GuHttpsApplicationListener in GuEc2App pattern

  • docs: Add docs for ALB constructs