Merged
Conversation
…ores - Add IScheduledMessages interface with Query, Cancel, Reschedule, Summarize - Add ScheduledMessages property to IMessageStore - Implement in RDBMS base (PostgreSQL, MySQL, SQLite inherit automatically) - Implement SQL Server override for TOP N paging on page 1 - Implement Oracle with RAW(16) Guid handling and decimal conversions - Implement RavenDB with LINQ-based queries - Implement CosmosDB with container queries - Add NullMessageStore no-op implementation - Add 6 compliance tests passing across all 7 store implementations - Switch to local JasperFx.Events and Marten project references for development Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…else. I'm not ashamed in the slightest.
When an AgentRestriction with Type=Paused exists matching an endpoint URI in Balanced durability mode, the listener is prevented from starting on any node. LatchPermanently() allows explicitly latching a running listener. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dynamically created SendingAgent instances (for control queues, reply queues, and other ephemeral destinations) accumulate over time and are never cleaned up. This adds a background loop that periodically detects and disposes idle sending agents, particularly important for RabbitMQ senders to ephemeral queues. - Track LastMessageSentAt on ISendingAgent and all implementations - Add SendingAgentIdleTimeout setting (default 5 minutes) to DurabilitySettings - Add RemoveSendingAgentAsync to EndpointCollection for safe removal and disposal - Run cleanup loop in Balanced and Solo durability modes, skipping local queues and pre-configured (AutoStartSendingAgent) endpoints Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ckages Convert ProjectReference entries for JasperFx.Events, Marten, and Marten.AspNetCore to NuGet PackageReference entries. Update all JasperFx, Marten, and Weasel package versions to latest: - JasperFx.Events 1.21.1 → 1.22.0 - Marten 8.22.0 → 8.22.2 - Marten.AspNetCore 8.22.0 → 8.22.2 - Weasel.* 8.8.0 → 8.8.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ProjectReferenceentries for JasperFx.Events, Marten, and Marten.AspNetCore to NuGetPackageReferenceentries (removes dependency on local sibling repo checkouts)Test plan
dotnet build wolverine.sln --framework net9.0)🤖 Generated with Claude Code