Skip to content

Releases: Arkptz/mitm2openapi

v0.5.2

24 Apr 23:03

Choose a tag to compare

chore: Release package mitm2openapi version 0.5.2

v0.5.1

22 Apr 22:37

Choose a tag to compare

Other

  • (bench) refresh benchmark results
  • (bench) drop small fixture tier
  • (readme) add benchmarks section linking to automated results
  • (bench) seed benchmarks.md with methodology and placeholders
  • regenerate demo.gif [skip ci]

v0.5.0

22 Apr 21:29

Choose a tag to compare

Added

  • (cli) add --strict flag to escalate warnings to errors

Other

  • (readme) document --strict flag and benchmark CI
  • (strict) verify strict mode exit codes

v0.4.1

22 Apr 21:27

Choose a tag to compare

Fixed

  • (builder) use .get() in dedup_schema_variants to satisfy indexing_slicing lint
  • (reader) warn on skipped directory entries and malformed overrides
  • (schema) union array element schemas and tighten dict heuristic

Other

  • (lint) deny clippy::indexing_slicing at crate level
  • extract is_numeric_string and is_uuid to shared module
  • (output) lazy-init regex via LazyLock
  • (error) replace guarded unwrap sites with pattern matching

v0.4.0

22 Apr 21:22

Choose a tag to compare

Added

  • feat!(builder): merge response schemas per status code
  • feat!(cli): remove unused --param-regex flag

Other

  • (readme) remove --param-regex mention from CLI reference
  • (cli) verify --param-regex is rejected as unknown argument
  • (builder) cover multi-status response aggregation
  • refactor!(error): mark Error enum as non_exhaustive
  • regenerate demo.gif [skip ci]

v0.3.0

22 Apr 21:06

Choose a tag to compare

Added

  • (report) track cap firings and parse errors in processing report
  • (cli) add --report flag for structured processing summary
  • (tnetstring) emit byte offset and error kind on parse halt

Other

  • (readme) document --report flag and parse halt diagnostics
  • (report) verify report file schema and contents
  • (tnetstring) verify parse halt diagnostics and no-resync on binary payload

v0.2.6

22 Apr 21:02

Choose a tag to compare

Fixed

  • (test) gate Unix-specific path-failure test behind cfg(unix)
  • (output) write YAML via tempfile and atomic rename

Other

  • (output) verify atomic write preserves target on failure
  • (deps) move tempfile to runtime dependencies

v0.2.5

22 Apr 21:00

Choose a tag to compare

Fixed

  • (builder) skip requests with unknown HTTP methods instead of aliasing to GET

Other

  • (builder) verify unknown method is skipped and standard methods preserved

v0.2.4

22 Apr 20:57

Choose a tag to compare

Fixed

  • (params) preserve multi-byte UTF-8 in urlencoding_decode

Other

  • (params) add UTF-8 roundtrip and overlong rejection cases
  • regenerate demo.gif [skip ci]

v0.2.3

22 Apr 20:45

Choose a tag to compare

Fixed

  • (builder) cap form-field count per request at 1000
  • (har) validate schemes and status codes, log base64 failures, cap bodies
  • (reader) validate port/status ranges, enforce strict UTF-8, and cap field sizes

Other

  • (readme) document per-field size and validation limits