Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:23

0.6.0 (2026-07-21)

Features

  • add ManagedHttpWire with per-request HttpClient creation (17f21c4)

Bug Fixes

  • add ConfigureAwait(false) to all async calls (297f153)

Documentation

  • add HttpClient Lifecycle section and update wire examples (45c5557)
  • convert samples to async, add sync methods warning (6b0a337)

Code Refactoring

  • configure editorconfig, autoformat warnings (69c958a)
  • extract HTTP request building into WireHelper (99ed52d)

Tests

  • add ManagedHttpWire decorator chain compatibility test (8ebcf7f)
  • add ManagedHttpWire tests with per-request client verification (02ee569)

Miscellaneous

  • #14: fix version prefix in ReleasePackageNotes link (a5a6dd9)
  • add lock files, reorder CI steps, disable debug symbols in Release (730f1e8)
  • added build tag tot Miscellaneous section (7b3cc79)
  • fix code formatting (3538018)
  • multi-target net8.0 and net10.0, use --locked-mode restore (000fb3d)