Skip to content

Releases: CrowdStrike/foundry-fn-python

1.1.4

24 Feb 11:07
0fc6b2d

Choose a tag to compare

What's Changed

  • Updates complex inputs example to reflect a Foundry app and how to integrate with Fusion by @johns31459 in #18
  • Add dependabot for automated dependency updates by @mraible in #20
  • Harden workflow for better security by @mraible in #21
  • Update urllib3 to version 2.6.3 by @BanuY in #27

New Contributors

Full Changelog: 1.1.3...1.1.4

1.1.3

09 Dec 13:22

Choose a tag to compare

What's Changed

  • update urllib3 to address CVEs in #17

Full Changelog: 1.1.2...1.1.3

1.1.2

14 Oct 10:06

Choose a tag to compare

What's Changed

  • Update package dependencies #15

Full Changelog: 1.1.1...1.1.2

1.1.1

12 Jun 09:32

Choose a tag to compare

What's Changed

  • Support for running in CLI mode in #14
  • Documentation updates

Full Changelog: 1.1.0...1.1.1

1.1.0

28 Apr 14:16
eaf6286

Choose a tag to compare

What's Changed

  • Support for files as input to function handlers by @johns31459 in #13

Full Changelog: 1.0.1...1.1.0

Version 1.0.1 release

15 Jan 19:37
9ed4587

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...1.0.1

Reduces dependency constraints

24 Oct 18:22
4eba5de

Choose a tag to compare

The previous incarnation of the requirements.txt pinned the user to a specific dependencies. This introduces problems if, for example, a new version of falconpy is introduced or if the user wishes to pull in a dependency of their own which needs a newer version of one that we've specified - the user will have no way of upgrading. This change lessens the constraint by providing a minimum version which will get included but no maximum. The only exception to this is urllib3 of which we cannot go above 1.x at this time due to certain breaking changes introduced.

fix for http headers and status code in response

18 Oct 21:59
b881560

Choose a tag to compare

Corrects an issue where the HTTP status code and relevant headers are not present in the response.

v0.5.1 - drop the logging overhead

17 Oct 15:51
f99bb20

Choose a tag to compare

This release cleans up some additional cruft around logging.

0.5.0 - sdk user centric redesign

17 Oct 12:51
b7f3b61

Choose a tag to compare

This release marks the transition to our user centric SDK. This puts the user in the driver seat, removes boilerplate, and provides utility functions for taking care of the most common operations.