File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
redfish_protocol_validator Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
8
## [ 1.2.6] - 2024-07-19
4
9
- Added common entry points to invoking HTTP operations to gracefully handle exception cases
5
10
- Updated logic when walking the data model to better handle cases where services do not correctly follow schema definitions
Original file line number Diff line number Diff line change 25
25
from redfish_protocol_validator .constants import Result
26
26
from redfish_protocol_validator .system_under_test import SystemUnderTest
27
27
28
- tool_version = '1.2.6 '
28
+ tool_version = '1.2.7 '
29
29
30
30
31
31
def perform_tests (sut : SystemUnderTest ):
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "redfish_protocol_validator" ,
14
- version = "1.2.6 " ,
14
+ version = "1.2.7 " ,
15
15
description = "Redfish Protocol Validator" ,
16
16
long_description = long_description ,
17
17
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments