From c69b7199a27c7267e0485979c1a0e989f342ce3e Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Wed, 31 Jul 2024 17:37:31 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e1ae86..c084ce2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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__.