Releases: CrowdStrike/foundry-fn-python
Reduces dependency constraints
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
Corrects an issue where the HTTP status code and relevant headers are not present in the response.
v0.5.1 - drop the logging overhead
This release cleans up some additional cruft around logging.
0.5.0 - sdk user centric redesign
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
0.4.0 ensure headers are canoncically formatted (#1)
0.3.0
Adds PyPi long description.
0.2.0
Adds versioning to setup.py
v0.1.0
Initial release