Releases: HazaVVIP/hazler
Releases · HazaVVIP/hazler
v0.2.0-alpha.1
What's Changed
- Audit all crates and define v0.2.0 development roadmap by @Copilot in #23
- Consolidate development roadmap documents into single comprehensive plan by @Copilot in #24
- Add headless browser with CDP network interception and eBPF monitoring suite by @Copilot in #25
- Update Roadmap-Development.md with completed headless browser and eBPF implementations by @Copilot in #26
- Add CLI integration for headless browser support by @Copilot in #27
- Implement WAF evasion: User-Agent rotation, Chrome client hints, and request timing randomization by @Copilot in #28
- Add tool integration formats (Nuclei, ffuf, Burp) and pipeline mode by @Copilot in #29
- Add GraphQL detection and source map analysis for security reconnaissance by @Copilot in #32
- Add smart fuzzing module for proactive endpoint discovery by @Copilot in #33
- Implement Response Diffing Engine with SimHash, clustering, and baseline comparison by @Copilot in #34
- Implement retry, persistence, and resilience framework by @Copilot in #35
- Implement authentication framework with 6 methods and CLI integration by @Copilot in #36
- [WIP] Update Roadmap-Development.md with implementation progress by @Copilot in #37
- Fix CI: Resolve 26 clippy warnings across hazler-core and hazler-cli by @Copilot in #38
- Fix Windows test failures: use cross-platform temp paths by @Copilot in #39
- Audit and consolidation plan for CLI arguments (62→38-42 args) by @Copilot in #41
- Consolidate fuzzing, clustering, and authentication arguments (-16 args) by @Copilot in #42
- Fix clippy warnings causing CI failures across all platforms by @Copilot in #43
- Fix HTTP/2 frame size errors by removing forced protocol by @Copilot in #44
- Pin native-tls to v0.2.14 to avoid v0.2.17 compilation failure by @Copilot in #45
- Fix code formatting to pass CI checks by @Copilot in #46
- Fix browser navigation failures from chromiumoxide WebSocket errors by @Copilot in #47
- Week 11: Entropy-based secret detection for hazler-secrets by @Copilot in #48
- perf: eliminate redundant allocations and iterations across hazler crates by @Copilot in #49
- Fix clippy::unnecessary_map_or in hazler-secrets by @Copilot in #50
- Implement SQLite persistence, browser HTML rendering, fuzzing output flags, no-color mode, enhanced HTML report, and test coverage by @Copilot in #52
- Clean real-time valid-endpoint output with full verification gate by @Copilot in #53
- Hazler v0.2.0 enterprise finalization + professional README redesign by @Copilot in #54
- fix: cross-compile aarch64 via
cross, race-free release creation, build caching by @Copilot in #55 - fix: release workflow passes full git ref as tag_name instead of tag by @Copilot in #56
- feat: harden release workflow — CI gate, version automation, Docker fixes, crates.io publishing by @Copilot in #57
- fix: upgrade reqwest 0.11→0.12 to resolve RUSTSEC-2024-0421 (idna vulnerability) by @Copilot in #58
- fix: resolve Security Audit CI failure (permissions + unmaintained advisories) by @Copilot in #59
- fix: cargo audit ignores audit.toml when run via rustsec/audit-check action by @Copilot in #60
- fix: release workflow fails with 422 when triggered via workflow_dispatch from a branch by @Copilot in #61
- fix(release): guard create-release job against invalid workflow_dispatch triggers by @Copilot in #62
Full Changelog: https://github.com/HazaVVIP/hazler/commits/v0.2.0-alpha.1
What's Changed
- Audit all crates and define v0.2.0 development roadmap by @Copilot in #23
- Consolidate development roadmap documents into single comprehensive plan by @Copilot in #24
- Add headless browser with CDP network interception and eBPF monitoring suite by @Copilot in #25
- Update Roadmap-Development.md with completed headless browser and eBPF implementations by @Copilot in #26
- Add CLI integration for headless browser support by @Copilot in #27
- Implement WAF evasion: User-Agent rotation, Chrome client hints, and request timing randomization by @Copilot in #28
- Add tool integration formats (Nuclei, ffuf, Burp) and pipeline mode by @Copilot in #29
- Add GraphQL detection and source map analysis for security reconnaissance by @Copilot in #32
- Add smart fuzzing module for proactive endpoint discovery by @Copilot in #33
- Implement Response Diffing Engine with SimHash, clustering, and baseline comparison by @Copilot in #34
- Implement retry, persistence, and resilience framework by @Copilot in #35
- Implement authentication framework with 6 methods and CLI integration by @Copilot in #36
- [WIP] Update Roadmap-Development.md with implementation progress by @Copilot in #37
- Fix CI: Resolve 26 clippy warnings across hazler-core and hazler-cli by @Copilot in #38
- Fix Windows test failures: use cross-platform temp paths by @Copilot in #39
- Audit and consolidation plan for CLI arguments (62→38-42 args) by @Copilot in #41
- Consolidate fuzzing, clustering, and authentication arguments (-16 args) by @Copilot in #42
- Fix clippy warnings causing CI failures across all platforms by @Copilot in #43
- Fix HTTP/2 frame size errors by removing forced protocol by @Copilot in #44
- Pin native-tls to v0.2.14 to avoid v0.2.17 compilation failure by @Copilot in #45
- Fix code formatting to pass CI checks by @Copilot in #46
- Fix browser navigation failures from chromiumoxide WebSocket errors by @Copilot in #47
- Week 11: Entropy-based secret detection for hazler-secrets by @Copilot in #48
- perf: eliminate redundant allocations and iterations across hazler crates by @Copilot in #49
- Fix clippy::unnecessary_map_or in hazler-secrets by @Copilot in #50
- Implement SQLite persistence, browser HTML rendering, fuzzing output flags, no-color mode, enhanced HTML report, and test coverage by @Copilot in #52
- Clean real-time valid-endpoint output with full verification gate by @Copilot in #53
- Hazler v0.2.0 enterprise finalization + professional README redesign by @Copilot in #54
- fix: cross-compile aarch64 via
cross, race-free release creation, build caching by @Copilot in #55 - fix: release workflow passes full git ref as tag_name instead of tag by @Copilot in #56
- feat: harden release workflow — CI gate, version automation, Docker fixes, crates.io publishing by @Copilot in #57
- fix: upgrade reqwest 0.11→0.12 to resolve RUSTSEC-2024-0421 (idna vulnerability) by @Copilot in #58
- fix: resolve Security Audit CI failure (permissions + unmaintained advisories) by @Copilot in #59
- fix: cargo audit ignores audit.toml when run via rustsec/audit-check action by @Copilot in #60
- fix: release workflow fails with 422 when triggered via workflow_dispatch from a branch by @Copilot in #61
- fix(release): guard create-release job against invalid workflow_dispatch triggers by @Copilot in #62
Full Changelog: https://github.com/HazaVVIP/hazler/commits/v0.2.0-alpha.1