Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 19:31
· 9 commits to main since this release
fa24917

What's New

HAR Session Recording

  • HAR 1.2 capture for CLI and mobile bindings — record full HTTP sessions for debugging and replay
  • Password redaction — login passwords are automatically stripped from captured request bodies

encx-mock

  • Release binaries — encx-mock now ships prebuilt binaries alongside encx
  • Docker image restored and working
  • README documentation for encx-mock usage

Improvements

  • Level name handling refactored — cleaner assignment and validation logic
  • Nightly builds published to dawnl.ink with download badge in README
  • Updated .gitignore

Commits since v0.7.1

1e832cf Add encx-mock release binaries
9edca26 Document encx-mock in README
affd8f0 Restore Docker image for encx-mock
f21f02f Add dawnl.ink download badge
f3da523 Add nightly build workflow for dawnl.ink
c6954f6 feat: add HAR 1.2 session recording for CLI and mobile bindings
1d62167 fix(har): redact login passwords from captured request bodies
a3a636a chore(.gitignore): update ignored files and directories
fa24917 refactor(encli): streamline level name assignment and validation

Full Changelog: v0.7.1...v0.8.0