Recent Releases of crowdstrike-foundry-function
crowdstrike-foundry-function - 1.1.1
What's Changed
- Support for running in CLI mode in https://github.com/CrowdStrike/foundry-fn-python/pull/14
- Documentation updates
Full Changelog: https://github.com/CrowdStrike/foundry-fn-python/compare/1.1.0...1.1.1
- Python
Published by BanuY 10 months ago
crowdstrike-foundry-function - 1.1.0
What's Changed
- Support for files as input to function handlers by @johns31459 in https://github.com/CrowdStrike/foundry-fn-python/pull/13
Full Changelog: https://github.com/CrowdStrike/foundry-fn-python/compare/1.0.1...1.1.0
- Python
Published by johns31459 11 months ago
crowdstrike-foundry-function - Version 1.0.1 release
What's Changed
- Version 1.0.0 release by @johns31459 in https://github.com/CrowdStrike/foundry-fn-python/pull/10
- Update CITATION.cff by @jshcodes in https://github.com/CrowdStrike/foundry-fn-python/pull/11
- fixes logger reuse bug (v1.0.1) by @johns31459 in https://github.com/CrowdStrike/foundry-fn-python/pull/12
New Contributors
- @prvn made their first contribution in https://github.com/CrowdStrike/foundry-fn-python/pull/8
- @jshcodes made their first contribution in https://github.com/CrowdStrike/foundry-fn-python/pull/11
Full Changelog: https://github.com/CrowdStrike/foundry-fn-python/compare/0.5.3...1.0.1
- Python
Published by johns31459 about 1 year ago
crowdstrike-foundry-function - 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.
- Python
Published by johns31459 over 2 years ago
crowdstrike-foundry-function - 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.
- Python
Published by johns31459 over 2 years ago
crowdstrike-foundry-function - v0.5.1 - drop the logging overhead
This release cleans up some additional cruft around logging.
- Python
Published by jsteenb2 over 2 years ago
crowdstrike-foundry-function - 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.
- Python
Published by jsteenb2 over 2 years ago
crowdstrike-foundry-function - Canonical HTTP header fix
- Python
Published by johns31459 over 2 years ago
crowdstrike-foundry-function - 0.3.0
Adds PyPi long description.
- Python
Published by chriscannon over 2 years ago
crowdstrike-foundry-function - 0.2.0
Adds versioning to setup.py
- Python
Published by chriscannon over 2 years ago
crowdstrike-foundry-function - v0.1.0
Initial release
- Python
Published by chriscannon over 2 years ago