Skip to contents

sixtyfour 0.2.0

NEW FEATURES

MINOR IMPROVEMENTS

  • add filter parameter to aws_billing() (#72) (#74) thanks @ateucher
  • add package namespace prefix to lazily loaded data object service_map (#83) (#84) thanks @ateucher
  • use webmockr to stub aws_billing() in tests (#76) (#77)
  • rework all examples: to be fully reproducible, to clean up after themselves, to only run if credentials are available, to obfuscate senstive outputs in examples (#15) (#80) (#81) (82) (#85) (#86) (#87) (#89) (#90) (#91) (#92) (#103) (#105)
  • remove dependency on the snakecase package (#100) (#102)
  • bump minimum dependency versions for packages paws and paws.common (#114) (#120)
  • “Getting Started” vignettes fixes and improvements (#109) (#112)
  • user set.seed() in all vignettes that use random_* functions so that inconsequential changes aren’t committed each time (#116)
  • function name change: aws_vpc_sec_group_rules() to aws_vpc_sec_group_rules_mod()

sixtyfour 0.1.0

  • First release