@@ -4,54 +4,9 @@ Changelog
44in development
55--------------
66
7- Fixed
8- ~~~~~
9-
10- * Fix deserialization bug in st2 API for url encoded payloads. #5536
11-
12- Contributed by @sravs-dev
13-
14- * Fix issue of WinRM parameter passing fails for larger scripts.#5538
15-
16- Contributed by @ashwini-orchestral
17-
18- * Fix Type error for ``time_diff `` critera comparison. convert the timediff value as float to match
19- ``timedelta.total_seconds() `` return. #5462
20-
21- Contributed by @blackstrip
22-
23- * Fix issue with pack option not working when running policy list cli #5534
24-
25- Contributed by @momokuri-3
26-
27- * Fix exception thrown if action parameter contains {{ or {% and no closing jinja characters. #5556
28-
29- contributed by @guzzijones12
30-
31- * Link shutdown routine and sigterm handler to main thread #5555
32-
33- Contributed by @khushboobhatia01
34-
35- * Change compound index for ActionExecutionDB to improve query performance #5568
36-
37- Contributed by @khushboobhatia01
38-
39- * Fix build issue due to MarkUpSafe 2.1.0 removing soft_unicode
40-
41- Contributed by Amanda McGuinness (@amanda11 intive) #5581
42-
43- * Downgrade tenacity as tooz dependency on tenacity has always been < 7.0.0 #5607
44-
45- Contributed by @khushboobhatia01
46-
47- * Updated paramiko version to 2.10.3 to add support for more key verification algorithms. #5600
48-
497Added
508~~~~~
519
52- * Minor updates for RockyLinux. #5552
53- Contributed by Amanda McGuinness (@amanda11 intive)
54-
5510* Added st2 API get action parameters by ref. #5509
5611
5712 API endpoint ``/api/v1/actions/views/parameters/{action_id} `` accepts ``ref_or_id ``.
@@ -66,12 +21,12 @@ Added
6621
6722 API endpoint ``/api/v1/actions/{ref_or_id}/clone `` takes ``ref_or_id `` of source action.
6823 Request method body takes destination pack and action name. Request method body also takes
69- optional paramater ``overwrite ``. ``overwrite = true `` in case of destination action already exists and to be
24+ optional parameter ``overwrite ``. ``overwrite = true `` in case of destination action already exists and to be
7025 overwritten.
7126
7227 CLI command ``st2 action clone <ref_or_id> <dest_pack> <dest_action> `` takes source ``ref_or_id ``, destination
7328 pack name and destination action name as mandatory arguments.
74- In case destionation already exists then command takes optional arugument ``-f `` or ``--force `` to overwrite
29+ In case destination already exists then command takes optional argument ``-f `` or ``--force `` to overwrite
7530 destination action. #5345
7631
7732 Contributed by @mahesh-orch.
8136
8237 Contributed by @m4dcoder and @ashwini-orchestral
8338
84- * Added service degerestration on shutdown of a service. #5396
39+ * Added service deregistration on shutdown of a service. #5396
8540
8641 Contributed by @khushboobhatia01
8742
@@ -167,10 +122,53 @@ Added
167122* Added garbage collection for workflow execution and task execution objects #4924
168123 Contributed by @srimandaleeka01 and @amanda11
169124
125+ Changed
126+ ~~~~~~~
127+
128+ * Minor updates for RockyLinux. #5552
129+
130+ Contributed by Amanda McGuinness (@amanda11 intive)
131+
132+ * Bump black to v22.3.0 - This is used internally to reformat our python code. #5606
133+
134+ * Updated paramiko version to 2.10.3 to add support for more key verification algorithms. #5600
170135
171136Fixed
172137~~~~~
173138
139+ * Fix deserialization bug in st2 API for url encoded payloads. #5536
140+
141+ Contributed by @sravs-dev
142+
143+ * Fix issue of WinRM parameter passing fails for larger scripts.#5538
144+
145+ Contributed by @ashwini-orchestral
146+
147+ * Fix Type error for ``time_diff `` critera comparison. convert the timediff value as float to match
148+ ``timedelta.total_seconds() `` return. #5462
149+
150+ Contributed by @blackstrip
151+
152+ * Fix issue with pack option not working when running policy list cli #5534
153+
154+ Contributed by @momokuri-3
155+
156+ * Fix exception thrown if action parameter contains {{ or {% and no closing jinja characters. #5556
157+
158+ contributed by @guzzijones12
159+
160+ * Link shutdown routine and sigterm handler to main thread #5555
161+
162+ Contributed by @khushboobhatia01
163+
164+ * Change compound index for ActionExecutionDB to improve query performance #5568
165+
166+ Contributed by @khushboobhatia01
167+
168+ * Fix build issue due to MarkUpSafe 2.1.0 removing soft_unicode
169+
170+ Contributed by Amanda McGuinness (@amanda11 intive) #5581
171+
174172* Fixed regression caused by #5358. Use string lock name instead of object ID. #5484
175173
176174 Contributed by @khushboobhatia01
@@ -197,10 +195,9 @@ Fixed
197195
198196 Contributed by @nzlosh
199197
200- Changed
201- ~~~~~~~
198+ * Downgrade tenacity as tooz dependency on tenacity has always been < 7.0.0 #5607
202199
203- * Bump black to v22.3.0 - This is used internally to reformat our python code. #5606
200+ Contributed by @khushboobhatia01
204201
205202* Pin ``typing-extensions<4.2 `` (used indirectly by st2client) to maintain python 3.6 support. #5638
206203
0 commit comments