Consolidate #411 + #413 onto main — release 2.8.0#415
Merged
Conversation
PRs #412 (#411) and #414 (#413) merged into their stacked PR bases rather than main, so main carried #409 (2.6.x) but was missing #411's removals and #413's Task<string> auto-assign change. This brings both onto main as a single consolidated 2.8.0 release (supersedes the interim 2.6.0/2.6.1/2.7.0 bumps). - #411: removed HttpChainDescriptor.Middleware/Postprocessors/ServiceDependencies, the MiddlewareStepDescriptor type, and graph-level HttpGraphUsage.MiddlewareTypes. - #413: IDynamicTenantSource<T>.AddTenantAsync(tenantId, CancellationToken) now returns Task<string> (resolved database id / partition suffix); admin extensions surface it. Version set to 2.8.0. CoreTests green on net9.0 and net10.0; solution builds clean. 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.
Fixes a merge-routing gap. PRs #412 (#411) and #414 (#413) merged into their stacked PR bases (
feat/409,feat/411) rather thanmain. As a resultmaincarried #409 (and a bare 2.6.1 version bump) but was missing #411's removals and #413'sTask<string>change. This PR brings both ontomainas a single consolidated 2.8.0 release, superseding the interim 2.6.0 / 2.6.1 / 2.7.0 bumps.Verified against
main: of the last 5 merged PRs, #406, #408 (#407), #410 (#409) were already onmain; #412 (#411) and #414 (#413) were not — this closes that gap.Content
HttpChainDescriptor.Middleware/.Postprocessors/.ServiceDependencies, theMiddlewareStepDescriptortype, and graph-levelHttpGraphUsage.MiddlewareTypes(the same pipeline info is available on demand via generated source code).IDynamicTenantSource<T>.AddTenantAsync(tenantId, CancellationToken)now returnsTask<string>(resolved database id / partition suffix);DynamicTenancyAdminExtensionssurfaces it.Verification
Release
Directory.Build.props→ 2.8.0. After merge, publish 2.8.0 via the "JasperFx NuGet Manual Publish" workflow.🤖 Generated with Claude Code