Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 14:29
· 328 commits to master since this release

6.0.0 (2022-02-25)

Bug Fixes

  • generate: DependsOn should also accept a string (09908b6), closes #407
  • policies: re-create deleted files (bdd5860)
  • schema: generated schema acording to new rules (d9dc863)
  • schema: re-generate schema (58dc56b)
  • schema: regenerated with latest code (33f99bf)

feature

  • types: added utils to create pointer types (4a68a60)

Features

  • generate: allow for optional params (d9bfdff)
  • go: drop support for go 1.13 and 1.14 (05bb704)
  • go: drop support for go 1.15 (2e45a2b)

BREAKING CHANGES

  • generate: DependsOn can now parse a single string instead of just a list of strings.
  • types: use cloudformation.{String,Int,...} as helpers for
    creating pointer types.
  • generate: optional parameters are now marked as a pointer.