Version 1.6.4 released! #1487
Pinned
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FalconPy v1.6.4
This update implements new operations and service collections. Type stubs are also included.
Unit test coverage
Bandit analysis
[main] INFO profile include tests: None [main] INFO profile exclude tests: None [main] INFO cli include tests: None [main] INFO cli exclude tests: None [main] INFO running on Python 3.14.4 Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01 Run started:2026-06-30 20:21:03.431529+00:00 Test results: No issues identified. Code scanned: Total lines of code: 135464 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):Added features and functionality
Added: Added PEP 561 type stub (
.pyi) files for every service collection, along with apy.typedmarker, so type checkers and IDEs can surface method signatures, keyword arguments, and return types. Deprecated and decommissioned methods are annotated with@deprecatedso editors flag them at call sites.py.typed*.pyi(one stub per service collection)Added: Added
cloud_registration_gcp_post_terraform_scriptoperation to the Cloud Google Cloud Registration service collection._endpoint/_cloud_google_cloud_registration.pycloud_google_cloud_registration.pytests/test_cloud_google_cloud_registration.pyAdded: New Falcon Id service collection with four operations.
_endpoint/__init__.py_endpoint/_falcon_id.py_payload/__init__.py_payload/_falcon_id.py__init__.pyfalcon_id.pytests/test_falcon_id.pyAdded: Added
DevicesActionsDeleteV1operation to the Hosts service collection._endpoint/_hosts.pyhosts.pytests/test_hosts.pyAdded: Added
indicator_sdmf_query_v1operation to the Ioc service collection._endpoint/_ioc.pyioc.pytests/test_ioc.pyAdded: Added
CombinedKnowledgeBasesV1operation to the Knowledge Bases service collection._endpoint/_knowledge_bases.pyknowledge_bases.pytests/test_knowledge_bases.pyAdded: Added
UpdateParserExtensionoperation to the Ngsiem service collection._endpoint/_ngsiem.pyngsiem.pytests/test_ngsiem.pyAdded: Added
US-3region base URL to the BaseURL and ContainerBaseURL enums._enum/_base_url.py_enum/_container_base_url.pyUpdated: Added
accessed_classified_file,classified_file_accessed_byas allowededge_typevalues in the combined_edges_get operation, removededge_typevalueruns_sessionfrom the combined_edges_get operation, addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the combined_summary_get operation, addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the entities_vertices_get operation, and addedfdp-classified-files,fdp_classified_filesas allowedvertex_typevalues in the entities_vertices_getv2 operation within the Threatgraph service collection._endpoint/_threatgraph.pythreatgraph.pyUpdated: Added
skip_artifact_resolutionas an allowed parameter in the WorkflowActivitiesCombined operation within the Workflows service collection._endpoint/_workflows.pyworkflows.pyInstallation
You can install 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
This discussion was created from the release Version 1.6.4.
Beta Was this translation helpful? Give feedback.
All reactions