From f5eb6a658cf63cbcafc31adfa8647697ad9a8493 Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Tue, 4 Jun 2024 09:33:02 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba58c383..3314121ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,33 @@ - `tests/test_api_integrations.py` - `tests/test_uber.py` -+ Added: Added `cql-master`, `cql-update`, and `cql-changelog` as allowed options for the `type` keyword within the _GetLatestIntelRuleFile_ and _QueryIntelRuleIds_ operations. ++ Added: Added new allowed parameters for the _GetCSPMAwsAccountScriptsAttachment_ operation within the __CSPM Registration__ service collection. + - `_endpoint/_cspm_registration.py` + - `cspm_registration.py` + ++ Added: Added one new operation (_update_rules_v2_) to the __Custom IOA__ service collection. + - `_endpoint/_custom_ioa.py` + - `_endpoint/deprecated/_custom_ioa.py` + - `custom_ioa.py` + > Unit testing expanded to complete code coverage. + - `tests/test_custom_ioa.py` + ++ Added: Added new allowed parameters for the _GetD4CAWSAccountScriptsAttachment_ operation within the __D4C Registration__ service collection. + - `_endpoint/_d4c_registration.py` + - `d4c_registration.py` + ++ Added: Added `cql-master`, `cql-update`, and `cql-changelog` as allowed options for the `type` keyword within the _GetLatestIntelRuleFile_ and _QueryIntelRuleIds_ operations (__Intel__ service collection). - `_endpoint/_intel.py` - `intel.py` ++ Added: Added one new operation (_RequestDeviceEnrollmentV4_) to the __Mobile Enrollment__ service collection. + - `_endpoint/_mobile_enrollment.py` + - `_payload/__init__.py` + - `_payload/_mobile_enrollment.py` + - `mobile_enrollment.py` + > Unit testing expanded to complete code coverage. + - `tests/test_mobile_enrollment.py` + + Added: Added new __ThreatGraph__ service collection with 5 new operations. - `__init__.py` - `_endpoint/__init__.py` @@ -25,6 +48,12 @@ > Unit testing expanded to complete code coverage. - `tests/test_threatgraph.py` ++ Added: Added two new operations (_WorkflowActivitiesCombined_ and _WorkflowTriggersCombined_) to the __Workflows__ service collection. + - `_endpoint/_workflows.py` + - `workflows.py` + > Unit testing expanded to complete code coverage. + - `tests/test_workflows.py` + ## Issues resolved + Fixed: Resolved parameter abstraction issue when leveraging form data payloads with certain API operations. Closes #1160. - `_util/__init__.py` @@ -56,6 +85,16 @@ + Expanded: Unit testing expanded to test context authentication when `base_url` is not specified. - `test_zero_trust_assessment.py` ++ Updated: Updated enumerator for the `sort` parameter definition for the _QueryCasesIdsByFilter_ operation (__Message Center__ service collection). + - `_endpoint/_message_center.py` + ++ Updated: Updated `filter` parameter description for the _query_iot_hosts_ operation within the __Discover__ service collection. + - `_endpoint/_discover.py` + ++ Updated: Updated `sort` parameter description for the _query_rulesMixin0_ operation within the __Custom IOA__ service collection. + - `_endpoint/_custom_ioa.py` + - `_endpoint/deprecated/_custom_ioa.py` + --- # Version 1.4.3