Skip to content

Releases: djnnvx/mic

v0.0.3

18 Mar 09:50
v0.0.3
f81f890

Choose a tag to compare

Changelog

  • fb3fd84 feat(docs): updating README a bit
  • 96d1cae feat(meta): swap out utls libraries to be more up-to-date
  • d4b8c2a fix(git): conflicts
  • f81f890 fix(meta): bump dependencies

v0.0.2

20 Feb 03:18
v0.0.2
616e483

Choose a tag to compare

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

19 Feb 12:25
v0.0.1
0e039ee

Choose a tag to compare

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