6.31.0 - #4197
Merged
Merged
Conversation
The first draft described it as a [Deduplicated] change. It is Event Model derivation in EventModelRoles.Describe -- an unrelated area that happened to land in the same release window. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Cuts 6.31.0. Bumps
<Version>inDirectory.Build.propsfrom 6.30.3, adds the CHANGELOG entries for everything since, and corrects a version badge in the deduplication docs that I had guessed at 6.32 when I wrote it.A minor rather than a patch because the headline item is a new feature: logical message deduplication (#4183 + #4195), opt-in, on its own
wolverine_deduplicationtable.What's in it
Eleven commits since 6.30.3 (
1e5033ba0..223a3aa9f):DeduplicationIdfrom the message —[DeduplicationIdentity]+opts.MessageDeduplicationTriggerLabel; read a collection response as its element type (GH-4181, GH-4182)Verification
dotnet build wolverine.slnx -c Release -f net9.0at 6.31.0 — 0 errors, 0 warnings.Second commit corrects a CHANGELOG entry from the first: I had described GH-4181/4182 as a
[Deduplicated]change, and it is Event Model derivation. Caught by reading the commit rather than trusting the release window.🤖 Generated with Claude Code