Bump JasperFx packages to 2.9.1#4702
Merged
Merged
Conversation
Upgrades all four lockstep-versioned JasperFx packages (they share JasperFxVersion and publish together): JasperFx, JasperFx.Events, JasperFx.Events.SourceGenerator, JasperFx.SourceGenerator. 2.9.1 is #429 — the source generator dedupes overridden required members in evolver construction. Codegen-only fix; no runtime/daemon change (JasperFxAsyncDaemon and catchUpPerTenantAsync are byte-identical to 2.9.0, so this does not affect #4679). Restore + build of Marten and the source-generator-consuming TenantPartitionedEventsTests project verified green against 2.9.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 10, 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.
Upgrades the JasperFx package set from 2.9.0 to 2.9.1.
All four JasperFx packages share
JasperFxVersionand publish together, so they move in lockstep:JasperFxJasperFx.EventsJasperFx.Events.SourceGeneratorJasperFx.SourceGeneratorWhat's in 2.9.1
jasperfx#429 — the source generator now dedupes overridden
requiredmembers during evolver construction. Codegen-only fix; there is no runtime or daemon change (JasperFxAsyncDaemon/catchUpPerTenantAsyncare byte-identical to 2.9.0), so this does not touch #4679.Verification
dotnet restoreresolvesJasperFx 2.9.1/JasperFx.Events 2.9.1.Martenbuilds clean (net9.0).TenantPartitionedEventsTestsproject builds clean — the relevant surface for a codegen change.🤖 Generated with Claude Code