Skip to content

Commit 4ee330d

Browse files
committed
Update CHANGELOG.md
1 parent 4d05c92 commit 4ee330d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# Version 1.5.5
2+
## Added features and functionality
3+
+ Added: Added new __Cloud Security Compliance__ service collection with 2 new operations.
4+
- `_endpoint/__init__.py`
5+
- `_endpoint/_cloud_security_compliance.py`
6+
- `_endpoint/deprecated/__init__.py`
7+
- `_endpoint/deprecated/_cloud_security_compliance.py`
8+
- `__init__.py`
9+
- `cloud_security_compliance.py`
10+
> Unit testing expanded to complete code coverage.
11+
- `tests/test_cloud_security_compliance.py`
12+
13+
- Added: Added new _WorkflowDefinitionsStatus_ operation to the __Workflows__ service class.
14+
- `_constant/__init__.py`
15+
- `_endpoint/_workflows.py`
16+
- `workflows.py`
17+
> Unit testing expanded to complete code coverage.
18+
- `tests/test_workflows.py`
19+
- Special thanks go out to @dweissbacher for contributing this update and related unit tests! 🙇
20+
21+
## Issues resolved
22+
+ Fixed: Resolved path interpolation issue for the `search_id` keyword when using the Uber Class to call the _GetSearchStatusV1_ operation. Closes #1365.
23+
- `_util/_uber.py`
24+
- Thanks go out to @yakeeliuliu for reporting this issue! 🙇
25+
26+
+ Fixed: Resolved body payload generation issue with the _userActionV1_ operation within the __UserManagement__ service class.
27+
- `user_management.py`
28+
29+
+ Fixed: Resolved availability issue with FDR service collection endpoints within the endpoint module. Closes #1371.
30+
- `_endpoint/__init__.py`
31+
> Thanks go out to @Don-Swanson-Adobe for reporting this issue! 🙇
32+
33+
## Other
34+
35+
---
36+
137
# Version 1.5.4
238
## Added features and functionality
339
+ Added: Added _tag_key_ and _tag_value_ as allowed values for the `filter` parameter in the _cloud_security_assets_combined_compliance_by_account_ operation within the __Cloud Security Assets__ service collection.

0 commit comments

Comments
 (0)