File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
redfish_service_validator Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.3.8] - 2023-11-03
4+ - Added breakout condition when tracing a definition's type tree to prevent hangs due to invalid schemas with type loops
5+
36## [ 2.3.7] - 2023-10-06
47- Added exception handling when traversing links if the schema definition for the link is invalid
58
Original file line number Diff line number Diff line change 1616from urllib .parse import urlparse
1717from collections import Counter
1818
19- tool_version = '2.3.7 '
19+ tool_version = '2.3.8 '
2020
2121# Set up the custom debug levels
2222VERBOSE1 = logging .INFO - 1
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "redfish_service_validator" ,
14- version = "2.3.7 " ,
14+ version = "2.3.8 " ,
1515 description = "Redfish Service Validator" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments