release: 4.8.0#304
Merged
Merged
Conversation
- Weasel/Weasel.Storage 9.16.0 (event closed-shape bases now shared; #301, unblocks the #273 event dialect) - #296: strongly-typed id documents store id as the inner primitive type (uniqueidentifier/int/bigint) with in-place migration - #234: single-tenant document tables no longer create a tenant_id column (Marten parity), removing the per-query tenant filter Co-Authored-By: Claude Opus 4.8 (1M context) <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 4.8.0 (from 4.7.1).
Included
IEventStoreSqlDialect+ descriptors) into Weasel.Storage, unblocking the SQL Server event dialect (next Tracking: adopt Critter Stack closed-shape storage runtime & Weasel.Core centralization #273 item).uniqueidentifier/int/bigint) instead ofvarchar(250), with an in-place migration for legacy tables. FixesInvalidCastExceptionon Lightweight/IdentityMap reads of wrapper-id docs.tenant_idcolumn (Marten parity); the implicit per-query tenant filter is conjoined-only. Existing single-tenant tables keep their defaulted column via the additive schema diff — no destructive migration.Version bumped in
Directory.Build.props. After merge + green CI, publish is dispatched viapublish.yml.🤖 Generated with Claude Code