Skip to content

v0.5.0

Compare
Choose a tag to compare
@cooperwalbrun cooperwalbrun released this 18 Jan 02:37
· 27 commits to master since this release
v0.5.0
9bdbeb2

Added

  • Added a Python-based API for using aws-cidr-finder in a programmatic fashion (by @cooperwalbrun)

Changed

  • The JSON format of aws-cidr-finder's output is now simpler: the aws-cidr-finder-messages key has been changed to messages, vpcs has been changed to data, and the structure of data is now a flat list of "VPC" dicts where each dict has the following keys: id, name, cidr, and available_cidr_blocks (by @cooperwalbrun)