Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Oct 23, 2024
1 parent b46986b commit 057ebc3
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 057ebc3

Please sign in to comment.