Bump to 6.28.1 and write the changelog - #3952
Merged
Merged
Conversation
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>
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 release over 6.28.0.
WolverineFx.Http.FisherpackageNullable<T>for an aggregate's id type#3951 (GH-3950) is test-only and is deliberately left out of the changelog.
Notes
WolverineFx.Http.Fisheris 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 existingwolverine_*table names. Only hosts that explicitly set a non-mainname see different table names — and those hosts could not start at all before this fix.Full
wolverine.slnxbuilds clean at-f net9.0with the bumped version.🤖 Generated with Claude Code