New bleeding edge build (v0.4.6) now available! #135
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy 0.4.6
Hi everyone!
I'm pleased to announce a new bleeding edge release, FalconPy v0.4.6, is now available via test.pypi.org.
This new build provides an early release preview to the enhancements implemented in PR #133 .
Added features and functionality
Added: MSSP (Falcon Flight Control) Service Class
test_mssp.py
)Added: Zero Trust Assessment Service Class
test_zero_trust_assessment.py
)Issues resolved
or Object authentication, Closes #134
Other
force_default
function - decorator function that forces default values for function arguments (_util.py
)get_default
test_uber_api_complete.py
)calc_url_from_args
(_util.py
)_create_header_payload
(api_complete.py
, Requires class internal variables)valid_cred_format
, replaces previous lambda class attributetoken_expired
, replaces previous lambda class attributetest_uber_api_complete.py
)test_cspm_registration.py
util/coverage.config
Installation
You can check out this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
Beta Was this translation helpful? Give feedback.
All reactions