File tree Expand file tree Collapse file tree
netbox_interface_name_rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- version list -->
88
9+ ## v1.4.2 (2026-06-26)
10+
11+ ### Performance Improvements
12+
13+ - ** engine** : Load the enabled rule set once and memoize find_matching_rule
14+ ([ #49 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/49 ) ,
15+ [ ` 7d79295 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/7d79295f38c6f56b9cb1b65453ad1087414577e2 ) )
16+
17+
918## v1.4.1 (2026-06-15)
1019
1120### Bug Fixes
Original file line number Diff line number Diff line change 22# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
33from netbox .plugins import PluginConfig
44
5- __version__ = "1.4.1 "
5+ __version__ = "1.4.2 "
66
77
88class InterfaceNameRulesConfig (PluginConfig ):
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " netbox-interface-name-rules"
9- version = " 1.4.1 "
9+ version = " 1.4.2 "
1010description = " NetBox plugin for automatic interface renaming when modules are installed"
1111readme = " README.md"
1212requires-python = " >=3.12.0"
You can’t perform that action at this time.
0 commit comments