Skip to content

Bump to 6.28.1 and write the changelog - #3952

Merged
jeremydmiller merged 1 commit into
mainfrom
bump-6.28.1
Aug 15, 2026
Merged

Bump to 6.28.1 and write the changelog#3952
jeremydmiller merged 1 commit into
mainfrom
bump-6.28.1

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Patch release over 6.28.0.

Issue PR Summary
#3943 #3945 A SQLite "schema name" is now a table name prefix, not a schema qualifier
#3944 #3949 New WolverineFx.Http.Fisher package
#3942 #3948 Polecat unwraps Nullable<T> for an aggregate's id type
#3946 Fisher package floor moves to 0.7.0

#3951 (GH-3950) is test-only and is deliberately left out of the changelog.

Notes

WolverineFx.Http.Fisher is new, so this release publishes one more package than 6.28.0 did.

No migration for the SQLite change. The default schema name is main, which prefixes nothing, so every database provisioned before this release keeps its existing wolverine_* table names. Only hosts that explicitly set a non-main name see different table names — and those hosts could not start at all before this fix.

Full wolverine.slnx builds clean at -f net9.0 with the bumped version.

🤖 Generated with Claude Code

Patch release over 6.28.0:

- GH-3943 / #3945 — a SQLite "schema name" is now the table name prefix it was
  documented to be, rather than a schema qualifier against a database SQLite
  never had. `main` prefixes nothing, so existing databases need no migration.
- GH-3944 / #3949 — new WolverineFx.Http.Fisher package, the missing third HTTP
  store integration.
- GH-3942 / #3948 — Polecat unwraps Nullable<T> when determining an aggregate's
  id type, so it agrees with Marten.
- #3946 — Fisher package floor moves to 0.7.0.

GH-3950 / #3951 is test-only and is left out of the changelog.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@jeremydmiller
jeremydmiller merged commit 1b0c81a into main Aug 15, 2026
37 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