Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Jun 4, 2024
1 parent 3b1360d commit 3a4a2b9
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# Version 1.4.4
## Added features and functionality
+ Added: Added new __API Integrations__ service collection with two new operations, __GetCombinedPluginConfigs__ and __ExecuteCommand__.
- `__init__.py`
- `_endpoint/__init__.py`
- `_endpoint/_api_integrations.py`
- `_payload/__init__.py`
- `_payload/_api_integrations.py`
- `api_integrations.py`
> Unit testing expanded to complete code coverage.
- `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.
- `_endpoint/_intel.py`
- `intel.py`

+ Added: Added new __ThreatGraph__ service collection with 5 new operations.
- `__init__.py`
- `_endpoint/__init__.py`
- `_endpoint/_threatgraph.py`
- `_util/_functions.py`
- `_util/uber.py`
- `threatgraph.py`
> Unit testing expanded to complete code coverage.
- `tests/test_threatgraph.py`

## Issues resolved
+ Fixed: Resolved parameter abstraction issue when leveraging form data payloads with certain API operations. Closes #1160.
- `_util/__init__.py`
- `_util/_functions.py`
- `falconx_sandbox.py`
- `foundry_logscale.py`
- `message_center.py`
- `sample_uploads.py`
- `workflows.py`
> Unit testing expanding to complete code coverage.
- `test_falconx_sandbox.py`
- `test_message_center.py`
- `test_sample_uploads.py`
- `test_workflows.py`

+ Fixed: Resolved collision with the `action` keyword argument within the Uber Class and API operations using this string as a key. Closes #1161.
- `_util/_uber.py`
- `api_complete/_advanced.py`

+ Fixed: Resolved potential ValueError when providing invalid values to version comparison method.
- `_version.py`
> Unit testing expanded to complete code coverage.
- `test_timeout.py`

## Other
+ Adjusted: Unit testing adjusted to allow 204 responses from _DeletePolicy_ operation testing.
- `test_image_assessment_policies.py`

+ Expanded: Unit testing expanded to test context authentication when `base_url` is not specified.
- `test_zero_trust_assessment.py`

---

# Version 1.4.3
## Added features and functionality
+ Added: Context Authentication (supports Foundry execution environments).
Expand Down

0 comments on commit 3a4a2b9

Please sign in to comment.