Skip to content

Commit 2fc2d20

Browse files
author
GitHub Release Workflow
committed
1.2.7 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 3737175 commit 2fc2d20

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.2.7] - 2025-06-27
4+
- Updated SSDP testing to attempt both IPv4 and IPv6
5+
- Updated ST header test to align with the UPnP specification where the minor version is optional
6+
- Temporarily disabling SSE tests until fixes can be made
7+
38
## [1.2.6] - 2024-07-19
49
- Added common entry points to invoking HTTP operations to gracefully handle exception cases
510
- Updated logic when walking the data model to better handle cases where services do not correctly follow schema definitions

redfish_protocol_validator/console_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from redfish_protocol_validator.constants import Result
2626
from redfish_protocol_validator.system_under_test import SystemUnderTest
2727

28-
tool_version = '1.2.6'
28+
tool_version = '1.2.7'
2929

3030

3131
def perform_tests(sut: SystemUnderTest):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="redfish_protocol_validator",
14-
version="1.2.6",
14+
version="1.2.7",
1515
description="Redfish Protocol Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)