Releases: cooperwalbrun/aws-cidr-finder
Releases · cooperwalbrun/aws-cidr-finder
v0.2.3
Changed
- The author email address in the wheel's metadata is now set to a real email address (by @cooperwalbrun)
v0.2.2
Changed
- CIDR blocks that are in an
associating
state (instead of just theassociated
state) will now be considered in this CLI's functionality (by @cooperwalbrun)
v0.2.1
Changed
- Refactored the code to reduce code duplication between the IPv4 and IPv6 functionalities (by @cooperwalbrun)
v0.2.0
Added
- Implemented support for IPv6 VPCs via the
--ipv6
CLI flag (by @cooperwalbrun)
Changed
- The structure of the JSON output when specifying the
--json
CLI flag now includes VPC names, VPC CIDRs, and informational messages (by @cooperwalbrun)
Fixed
- Gracefully handle situations where the requested
--prefix
causes a huge number of CIDRs to be returned (by @cooperwalbrun)
v0.1.2
Changed
- Enabled querying by a prefix which is lower than at least one prefix in the returned CIDR list (by @cooperwalbrun)
v0.1.1
Fixed
- Fixed
find_subnet_holes
slowness and incorrectness issues (by @cooperwalbrun)
v0.1.0
Added
- Created the project (by @cooperwalbrun)
- Implemented the initial functionality of finding subnet "holes" in IPv4 VPCs (by @cooperwalbrun)