Skip to content

Releases: encryption4all/postguard-dotnet

E4A.PostGuard: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:12
253a06b

0.5.0 (2026-06-19)

Features

  • send X-POSTGUARD-CLIENT-VERSION on every request (#33) (23eeb00)

Bug Fixes

  • include request URL in NetworkException (#31) (c33860b), closes #26

Performance Improvements

  • avoid per-chunk byte[] copy in CryptifyClient.StoreChunkAsync (#30) (a3762d0), closes #27

E4A.PostGuard: v0.4.1

Choose a tag to compare

@github-actions github-actions released this 18 May 07:34
a8fcb82

0.4.1 (2026-05-17)

Bug Fixes

  • reject unknown recipient BaseType in BuildPolicyJson (#20) (8128f92)
  • reuse single HttpClient across SealPipeline calls (#19) (fb3e3d5), closes #11

E4A.PostGuard: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 May 10:11
6b99b7b

0.4.0 (2026-05-16)

Features

  • multi-target net8.0 and net10.0 (f25fa46)

Bug Fixes

  • reject http:// URLs in PostGuardConfig to prevent plaintext credential leaks (3fac2a8)
  • validate PkgUrl and CryptifyUrl are https:// in PostGuardConfig (fe6d4eb), closes #14

E4A.PostGuard: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 May 10:29
29acec5

0.3.0 (2026-05-02)

Features

  • upload: silent-by-default, opt-in Notify.Recipients / Notify.Sender (b407942)
  • upload: silent-by-default, opt-in Notify.Recipients/Notify.Sender (58a3d03)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Apr 22:08
797afa6

0.1.2 (2026-04-10)

Bug Fixes

  • set Content-Range as content header, not request header (417b7e6)

v0.1.1

Choose a tag to compare

@rubenhensen rubenhensen released this 10 Apr 21:52

Fixes

  • Fix native library bundling in NuGet package
  • Fix NuGet trusted publishing workflow
  • Target .NET 10 in CI
  • Use Node.js 24 for GitHub Actions

v0.1.0

Choose a tag to compare

@rubenhensen rubenhensen released this 10 Apr 21:46

Initial release of PostGuard .NET SDK

E4A.PostGuard: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 22:30
04044e8

0.2.1 (2026-04-10)

Bug Fixes

  • update pg-ffi native binaries to streaming sealer (90da661)

E4A.PostGuard: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 22:14
06ce922

0.2.0 (2026-04-10)

Features

  • implement PostGuard .NET SDK (197dcfb)

Bug Fixes

  • remove invalid release-please action inputs (588221d)
  • set Content-Range as content header, not request header (417b7e6)
  • use gh release download to fetch pg-ffi native libraries (1c2a544)
  • use Node.js 24 for actions and target .NET 10 in CI (a06e56a)
  • use None items for native libs to ensure proper NuGet runtime bundling (3203792)
  • use NuGet trusted publishing instead of API key (b8bbb9c)
  • use NuGet/login action for trusted publishing OIDC flow (0d1056f)
  • use single-line commands in publish workflow (f912f72)