Releases: AikidoSec/firewall-python
Releases · AikidoSec/firewall-python
v1.2.25
What's Changed
- LangChain: Add openAI & Anthropic support
- Add a check on the python version, and don't start Zen if the version is not supported.
- Fix a bug in path traversal algorithm for paths containing multiple slashes
- Fix a bug that can cause recursion on startup in rare cases
- Improve test cases & e2e tests
- Make [Ctrl-C] exits with zen graceful for gUnicorn
v1.2.25 - Lambda beta
v1.2.25b0 Merge branch 'main' into add-aws-lambda-support-beta
v1.2.24
What's Changed
- Improved sqli algorithm
- Minor performance improvements
v1.2.24b2
Full Changelog: v1.2.24b1...v1.2.24b2
v1.2.24b1
Full Changelog: v1.2.24b0...v1.2.24b1
v1.2.24b0
set I/O calls limit to 25
v1.2.23
What's Changed
- Performance optimizations for single-interpreter programs
- Now supports number arrays in route building algorithm
- adds warning log when running with gevent
- adds groq AI support
v1.2.23 beta
What's Changed
Full Changelog: v1.2.22...v1.2.23b0
v1.2.22
What's changed
- Removes dependency on
requests
, now uses built-in http module - Remove leftover logging
v1.2.22 beta
What's Changed
- Removes dependency on
requests
, now uses built-in http module - Remove leftover logging