Skip to content

Commit e2f2866

Browse files
author
GitHub Release Workflow
committed
1.2.6 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent be0b7e8 commit e2f2866

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.2.6] - 2024-07-19
4+
- Added common entry points to invoking HTTP operations to gracefully handle exception cases
5+
- Updated logic when walking the data model to better handle cases where services do not correctly follow schema definitions
6+
37
## [1.2.5] - 2024-05-03
48
- Updated existing tests to align with version 1.20.0 of the Redfish Specification
59
- Added methods to gracefully handle invalid JSON responses

redfish_protocol_validator/console_scripts.py

+1-1
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.5'
28+
tool_version = '1.2.6'
2929

3030

3131
def perform_tests(sut: SystemUnderTest):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)