github Xian55/HermesProxy v4.3.22
Release v4.3.22 (2026-05-20)

What's Changed

New Features

  • diag: auto-enable createdump for native crash forensics (82574d8) — Managed exception handlers (OnUnhandledException / OnUnobservedTaskException) already flush logs before exit, but native-side faults (AVs, FailFast, stack overflow, GC corruption) bypass them and truncate the log mid-stream. Main() now wires .NET createdump to drop a heap mini-dump (full stacks + reachable managed objects) into bin/<Config>/Logs/crash-<pid>.dmp, with DOTNET_CreateDumpDiagnostics for stderr fallback. Pre-existing DOTNET_DbgEnableMiniDump values are honoured so users with their own crash reporter can opt out. See the new Diagnostics section in README.md for the env-var table.

Chores

  • .gitignore deploy_local (ac8f21e)

Full Changelog: v4.3.21...v4.3.22

Don't miss a new HermesProxy release

NewReleases is sending notifications on new releases.