|
| 1 | +# Version 1.5.2 |
| 2 | +## Added features and functionality |
| 3 | ++ Updated: Updated `import_definition` (_WorkflowDefinitionsImport_ operation) method to allow for raw YAML file data to be passed to the `data_file` keyword within the __Workflows__ Service Class. Closes #1341. |
| 4 | + - `workflows.py` |
| 5 | + > Unit testing expanded to complete code coverage. |
| 6 | + - `tests/test_workflows.py` |
| 7 | + - Thanks go out to @jbfuzier for suggesting this update. 🙇 |
| 8 | + |
| 9 | ++ Updated: Expanded error handling for context manager usage scenarios. |
| 10 | + - `_auth_object/_uber_interface.py` |
| 11 | + - `_service_class/_service_class.py` |
| 12 | + > Unit testing expanded to complete code coverage. |
| 13 | + - `tests/test_service_class.py` |
| 14 | + - `tests/test_uber.py` |
| 15 | + |
| 16 | ++ Updated: Updated default `limit` for the _ReadCombinedVulnerabilitiesDetails_ operation from 100 to 5000 within the __Container Vulnerabilities__ service collection. |
| 17 | + - `_endpoint/_container_vulnerabilities.py` |
| 18 | + |
| 19 | ++ Added: Added `temporarily_assigned_cids` as an allowed value for the `filter` parameter in the _queryUserV1_ operation within the __User Management__ service collection. |
| 20 | + - `_endpoint/_user_management.py` |
| 21 | + - `user_management.py` |
| 22 | + |
| 23 | ++ Added: Added new _GetIndicatorAggregates_ operation to the __Intelligence Indicator Graph__ service collection. |
| 24 | + - `_endpoint/_intelligence_indicator_graph.py` |
| 25 | + - `intelligence_indicator_graph.py` |
| 26 | + > Unit testing expanded to complete code coverage. |
| 27 | + - `tests/test_intelligence_indicator_graph.py` |
| 28 | + |
| 29 | +## Issues resolved |
| 30 | ++ Fixed: Restored incorrectly removed values from the __PREFER_IDS_IN_BODY__ constant. Closes #1344. |
| 31 | + - `_constant/__init__.py` |
| 32 | + - Thanks go out to @agburch for identifying this issue! 🙇 |
| 33 | + |
| 34 | +## Other |
| 35 | ++ Updated: Updated `generate_error_result` method to handle context manager and pythonic scenarios. |
| 36 | + - `_util/_functions.py` |
| 37 | + |
| 38 | ++ Updated: Cosmetic updates to the `filter` parameter for the _cloud_security_registration_oci_get_account_ operation within the __Cloud OCI Registration__ service collection. |
| 39 | + - `_endpoint/_cloud_oci_registration.py` |
| 40 | + - `_endpoint/deprecated/_cloud_oci_registration.py` |
| 41 | + |
| 42 | +--- |
| 43 | + |
1 | 44 | # Version 1.5.1 |
2 | 45 | ## Added features and functionality |
3 | 46 | + Added: Added the _CreateFileV1_ and _UpdateFileV1_ operations to the __Foundry LogScale__ service collection. |
|
0 commit comments