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.4.9] - 2024-09-27
4+ - Added 'requesttimeout' and 'requestattempts' arguments
5+
36## [ 2.4.8] - 2024-07-26
47- Fixed link verification to ensure the linked resource is of the expected data type
58- Fixed usage of collection limiting to apply limits for all aspects of validation
Original file line number Diff line number Diff line change 1616from urllib .parse import urlparse
1717from collections import Counter
1818
19- tool_version = '2.4.8 '
19+ tool_version = '2.4.9 '
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.4.8 " ,
14+ version = "2.4.9 " ,
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