v1.1.3
projectdiscovery/katanav1.1.3Apr 24, 2025by dogancanbakir
AI Summary
This release addresses stability and memory usage issues, improving the crawler's wait logic and Dockerfile setup.
Key Highlights
- Fixed memory usage issues with the `-ef` parameter.
- Improved wait logic to ensure all requests are completed.
- Fixed Dockerfile build environment setup.
Full Release Notes
## What's Changed ### 🐞 Bug Fixes * Fixed the issue where the "-ef" parameter only filtered at the output level, which increased memory usage by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1203 * Fixed crawl issue by replacing WaitLoad/Idle with WaitStable to ensure all requests are completed by @alban-stourbe-wmx in https://github.com/projectdiscovery/katana/pull/1217 * Fixed Dockerfile by adjusting the build environment setup by @LukasForst in https://github.com/projectdiscovery/katana/pull/1122 ### Other Changes * Made `-store-response` feature to properly save URLs with ports by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1229 * Fixed typos in both the README and code documentation by @kianmeng in https://github.com/projectdiscovery/katana/pull/1208 * Added note to documentation about Go version required by @adaminfinitum in https://github.com/projectdiscovery/katana/pull/1216 ## New Contributors * @LukasForst made their first contribution in https://github.com/projectdiscovery/katana/pull/1122 * @kianmeng made their first contribution in https://github.com/projectdiscovery/katana/pull/1208 * @adaminfinitum made their first contribution in https://github.com/projectdiscovery/katana/pull/1216 **Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.1.2...v1.1.3