From 057ebc3ef4a64189e683a3bf3cc3e270d003200a Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Wed, 23 Oct 2024 06:00:53 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c084ce2d2..aace4bb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,103 @@ +# Version 1.4.6 +## Added features and functionality ++ Added: Added _ExecuteCommandProxy_ operation to the __API Integrations__ service collection. + - `_endpoing/_api_integrations.py` + - `_payload/_api_integrations.py` + - `api_integrations.py` + > Unit testing expanded to complete code coverage. + - `tests/test_api_integrations.py` + ++ Added: Added new __QuickScan Pro__ service collection with 6 new operations. + - _UploadFileMixin0Mixin94_ + - _DeleteFile_ + - _GetScanResult_ + - _LaunchScan_ + - _DeleteScanResult_ + - _QueryScanResults_ + - `__init__.py` + - `_endpoint/__init__.py` + - `_endpoint/_quick_scan_pro.py` + - `quick_scan_pro.py` + > Unit testing expanded to complete code coverage. + - `tests/test_quick_scan_pro.py` + ++ Updated: Added new filter options to all operations within the __Compliance Assessment__ service collection. + - `_endpoint/__init__.py` + - `_endpoint/_compliance_assessments.py` + - `compliance_assessments.py` + ++ Added: Added _combined_applications_ and _combined_hosts_ operations to the __Discover__ service collection. + - `_endpoint/_discover.py` + - `_endpoint/deprecated/_discover.py` + - `discover.py` + > Unit testing expanded to complete code coverage. + - `tests/test_discover.py` + ++ Added: Added new _ReadDriftIndicatorEntities_ operation to the __Drift Indicators__ service collection. + - `_endpoint/_drift_indicators.py` + - `drift_indicators.py` + > Unit testing expanded to complete code coverage. + - `tests/test_drift_indicators.py` + ++ Added: Added new _delete_external_assets_ operation to the __Exposure Management__ service collection. + - `_endpoint/_exposure_management.py` + - `_endpoint/deprecated/_exposure_management.py` + - `exposure_management.py` + ++ Added: Added `aid` parameter and two new values for `environment_id` to the _Submit_ operation within the __Falcon Intelligence Sandbox__ service collection. + - `_endpoint/_falconx_sandbox.py` + - `falconx_sandbox.py` + ++ Added: Added `data_content` parameter to _IngestDataAsyncV1_ and _IngestData_ operations and added `job_status_only` parameter to the _GetSavedSearchesExecuteV1_ operation within the __Foundry LogScale__ service collection. + - `_endpoint/_foundry_logscale.py` + - `foundry_logscale.py` + ++ Updated: Increased resultset max return for the _QueryDevicesByFilterScroll_ operation to align with new API maximums. (__Hosts__ Service Class) + - `_endpoint/_hosts.py` + - `hosts.py` + ++ Added: Added `cl_regex` and `ifn_regex` parameters to the _queryIOAExclusionsV1_ operation within the __IOA Exclusions__ service collection. + - `_endpoint/_ioa_exclusions.py` + - `ioa_exclusions.py` + ++ Added: Added `secondary_sort` (Also accepted: `secondarySort`) parameter to the _QueryRulesV1_ operation within the __Recon__ service collection. + - `_endpoint/_recon.py` + - `_recon.py` + ++ Added: Added `is_descendent_process` parameter to the _updateSensorVisibilityExclusionsV1_ operation within the __Sensor Visibility Exclusions__ service collection. + - `_payload/_generic.py` + - `sensor_visibility_exclusions.py` + ++ Added: Added additional vertices types as sort options to the `combined_summary_get`, `entities_vertices_get`, and `entities_vertices_getv2` operations within the __ThreatGraph__ service collection. + - `_endpoint/_threatgraph.py` + - `_util/_functions.py` + - `threatgraph.py` + +## Issues resolved ++ Updated: Fixed typing syntax on `update_device_tags` method. (__Hosts__ Service Class) + - `hosts.py` + +## Other ++ Added: Added US-GOV-2 region to CrowdStrike container region (Container Base URL) enumerator. + - `_enum/_container_base_url.py` + - Thanks go out to @redhatrises for contributing this update. 🙇 + ++ Updated: Updated descriptions for _GetNotificationsDetailedTranslatedV1_ and _GetNotificationsDetailedV1_ operations within the __Recon__ service collection. + - `_endpoint/_recon.py` + - `_recon.py` + ++ Updated: Cosmetic updates to multiple operation descriptions within the __Custom IOA__ service collection. + - `_endpoint/_custom_ioa.py` + - `_endpoint/deprecated/_custom_ioa.py` + ++ Updated: Cosmetic updates to multiple operation descriptions and enumerators within the __Host Migration__ service collection. + - `_endpoint/_host_migration.py` + ++ Updated: Enumerator updated for the _QueryCasesIdsByFilter_ operation within the __Message Center__ service collection. + - `_endpoint/_message_center.py` + +--- + # Version 1.4.5 ## Added features and functionality + Added: Added new __Host Migration__ service collection with 10 new operations.