Adopt JasperFx 2.37.0 + Weasel 9.23.0 and release 5.9.1 - #391
Merged
Conversation
Third link in the coordinated release train, alongside Marten 9.22.2, after JasperFx 2.37.0 and Weasel 9.23.0 went live on nuget.org. Dependency versions only -- no source changes. JasperFx 2.37.0 carries jasperfx#590 (OptionsDescription no longer loses an entire diagnostic description to one throwing property getter -- the getter is recorded as OptionsValue.Unreadable, reporting the exception TYPE only, since descriptions ship to monitoring consoles). Polecat is described this way by CritterWatch, so this is the store-side half of that fix. Also carries the #594 patch half, #595 and #597. Weasel 9.23.0 carries weasel#415 -- EnsureDatabaseExistsAsync is safe under concurrent callers, which is the SQL Server provisioning path Polecat uses -- plus weasel#416 (AssertValidIdentifier rejects a quote or semicolon outright). Verified locally: full solution builds with 0 errors against the published packages. The integration suite is left to CI; it needs an emulated amd64 SQL Server on this arm64 host and was not going to finish in reasonable time. Co-Authored-By: Claude Opus 5 <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.
Third link in the coordinated release train, alongside marten#5097, after JasperFx 2.37.0 and Weasel 9.23.0 went live on nuget.org. Dependency versions only — no source changes.
What comes in
JasperFx 2.37.0
OptionsDescriptionno longer loses an entire diagnostic description to one throwing property getter; the getter is recorded asOptionsValue.Unreadable, reporting the exception type only (descriptions ship to monitoring consoles). Polecat is described this way by CritterWatch, so this is the store-side half of that fix.DaemonSettings.SideEffectGateTimeout), #595 and #597.Weasel 9.23.0
EnsureDatabaseExistsAsyncis safe under concurrent callers. This is the SQL Server provisioning path Polecat uses, so it's the one that matters most here.AssertValidIdentifierrejects a quote or semicolon outright.Version choice
5.9.0→5.9.1, per Jeremy. Note this is a patch that raises dependency floors (JasperFx 2.36.3 → 2.37.0, Weasel 9.21.0 → 9.23.0).Verification
Full solution builds with 0 errors against the published packages.
🤖 Generated with Claude Code