Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:10
fb9fae9

Bug Fixes

  • Suppress the intentional UseRealFor constraint change against the 1.1.0 package baseline (#340) (3894dd8)

Build & Dependencies

  • Bump anthropics/claude-code-action in the dotnet group (4487b1e)
  • Bump anthropics/claude-code-action in the actions group (9bcfae4)
  • Bump anthropics/claude-code-action in the actions group (f5282b8)
  • Bump anthropics/claude-code-action in the actions group (e545f10)

CI/CD

  • Skip release-automation chore commits in generated release notes (#332) (5da89a2)
  • Cut CI cost and contain the Aspire integration-test flake (#341) (5a696c8)
  • Auto-prune stale suppression entries on baseline bump (#352) (9fb66f1)
  • Fix parallel coverage-file collision introduced by CodeCoverage 18.9 (36c5f70)

Documentation

  • Reconcile package docs and articles with current behavior (#334) (fb9b9b5)

Miscellaneous

  • Clean up dependabot config and replace root dev scripts with a CI-shared coverage script (#336) (b549e76)
  • Allow why-comments, sweep narration comments, and align file layout with namespaces (#353) (19b4e81)
  • Enforce ConfigureAwait(false) across shipped code (#354) (4444ef5)
  • Drop redundant null-forgiving operators ahead of SonarAnalyzer 10.30 (f662ecc)

Refactoring

  • Dedupe inbox registration, drop dead options validation, and cover retention paths (#349) (8c72721)
  • Dedupe outbox type resolution and RabbitMQ wire-message construction (4aa5203)
  • Replace cross-assembly internal sharing with same-assembly-only dedup (de3d8f9)
  • Make the shared inbox registration hub public instead of using cross-assembly internals (#350) (1bc7bef)

Testing

  • Add full public-API coverage for SharedKernel.Api and polish the WebApi sample (#343) (95c9b1a)
  • Cover the broker-outbox seam's filters, parallel dispatch, and end-to-end relay (#344) (ccf91ae)
  • Add first-party unit tests for Vulthil.xUnit and Vulthil.Extensions.Testing (#345) (1c937cd)
  • Cover EntityFrameworkOutboxStore parallel publishing throttle and per-message outcome recording (#346) (f340a3b)