Skip to content

Releases: hxddh/https-traffic-inspector

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 29 May 09:01
d56c81f

What's Changed

  • perf: replace RSA 2048 with ECDSA P-256 for cert generation by @hxddh in #17

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 May 17:22

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 May 17:14

What's Changed

  • fix: resolve all identified bugs and engineering issues by @hxddh in #1
  • feat: system CA bundle merge and --port flag by @hxddh in #2
  • feat: --filter keyword and --format json output by @hxddh in #3
  • test: add unit and integration tests (19 cases, race-clean) by @hxddh in #4
  • feat: per-host TLS certificate cache TTL by @hxddh in #5
  • feat: interactive terminal UI (--ui flag) by @hxddh in #6
  • feat: traffic recording (--record) and replay (--replay) by @hxddh in #7
  • docs: add English README by @hxddh in #8
  • fix: handle Expect: 100-continue in CONNECT tunnel by @hxddh in #9
  • fix: Expect: 100-continue deadlock + 9 code review bugs by @hxddh in #10
  • fix(sprint-1): hop-by-hop stripping, large body recording, parallel cert keygen by @hxddh in #11
  • feat: Sprint 2 — HAR export, shared transport, buffered TLS writes by @hxddh in #12
  • feat: Sprint 3 — WebSocket tunnel, CI/release workflows, Homebrew formula by @hxddh in #13
  • feat: Sprint 4 — gzip/deflate body decompression + HAR timing fix by @hxddh in #14
  • docs: update README for Sprints 2–4 by @hxddh in #15
  • fix: code review findings — 6 bugs + README update by @hxddh in #16

New Contributors

  • @hxddh made their first contribution in #1

Full Changelog: https://github.com/hxddh/https-traffic-inspector/commits/v1.0.0