Skip to content

Releases: vladimirs-git/netports

0.12.1

17 Apr 11:15
Compare
Choose a tag to compare

0.12.1 (2023-12-05)

  • [fix] dependency packaging

0.12.0 (2023-12-05)

  • [change] poetry

0.11.1 (2023-12-03)

03 Dec 09:40
Compare
Choose a tag to compare

0.11.1 (2023-12-03)

  • [new] check_port() check_ports()

0.10.0 (2023-11-03)

03 Nov 15:16
Compare
Choose a tag to compare

0.10.0 (2023-11-03)

  • [new] SwVersion()

0.9.0 (2023-10-23)

23 Oct 11:42
Compare
Choose a tag to compare

0.9.0 (2023-10-23)

  • [new] intf_map.py ALL_SHORT
  • [change] platform > device_type
  • [change] Intf._init_device_type() ValueError > NetportsValueError
  • [new] Intf.name_short(replace=[("Fa", "Eth")])

0.8.2 (2023-04-04)

05 Apr 08:02
Compare
Choose a tag to compare

0.8.2 (2023-04-04)

Intf(platform="hp_procurve").all_names() -> ["interface Trk1", ...]

0.8.1 (2023-04-04)

  • [change] Intf(platform="hp_procurve").all_names() -> ["interface 1", "1", "interface 1/1"]

0.8.0 (2023-04-03)

  • [delete] Intf.part()
  • [new] Intf.part_after()
  • [new] Intf.part_before()
  • [change] Intf.name_short > Intf.name_short(), property changed to method
  • [change] ValueError > NetportsValueError
  • [new] intf_map.short_to_long() intf_map.long_to_short()

0.7.3

24 Jan 08:14
Compare
Choose a tag to compare

0.7.3 (2023-01-24)

  • [fix] Intf.all_names() > mgmt0

0.7.2 (2022-12-17)

  • [fix] Intf.all_names() for HP Procurve

0.7.1 (2022-12-06)

  • [change] Intf.names() to Intf.all_names()
  • [new] intf_name_map.py short_to_long, short_to_long_lower

0.7.0 (2022-12-05)

  • [new] Intf.names()
  • [change] Intf.name_short

0.6.2 (2022-11-14)

14 Nov 09:54
Compare
Choose a tag to compare

0.6.2 (2022-11-14)

  • [change] pyproject.toml
  • [change] vlan.py check_vlans()
  • [change] tcp.py check_tcp_ports()

0.6.1 (2022-11-01)

01 Nov 17:52
Compare
Choose a tag to compare

0.6.1 (2022-11-01)

  • [fix] py.typed

0.6.0 (2022-11-01)

  • [rename] Interface4 > Intf
  • [new] IntfGM
  • [new] pyproject.toml

0.6.0 (2022-11-01)

01 Nov 16:20
Compare
Choose a tag to compare

0.6.0 (2022-11-01)

  • [rename] Interface4 > Intf
  • [new] IntfGM
  • [new] pyproject.toml

0.5.1

22 Jun 04:29
Compare
Choose a tag to compare

0.5.1 (2022-06-20)

  • [new] netports.ip_pairs(items, strict)
  • [chang] param is_verbose, by default True
  • [new] ip.py IP_ALIASES