Upgrade JasperFx 2.0.0 → 2.0.1#296
Merged
Merged
Conversation
Patch bump of the JasperFx dependency. JasperFx.Events stays at 2.0.0 — there is no 2.0.1 published (the next JasperFx.Events is the 2.1.0 minor, which isn't in scope here). Events 2.0.0 and JasperFx 2.0.1 coexist with no downgrade/NU1605 conflict. Solution builds clean (0 errors). Smoke: Weasel.Core 13/13, AOT smoke gate green, PostgreSQL migration/table-creation suites 20/21 (1 pre-existing skip). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jeremydmiller
added a commit
that referenced
this pull request
May 24, 2026
First patch release on the 9.0 line. Ships: - #294 (closes #293) — retry transient catalog-concurrency errors (XX000 "tuple concurrently updated", 40001, 40P01) in PostgreSQL migration DDL - #295 (closes #290, #291) — EF Core schema mapping: skip Npgsql IsRowVersion()->xmin system column; emit ComplexProperty/ComplexCollection .ToJson() container columns (EF Core 10) - #296 — JasperFx 2.0.0 -> 2.0.1 Co-Authored-By: Claude Opus 4.7 (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.
Patch bump of the
JasperFxdependency,2.0.0→2.0.1.JasperFx.Eventsstays at2.0.0— there is no2.0.1published (the nextJasperFx.Eventsis the2.1.0minor, out of scope here). Events2.0.0and JasperFx2.0.1coexist with no downgrade / NU1605 conflict.Test plan
dotnet build Weasel.slnx— 0 errorsWeasel.Core.AotSmoke): green🤖 Generated with Claude Code