Recent Releases of https://github.com/crowdstrike/foundry-js
https://github.com/crowdstrike/foundry-js - v0.19.0
Minor Changes
- TypeScript
Published by github-actions[bot] 12 months ago
https://github.com/crowdstrike/foundry-js - v0.18.0
Minor Changes
- #134
49a562bThanks @karbi-cs! - Adding GET, POST, and PATCH methods for /devices/entities/devices/v1
- TypeScript
Published by github-actions[bot] about 1 year ago
https://github.com/crowdstrike/foundry-js - v0.17.1
Patch Changes
- #75
aa135d6Thanks @cs-ade-adesokan! - Added list method to collections
- TypeScript
Published by github-actions[bot] over 1 year ago
https://github.com/crowdstrike/foundry-js - v0.17.0
Minor Changes
- #73
804f1feThanks @cs-ade-adesokan! - Added upgraded alerts api methods- deprecated
getQueriesAlertsV1and addedgetQueriesAlertsV2to be used in its place. - deprecated
patchCombinedAlertsV2and addedpatchCombinedAlertsV3to be used in its place. - deprecated
patchEntitiesAlertsV2and addedpatchEntitiesAlertsV3to be used in its place. - deprecated
postAggregatesAlertsV1and addedpostAggregatesAlertsV2to be used in its place. - deprecated
postEntitiesAlertsV1and addedpostEntitiesAlertsV2to be used in its place.
- deprecated
- TypeScript
Published by github-actions[bot] over 1 year ago
https://github.com/crowdstrike/foundry-js - v0.16.0
Minor Changes
- #70
0550a4eThanks @rlucha-crowdstrike! - Enforce mandatory definitionID for API Integration calls
- TypeScript
Published by github-actions[bot] over 1 year ago
https://github.com/crowdstrike/foundry-js - v0.15.0
Minor Changes
- #66
6dffeddThanks @rhinchey-cs! - return initial data from connect()
- TypeScript
Published by github-actions[bot] almost 2 years ago
https://github.com/crowdstrike/foundry-js - v0.14.0
Minor Changes
- #63
80aa395Thanks @rhinchey-cs! - Adding new methods to plugins and logging apis
- TypeScript
Published by github-actions[bot] almost 2 years ago
https://github.com/crowdstrike/foundry-js - v0.13.0
Minor Changes
- #60
70f1700Thanks @RuslanZavacky! - Update packages, adapt code & tests for new versions.
- TypeScript
Published by github-actions[bot] about 2 years ago
https://github.com/crowdstrike/foundry-js - v0.12.1
Patch Changes
- #58
3d05e29Thanks @RuslanZavacky! - Added code of conduct
- TypeScript
Published by github-actions[bot] over 2 years ago
https://github.com/crowdstrike/foundry-js - v0.12.0
Minor Changes
- #55
4fb9b96Thanks @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.
- TypeScript
Published by github-actions[bot] over 2 years ago
https://github.com/crowdstrike/foundry-js - v0.11.0
Minor Changes
#53
2000545Thanks @RuslanZavacky! - Improve how we handle onClick for navigation. Now when adding event listener to click event:javascript 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.
- TypeScript
Published by github-actions[bot] over 2 years ago
https://github.com/crowdstrike/foundry-js - v0.10.1
Patch Changes
- #51
4d60e65Thanks @simonihmig! - Expose permissions map as local data
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.10.0
Minor Changes
- #49
0cbf06aThanks @RuslanZavacky! - * UsegetIntelMitreEntitiesMatrixV1instead ofgetEntitiesMatrixV1- Updated available APIs
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.9.0
Minor Changes
#45
3d15b8fThanks @simonihmig! - [BREAKING] Refactor namespaces for consistencyThis change moves the Cloud APIs, which were previously accessed directly from the
FalconAPIinstance, to their own.apinamespace.To migrate:
```js // before: falcon.incidents.getQueriesIncidentsV1();
// after: falcon.api.incidents.getQueriesIncidentsV1(); ```
Furthermore, the
uploadFile()function has been moved into the existing.uinamespace.To migrate:
```js // before: falcon.uploadFile('remote-response');
// after: falcon.ui.uploadFile('remote-response'); ```
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.8.2
Patch Changes
- #42
6a1aee3Thanks @PaulRosset! - Add additional endpoints for handling File Upload GET/DELETE
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.8.1
Patch Changes
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.8.0
Minor Changes
#36
df231a5Thanks @RuslanZavacky! - * To initialize CloudFunction abstraction, we can pass id + version (optional) or name + version (optional). Latter will be the default way forward - name + version:javascript const cloudFunction = falcon.cloudFunction({ name: 'my-function-name', version: 6, });- How we pass query and header to the cloud function is changing.
javascript const postResponse = await cloudFunction .path('/actions') .post( { action: 'ok' }, { query: { param1: 'value1' }, header: { header1: 'value1' } }, );- Collections:searchmethod definition updated to match API improvements - LogScale: addedsavedSearchmethod to execute saved searches - App ID will be passed with initial data and will be automatically appended in places where it is required - Updated APIs endpoints for Collections and RTR
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.7.3
Patch Changes
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.7.2
Patch Changes
#32
fd4c415Thanks @simonihmig! - Add user data to local dataWe now pass the user's uuid and username as local data to extensions
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.7.1
Patch Changes
- #30
412d2e5Thanks @simonihmig! - Fix RTR put-files endpoint
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.7.0
Minor Changes
- #28
6363ec2Thanks @simonihmig! - Update put-files endpoints
Patch Changes
- #26
946c3a1Thanks @simonihmig! - Fix return type ofbridge.postMessage()using properResponseFortype
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.6.1
Patch Changes
- #24
d05b45eThanks @simonihmig! - Add RTR app API endpoints
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.6.0
Minor Changes
- #20
3e7d79eThanks @PaulRosset! - Add the ability to perform PUT request for Cloud functions
Patch Changes
- #22
4344a0eThanks @PaulRosset! - Fix path chained method with the correct dedicated function call
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.5.1
Patch Changes
#18
d8a515aThanks @simonihmig! - Fix package.json exports for API typesFor types, we want to allow importing from e.g.
/apis/workflows, which should map to/dist/apis/workflows/index.d.ts(note the implicit index module). For real runtime imports, we still only allow importing from index, i.e.@crowdstrike/foundry-js.
- TypeScript
Published by github-actions[bot] almost 3 years ago
https://github.com/crowdstrike/foundry-js - v0.5.0
Minor Changes
- #16
c5668caThanks @simonihmig! - Update SDK with all internal changes
- TypeScript
Published by github-actions[bot] almost 3 years ago