Skip to content

Releases: CrowdStrike/foundry-fn-python

Reduces dependency constraints

24 Oct 18:22
4eba5de
Compare
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
Compare
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
Compare
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
Compare
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.

Canonical HTTP header fix

01 Sep 13:58
55934bd
Compare
Choose a tag to compare
0.4.0

ensure headers are canoncically formatted (#1)

0.3.0

08 Aug 17:30
Compare
Choose a tag to compare

Adds PyPi long description.

0.2.0

08 Aug 17:05
Compare
Choose a tag to compare

Adds versioning to setup.py

v0.1.0

08 Aug 14:21
47c2b2f
Compare
Choose a tag to compare

Initial release