Skip to content

windows-thread-ambient-sys: v0.2.0

Latest

Choose a tag to compare

@MikeGrier MikeGrier released this 29 Aug 18:58
9b382e4

0.2.0 (2026-08-29)

⚠ BREAKING CHANGES

  • thread-ambient: make TransactionGuard borrow the context it installs

Features

  • thread-ambient: add composite capture (9acc0be)
  • thread-ambient: add the capture set and its named default (1bf3e65)
  • thread-ambient: add the declared aspects (fbe45f7)
  • thread-ambient: add the impersonation aspect and the three-state value (ca4ed51)
  • thread-ambient: add the thread error mode aspect (da6b82f)
  • thread-ambient: add the TxF transaction aspect (4dd8fb2)
  • thread-ambient: compose the aspect guards into a single application (e7bdc7c)
  • thread-ambient: extract the ambient-state composite into its own crate (8a003b6)

Bug Fixes

  • address Copilot review feedback on PR #46 (63dfa06)
  • address the third review round (344fed0)
  • thread-ambient: make TransactionGuard borrow the context it installs (32d6e37)