Releases: CrowdStrike/foundry-js
Releases · CrowdStrike/foundry-js
v0.17.0
Minor Changes
- #73
804f1fe
Thanks @cs-ade-adesokan! - Added upgraded alerts api methods- deprecated
getQueriesAlertsV1
and addedgetQueriesAlertsV2
to be used in its place. - deprecated
patchCombinedAlertsV2
and addedpatchCombinedAlertsV3
to be used in its place. - deprecated
patchEntitiesAlertsV2
and addedpatchEntitiesAlertsV3
to be used in its place. - deprecated
postAggregatesAlertsV1
and addedpostAggregatesAlertsV2
to be used in its place. - deprecated
postEntitiesAlertsV1
and addedpostEntitiesAlertsV2
to be used in its place.
- deprecated
v0.16.0
Minor Changes
- #70
0550a4e
Thanks @rlucha-crowdstrike! - Enforce mandatory definitionID for API Integration calls
v0.15.0
Minor Changes
- #66
6dffedd
Thanks @rhinchey-cs! - return initial data from connect()
v0.14.0
Minor Changes
- #63
80aa395
Thanks @rhinchey-cs! - Adding new methods to plugins and logging apis
v0.13.0
Minor Changes
- #60
70f1700
Thanks @RuslanZavacky! - Update packages, adapt code & tests for new versions.
v0.12.1
Patch Changes
- #58
3d05e29
Thanks @RuslanZavacky! - Added code of conduct
v0.12.0
Minor Changes
- #55
4fb9b96
Thanks @RuslanZavacky! - Connect message can be undefined, if app runs without iframe. If that happens, we'll gracefully ignore failure and allow application to continue to work.
v0.11.0
Minor Changes
-
#53
2000545
Thanks @RuslanZavacky! - Improve how we handle onClick for navigation. Now when adding event listener to click event:document .querySelector('[data-internal-links]') .addEventListener('click', (event) => falcon.navigation.onClick(event, '_self', 'internal'), );
we'll call preventDefault correctly and won't throw error in the console.
v0.10.1
Patch Changes
- #51
4d60e65
Thanks @simonihmig! - Expose permissions map as local data
v0.10.0
Minor Changes
- #49
0cbf06a
Thanks @RuslanZavacky! - * UsegetIntelMitreEntitiesMatrixV1
instead ofgetEntitiesMatrixV1
- Updated available APIs