Skip to content

Releases: dharple/ip-analysis

v4.0.0

23 Nov 01:16

Choose a tag to compare

Added

  • Added .gitattributes.

Changed

  • Minimum PHP version is now 8.1.
  • Minimum Symfony version is now 6.4.
  • Updated Symfony recipes.

v3.4.0

23 Nov 01:15

Choose a tag to compare

Changed

  • Updates from IANA website
    • The DNS-SD Service Registration Protocol Anycast is now [RFC9665].
    • Added 192.88.99.2/32 for [RFC6751].

v3.3.0

03 Jun 03:19

Choose a tag to compare

Changed

  • Updates from IANA website
    • The Segment Routing (SRv6) SIDs block is now RFC9602.
    • Added 100:0:0:1::/64 for RFC9780.

Security

  • The minimum symfony/http-foundation version is now 5.4.46, due to
    CVE-2024-50345.

v3.2.0

13 Oct 12:40

Choose a tag to compare

Changed

  • Updates from IANA website
    • Added 3fff::/20 for an expansion to the IPv6 Documentation Space. See RFC9637.
    • Minor name change on the 2001:1::3/128 address block.

v3.1.0

02 May 02:41

Choose a tag to compare

Changed

v3.0.0

19 Oct 04:13

Choose a tag to compare

Changed

  • The minimum Symfony version is now 5.4.

v2.0.0

19 Oct 03:50

Choose a tag to compare

Changed

  • The minimum PHP version is now 8.1. Applied Rector-suggested changes.
  • The minimum Symfony version is now 4.4.

v1.0.0

01 Apr 02:47

Choose a tag to compare

This is the first official release. No significant changes have occurred over 2 years, so it's time to bring this project out of beta.

Changes:

  • 0.0.0.0 the host is now split from 0.0.0.0/8 the network.
  • Added 2001:30::/28, for Drone Remote ID Protocol Entity Tags (DETs) Prefix. RFC9374

v0.4.0

12 Jan 02:11

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Added

  • Added IpAnalysis::getIp()

Changed

  • Added a few missing PHP type hints.
  • Added PHP 8.0 to the Travis test cases.
  • Added Symfony 5.1 and 5.2 to the Travis test cases.
  • Added symfony/serializer to the list of suggested libraries, because it
    drives the annotations in SpecialAddressBlock.
  • IANA IPv4 data based on 2020-04-06 and 2020-09-04 changes. [RFC8880] is now
    associated with two IPv4 blocks.
  • Switched composer PHP version to simpler format.

v0.3.0

16 Feb 03:17

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Changed

  • A Factory class is now being used to instantiate all of the IP rules, instead of include files.