Skip to content

E4A.PostGuard: v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:52
174dbf8

0.6.0 (2026-07-27)

⚠ BREAKING CHANGES

  • NetworkException.Body was removed in #43 (GHSA info-exposure fix) but landed as a plain fix:, so release-please computed 0.5.1. The public-API tracking added in #52 records the removal as REMOVED; this marker corrects the next release to reflect it.

Bug Fixes

  • emit inclusive range-end in Cryptify Content-Range header (#34) (73c2e43), closes #28
  • harden ZIP entry-name handling in ZipHelper (#42) (2ffe84e)
  • NetworkException no longer exposes raw upstream response bodies (7d2e1fb)
  • reject duplicate recipient policy keys in BuildPolicyJson (#48) (f5ad9b8)
  • stop leaking raw upstream body in NetworkException (#41) (#43) (135dee3)