Releases: djnnvx/mic
Releases · djnnvx/mic
v0.0.3
v0.0.2
Changelog
- 7184eee refactor(cmd): replace TOML config with CLI subcommands
- ce7dc1c chore(meta): cleaning up useless comments
- 9aa351e chore(meta): remove old tests
- c750407 feat(ci): add CI workflow with unit and integration jobs
- 616e483 feat(ci-cd): goreleaser config
- 63ac6e9 feat(fingerprint): offline JA4 computation from raw ClientHello
- 2755fca feat(proxy): JA4 fingerprint verification integration tests
- 5502c1d fix(meta): setup / cleanup scripts
- 4bf9c1f refactor(fingerprint): switch from JA4 lookup to named profiles
v0.0.1
Changelog
- 0e039ee feat(ci): release action
- 50bd5cd fix(proxy): utls termination on HTTP/2
- 3b28710 feat(proxy): server / client mode fingerprinting evasion
- d56c553 feat: adding CAPool to Proxy object
- 2987824 feat: upgrading README.md a little bit^-^
- 61a7fd6 feat: adding test server and test client
- 8327c17 fix: compilation errors
- bb5fa11 feat: adding https proxy
- 71efed9 proxy: adding generic implementation
- c5b8b85 genesis: setting up the boilerplate things
- 5910abe Initial commit