|
| 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 | +- Added: Added new _GetSensorUsageHourly_ operation to the __Sensor Usage__ service collection. |
| 22 | + - `_endpoint/_sensor_usage.py` |
| 23 | + - `sensor_usage.py` |
| 24 | + > Unit testing expanded to complete code coverage. |
| 25 | + - `tests/test_sensor_usage.py` |
| 26 | + > Thanks go out to @atav982 for submitting this update! 🙇 |
| 27 | +
|
| 28 | +## Issues resolved |
| 29 | ++ Fixed: Resolved path interpolation issue for the `search_id` keyword when using the Uber Class to call the _GetSearchStatusV1_ operation. Closes #1365. |
| 30 | + - `_util/_uber.py` |
| 31 | + - Thanks go out to @yakeeliuliu for reporting this issue! 🙇 |
| 32 | + |
| 33 | ++ Fixed: Resolved body payload generation issue with the _userActionV1_ operation within the __UserManagement__ service class. |
| 34 | + - `user_management.py` |
| 35 | + |
| 36 | ++ Fixed: Resolved availability issue with FDR service collection endpoints within the endpoint module. Closes #1371. |
| 37 | + - `_endpoint/__init__.py` |
| 38 | + > Thanks go out to @Don-Swanson-Adobe for reporting this issue! 🙇 |
| 39 | +
|
| 40 | ++ Fixed: Body payload issue with the _userActionV1_ operation within the __User Management__ service class. |
| 41 | + - `user_management.py` |
| 42 | + > Thanks go out to @Matth3wW for identifying and resolving this issue! 🙇 |
| 43 | +
|
| 44 | + |
| 45 | +## Other |
| 46 | ++ Updated: Cosmetic update to parameter descriptions in the _SearchAndReadContainerAlerts_ operation within the __Container Alerts__ service collection. |
| 47 | + - `_endpoint/_container_alerts.py` |
| 48 | + |
| 49 | ++ Updated: Cosmetic update to operation and parameter descriptions in the _GetCombinedImages_, _CombinedImageDetail_, and _ReadCombinedImagesExport_ operations within the __Container Images__ service collection. |
| 50 | + - `_endpoint/_container_images.py` |
| 51 | + |
| 52 | ++ Updated: Cosmetic update to operation and parameter descriptions in the _ReadPackagesByFixableVulnCount_, _ReadPackagesByVulnCount_, _ReadPackagesCombinedExport_, _ReadPackagesCombined_, and _ReadPackagesCombinedV2_ operations within the __Container Packages__ service collection. |
| 53 | + - `_endpoint/_container_packages.py` |
| 54 | + |
| 55 | ++ Updated: Cosmetic update to operation and parameter descriptions in the _ReadVulnerabilityCountByActivelyExploited_, _ReadVulnerabilityCountByCPSRating_, _ReadVulnerabilityCountByCVSSScore_, _ReadVulnerabilityCountBySeverity_, _ReadVulnerabilityCount_, _ReadVulnerabilitiesByImageCount_, _ReadVulnerabilitiesPublicationDate_, _ReadCombinedVulnerabilitiesDetails_, _ReadCombinedVulnerabilitiesInfo_, and _ReadCombinedVulnerabilities_ operations within the __Container Vulnerabilities__ service collection. |
| 56 | + - `_endpoint/_container_vulnerabilities.py` |
| 57 | + |
| 58 | ++ Deprecated: Deprecated the __Detects__ service collection and all included endpoints. Closes #1378. |
| 59 | + - `_endpoint/_detects.py` |
| 60 | + - `_endpoint/deprecated/_mapping.py` |
| 61 | + - `detects.py` |
| 62 | + > Thanks go out to @djacquensf9 for reporting this update! 🙇 |
| 63 | +
|
| 64 | +--- |
| 65 | + |
1 | 66 | # Version 1.5.4 |
2 | 67 | ## Added features and functionality |
3 | 68 | + 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