Skip to content

Consolidate #411 + #413 onto main — release 2.8.0#415

Merged
jeremydmiller merged 1 commit into
mainfrom
consolidate/2.8.0
Jun 2, 2026
Merged

Consolidate #411 + #413 onto main — release 2.8.0#415
jeremydmiller merged 1 commit into
mainfrom
consolidate/2.8.0

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

Fixes a merge-routing gap. PRs #412 (#411) and #414 (#413) merged into their stacked PR bases (feat/409, feat/411) rather than main. As a result main carried #409 (and a bare 2.6.1 version bump) but was missing #411's removals and #413's Task<string> change. This PR brings both onto main as 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 on main; #412 (#411) and #414 (#413) were not — this closes that gap.

Content

Verification

  • Full solution builds clean.
  • CoreTests: 447/447 on net9.0 and net10.0.

Release

Directory.Build.props2.8.0. After merge, publish 2.8.0 via the "JasperFx NuGet Manual Publish" workflow.

🤖 Generated with Claude Code

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>
@jeremydmiller jeremydmiller merged commit ff69189 into main Jun 2, 2026
1 check passed
@jeremydmiller jeremydmiller deleted the consolidate/2.8.0 branch June 2, 2026 20:40
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