Skip to content

Adopt JasperFx 2.37.0 + Weasel 9.23.0 and release 5.9.1 - #391

Merged
jeremydmiller merged 1 commit into
mainfrom
bump/jasperfx-2.37.0-weasel-9.23.0
Jul 31, 2026
Merged

Adopt JasperFx 2.37.0 + Weasel 9.23.0 and release 5.9.1#391
jeremydmiller merged 1 commit into
mainfrom
bump/jasperfx-2.37.0-weasel-9.23.0

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

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

  • 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 (descriptions ship to monitoring consoles). Polecat is described this way by CritterWatch, so this is the store-side half of that fix.
  • The #594 patch half (timed-out blue/green side-effect gate re-reads progression and succeeds when the replay had already reached the mark, plus a configurable DaemonSettings.SideEffectGateTimeout), #595 and #597.

Weasel 9.23.0

  • weasel#415 — EnsureDatabaseExistsAsync is safe under concurrent callers. This is the SQL Server provisioning path Polecat uses, so it's the one that matters most here.
  • weasel#416 — AssertValidIdentifier rejects a quote or semicolon outright.

Version choice

5.9.05.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.

⚠️ The integration suite was not run locally and is left to CI. It needs SQL Server, and the only image available here is amd64 running under QEMU emulation on an arm64 host — it was creating schemas steadily but was nowhere near finishing. Rather than report a partial run as if it were a pass, this leans on CI, which runs it natively.

🤖 Generated with Claude Code

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>
@jeremydmiller
jeremydmiller merged commit 1519b84 into main Jul 31, 2026
7 checks passed
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