File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ ibm.ibm_zos_cics Release Notes
5
5
.. contents :: Topics
6
6
7
7
8
+ v1.0.3
9
+ ======
10
+
11
+ Release Summary
12
+ ---------------
13
+
14
+ This release contains a number of new features and bug fixes.
15
+
16
+ Minor Changes
17
+ -------------
18
+
19
+ - Added support for CMCI feedback on failed CMCI requests.
20
+ - Updated timeout support on requests to be configurable via the timeout option. The default value is 30 seconds if not specified.
21
+
22
+ Bugfixes
23
+ --------
24
+
25
+ - Improve sanitisation and validation of parameters.
26
+
8
27
v1.0.1
9
28
======
10
29
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ plugins:
38
38
shell : {}
39
39
strategy : {}
40
40
vars : {}
41
- version : 1.0.1
41
+ version : 1.0.3
Original file line number Diff line number Diff line change @@ -33,3 +33,15 @@ releases:
33
33
fragments :
34
34
- 101-retrospective.yml
35
35
release_date : ' 2021-03-02'
36
+ 1.0.3 :
37
+ changes :
38
+ bugfixes :
39
+ - Improve sanitisation and validation of parameters.
40
+ minor_changes :
41
+ - Added support for CMCI feedback on failed CMCI requests.
42
+ - Updated timeout support on requests to be configurable via the timeout option.
43
+ The default value is 30 seconds if not specified.
44
+ release_summary : This release contains a number of new features and bug fixes.
45
+ fragments :
46
+ - 103-retrospective.yml
47
+ release_date : ' 2021-07-15'
You can’t perform that action at this time.
0 commit comments