File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v14.4.0 (2025-11-12)
6+
7+ ### Bug Fixes
8+
9+ - Update feature type imports and improve type annotations in NetworkAdapterOwner and ARP feature
10+ ([ ` 109b74e ` ] ( https://github.com/intel/mfd-network-adapter/commit/109b74e0944ee879cac2fa9ef9d3eb20069ab8b9 ) )
11+
12+ ### Features
13+
14+ - [ ESXi] Method for getting QinQ VLAN TPID
15+ ([ ` e7e3f55 ` ] ( https://github.com/intel/mfd-network-adapter/commit/e7e3f5566f11a8eafb74738de963a99c16321844 ) )
16+
17+ - Add MAC address support for interface retrieval in NetworkAdapterOwner
18+ ([ ` 3c84b62 ` ] ( https://github.com/intel/mfd-network-adapter/commit/3c84b62d2346839a7f6d1c965224a239491f1172 ) )
19+
20+
521## v14.3.1 (2025-10-29)
622
723### Bug Fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies = { file = ["requirements.txt"] }
1212name = " mfd-network-adapter"
1313description = " Module which handle operations on network adapters installed on different operating systems"
1414requires-python = " >=3.10, <3.14"
15- version = " 14.3.1 "
15+ version = " 14.4.0 "
1616dynamic = [" dependencies" ]
1717license-files = [" LICENSE.md" , " AUTHORS.md" ]
1818readme = {file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments