Skip to content

v0.5.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 07 Oct 00:53
3b2edaf
Support AWS 3.x @Nuru (#9)

what

  • Breaking change: Take extra curl arguments as list of strings rather than single string. Should not have much impact as most users are probably using the default.
  • Support AWS 3.x
  • Convert required_providers from ~> to >=
  • Update auto-release workflow to current

why

  • Arguments must be in list form, this allows passing some number of arguments other than 1
  • AWS 3 has features AWS 2 does not
  • General policy is to not place upper bounds in order to facilitate testing
  • Stay current