Skip to content

Bump to 6.29.0 and add the CHANGELOG entries for the release - #3980

Merged
jeremydmiller merged 1 commit into
mainfrom
release-6.29.0
Aug 17, 2026
Merged

Bump to 6.29.0 and add the CHANGELOG entries for the release#3980
jeremydmiller merged 1 commit into
mainfrom
release-6.29.0

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Version bump and CHANGELOG for the 6.29.0 release.

Minor, not patch — this adds public API in core and in the SignalR transport:

  • AfterCommit / AfterCommitAsync convention and [WolverineAfterCommit]
  • IChain.PostCommitPostprocessors
  • EventsToAppend
  • WolverineOptions.OnHandlersDiscovered, TryFindBatchMessageType, BatchMappings, AssertBatchExecutionIsSequenced
  • SignalRSubscriberConfiguration.CoalesceOutgoing
Issue PR
#3975 #3976 AfterCommit — run work after the transactional commit
#3941 #3969 Store-agnostic EventsToAppend return type in core
#3974 #3977 Ask which message types are handled; expose the batcher mapping
#3973 #3978 Warn when a batch cannot be sequenced against its unbatched siblings
#3972 #3979 SignalR outgoing message coalescing

Three of these fix silent failure modes — an After method acting on a write that can still roll back, a discovery mirror installing a relay over a real handler, and two concurrent writers to one entity — which is why the entries say what the old behaviour looked like rather than only what changed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01JG8Un6iNeyXECKJk3jo5uC

Minor rather than patch: this release adds public API in core (the AfterCommit convention
and [WolverineAfterCommit], IChain.PostCommitPostprocessors, EventsToAppend,
WolverineOptions.OnHandlersDiscovered / TryFindBatchMessageType / BatchMappings /
AssertBatchExecutionIsSequenced) and in the SignalR transport (CoalesceOutgoing).

Covers GH-3975, GH-3941, GH-3974, GH-3973 and GH-3972.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JG8Un6iNeyXECKJk3jo5uC
@jeremydmiller
jeremydmiller merged commit d16a743 into main Aug 17, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant