v0.5.0
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: theaws-cidr-finder-messages
key has been changed tomessages
,vpcs
has been changed todata
, and the structure ofdata
is now a flat list of "VPC"dict
s where eachdict
has the following keys:id
,name
,cidr
, andavailable_cidr_blocks
(by @cooperwalbrun)