Releases: DonIsaac/keyhunter
Releases · DonIsaac/keyhunter
v0.2.0
What's Changed
- feat: show keys found + scripts checked + pages visited when done by @DonIsaac in #55
- perf: use FxBuildHasher for all sets and maps by @DonIsaac in #56
- chore: upgrade rust to 1.80.0 by @DonIsaac in #58
- perf(extract): all key errors share a single source text string by @DonIsaac in #59
- ci: do not lint deps with clippy by @DonIsaac in #60
- ci: use nextest by @DonIsaac in #61
- feat: scan embedded scripts for API keys by @DonIsaac in #62
- test: add walk builder and cache tests, make max_walks nonzero by @DonIsaac in #63
- feat(report): support JSON output by @DonIsaac in #64
- ci(bench): reduce build optimizations for faster builds by @DonIsaac in #65
- ci: add doc job by @DonIsaac in #66
- fix(walk): ignore empty and non-js script tags by @DonIsaac in #67
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- chore(deps): bump toml from 0.8.12 to 0.8.14 by @dependabot in #28
- chore(deps): bump serde from 1.0.202 to 1.0.203 by @dependabot in #26
- chore(deps): bump regex from 1.10.4 to 1.10.5 by @dependabot in #27
- chore(deps): bump thiserror from 1.0.60 to 1.0.61 by @dependabot in #25
- chore(deps): bump serde_json from 1.0.117 to 1.0.121 by @dependabot in #36
- chore(deps): bump dashmap from 5.5.3 to 6.0.1 by @dependabot in #32
- chore(deps): bump url from 2.5.0 to 2.5.2 by @dependabot in #30
- chore(deps): bump tinyvec from 1.6.0 to 1.8.0 by @dependabot in #35
- chore(deps): bump clap-verbosity-flag from 2.2.0 to 2.2.1 by @dependabot in #40
- chore(deps): bump log from 0.4.21 to 0.4.22 by @dependabot in #38
- chore(deps): bump scraper from 0.19.0 to 0.19.1 by @dependabot in #39
- chore(deps): bump ureq from 2.9.7 to 2.10.0 by @dependabot in #37
- chore(deps): bump serde_json from 1.0.121 to 1.0.125 by @dependabot in #46
- chore(deps): bump thiserror from 1.0.61 to 1.0.63 by @dependabot in #43
- chore(deps): bump ureq from 2.10.0 to 2.10.1 by @dependabot in #44
- chore(deps): bump clap from 4.5.4 to 4.5.16 by @dependabot in #45
- ci: split lint and format jobs by @DonIsaac in #52
- chore(deps): bump regex from 1.10.5 to 1.10.6 by @dependabot in #50
- chore(deps): bump serde from 1.0.203 to 1.0.209 by @dependabot in #49
- chore(deps): bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #47
- chore(deps): bump scraper from 0.19.1 to 0.20.0 by @dependabot in #48
- chore(deps): bump index_vec from 0.1.3 to 0.1.4 by @dependabot in #51
- chore: upgrade oxc to 0.25.0 by @DonIsaac in #53
- fix(walk): premature walk termination by @DonIsaac in #54
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- deps: bump oxc version 0.12.4 -> 0.12.5 by @DonIsaac in #9
- deps: minor bump serde, thiserror, ureq by @DonIsaac in #10
- config: Create dependabot.yml by @DonIsaac in #11
- refactor(walk): Add WebsiteWalkBuilder by @DonIsaac in #13
- test: add benchmark tests by @DonIsaac in #14
- perf: faster page and script url extraction by @DonIsaac in #15
- chore(deps): bump serde from 1.0.198 to 1.0.199 by @dependabot in #16
- chore(deps): bump serde from 1.0.199 to 1.0.200 by @dependabot in #17
- perf: multi-threaded website walking by @DonIsaac in #18
- chore(deps): bump thiserror from 1.0.59 to 1.0.60 by @dependabot in #21
- chore(deps): bump serde_json from 1.0.116 to 1.0.117 by @dependabot in #20
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- chore(deps): bump rustls from 0.22.3 to 0.22.4 by @dependabot in #1
- feat: support extra headers and toggling random UA behavior by @DonIsaac in #7
Full Changelog: https://github.com/DonIsaac/keyhunter/commits/v0.1.1