oslo.utils/releasenotes/notes/is_valid_ipv4-strict-3da92c0452aaf947.yaml
Takashi Kajinami 85e998e766 is_valid_ipv4: Enable strict check by default
The default behavior which disables the strict check was deprecated in
4.8.0[1], which was released during wallaby cycle.

[1] 3288539a0b3be6b69efd2630b79133b918bb079b

Related-Bug: #1914386
Change-Id: Ia04b8774c85a519d9695aebe8b956920f9915495
2024-11-01 01:27:41 +09:00

7 lines
187 B
YAML

---
upgrade:
- |
The ``netutils.is_valid_ipv4`` method now enables the strict check by
default. To preserve the previous behavior, set the ``strict`` argument to
``False``.