Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:19
1d8ac93

Bug Fixes

  • Retry transport startup so a not-yet-ready broker no longer faults the host (3c9c145)
  • Target the released commit, guard duplicate releases, and require automation token (b574997)
  • Repair validation short-circuit, multi-interface registration, handler disposal, and error logging in the CQRS pipeline (105c77e)
  • Make transport startup retry idempotent, ignore shutdown cancellation, and resolve the transport lazily (1f57dab)
  • Mount version selector from start hook and preserve page on switch (30fe14a)
  • Keep only the latest patch per minor in the version selector and choose the default by semver (34791ef)
  • Scope execution plans per queue, serialize RPC replies through the channel gate, and make publish-path type caches thread-safe (1ee19de)
  • Rethrow inbox marker conflicts inside ambient transactions instead of committing duplicate work (8743d07)
  • Delay relay retries on failing batches, propagate shutdown cancellation, and warn on unsupported retention stores (37dbc0a)

CI/CD

  • Run CI on servicing branches (e45f8b2)
  • Split preview-publish job, SHA-pin third-party actions, narrow dependabot auto-merge to non-production deps (6c9e723)

Miscellaneous

  • Set version to 1.0.1 for patch release (235189a)
  • Mark public API shipped for v1.0.1 (eb4146c)
  • Bump version to 1.0.2 (432625d)

Testing

  • Accept Canceled status when stopping during transport startup retry (e6363c5)

Build

  • Wire per-TFM PublicAPI.Shipped.txt files as AdditionalFiles (09002e6)
  • Baseline package validation against 1.0.1 and auto-bump it on release (dec3edc)