Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Aug 1, 2024
1 parent 304da75 commit c69b719
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
> Unit testing expanded to complete code coverage.
- `tests/test_certificate_based_exclusions.py`

+ Added: Added new __Data Scanner__ service collection with 3 new operations.
- `__init__.py`
- `_endpoint/__init__.py`
- `_endpoint/_datascanner.py`
- `_endpoint/deprecated/_datascanner.py`
- `datascanner.py`
> Unit testing expanded to complete code coverage.
- `tests/test_datascanner.py`


+ Added: Added new __Compliance Assessments__ service collection with 11 new operations.
- `__init__.py`
- `_endpoint/__init__.py`
Expand All @@ -37,6 +27,29 @@
> Unit testing expanded to complete code coverage.
- `tests/test_compliance_assessments.py`

## Issues resolved
+ Fixed: Resolved comparison issue with version check helper method.
- `_version.py`

## Other
+ Added: USGOV2 cloud region added to Base URL enumerator.
- `_enum/_base_url.py`

+ Added: Automatic base URL detection from context objects when available.
- `_auth_object/_falcon_interface.py`

+ Pinned: `setuptools` package pinned to version __70.3.0__ to avoid failures with new iterations of setuptools in Azure environments.
- `requirements.txt`
- `requirements-dev.txt`
- `setup.py`
- `dev-setup.py`
- Thanks go out to @gansel51 for identifying this issue and contributing a fix! 🙇

+ Pinned: `zipp` package pinned to version __3.19.1__ to avoid a potential vulnerability.
- `requirements-dev.txt`

---

# Version 1.4.4
## Added features and functionality
+ Added: Added new __API Integrations__ service collection with two new operations, __GetCombinedPluginConfigs__ and __ExecuteCommand__.
Expand Down

0 comments on commit c69b719

Please sign in to comment.