Skip to content

Releases: cooperwalbrun/aws-cidr-finder

v0.2.3

13 Oct 02:34
v0.2.3
3a82805
Compare
Choose a tag to compare

Changed

  • The author email address in the wheel's metadata is now set to a real email address (by @cooperwalbrun)

v0.2.2

14 Jun 00:42
v0.2.2
d76ccbf
Compare
Choose a tag to compare

Changed

  • CIDR blocks that are in an associating state (instead of just the associated state) will now be considered in this CLI's functionality (by @cooperwalbrun)

v0.2.1

12 Jun 02:16
5b0b76c
Compare
Choose a tag to compare

Changed

  • Refactored the code to reduce code duplication between the IPv4 and IPv6 functionalities (by @cooperwalbrun)

v0.2.0

11 Jun 17:22
f5dedc7
Compare
Choose a tag to compare

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

08 May 16:17
15c7b81
Compare
Choose a tag to compare

Changed

  • Enabled querying by a prefix which is lower than at least one prefix in the returned CIDR list (by @cooperwalbrun)

v0.1.1

21 Feb 04:16
1a87641
Compare
Choose a tag to compare

Fixed

  • Fixed find_subnet_holes slowness and incorrectness issues (by @cooperwalbrun)

v0.1.0

18 Feb 05:18
3517f91
Compare
Choose a tag to compare

Added