Bump Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.10 to 9.0.4 - #110
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Member
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4
branch
from
July 15, 2026 08:35
47cb3cb to
5432555
Compare
Member
|
@dependabot rebase |
--- updated-dependencies: - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4
branch
from
July 15, 2026 15:09
5432555 to
43566c6
Compare
Member
|
@dependabot rebase |
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
MusaMisto
added a commit
that referenced
this pull request
Aug 31, 2026
…ine (#129) The 8.0.1 image CrashLoopBackOffs at startup: System.TypeLoadException: Could not load type 'Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory' from assembly 'Microsoft.EntityFrameworkCore.Relational, Version=8.0.24.0' That type was removed in EF Core 7. The projects moved to net8.0 in d48988f (2026-02-12) and most of the EF stack came with them — Design 8.0.24, Pomelo 8.0.3, EFCore.NamingConventions 8.0.3 — but two providers were left on the EF Core 5 line and call into an API that no longer exists: SW.Mtm.PgSql Npgsql.EntityFrameworkCore.PostgreSQL 5.0.10 -> 8.0.11 SW.Mtm.MsSql Microsoft.EntityFrameworkCore.SqlServer 5.0.11 -> 8.0.24 SqlServer is pinned to 8.0.24 so it matches the already-pinned Microsoft.EntityFrameworkCore.Design and keeps Relational on one patch level. Npgsql 8.0.11 is the newest 8.0.x. This blocked every deployment, not just playground: all six live releases (funride, kwickbox, tamweelna x staging/production) run dbType=PgSql. They are unaffected today only because they still run the 6.0.8 image, which predates the net8.0 migration. NOT taking Dependabot #110 (Npgsql -> 9.0.4) or #111 (Pomelo -> 9.0.0): both are EF Core 9 against an EF Core 8 app, the same major-version mismatch as #117/#118. Verified against a real PostgreSQL 16 container, same env for both images: ghcr.io/simplify9/mtm:8.0.1 -> TypeLoadException, process dies this build -> migrations run, 9 tables created in the mtm schema incl. _ef_migrations_history, app serves HTTP, zero errors in the log Unit tests pass (1/1) under the dotnet/sdk:8.0 image. Claude-Session: https://claude.ai/code/session_01VHkpqv6dB6wjALyFe9ocMU Co-authored-by: Claude Opus 5 (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.
Updated Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.10 to 9.0.4.
Release notes
Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.
9.0.4
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.3...v9.0.4
9.0.3
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.2...v9.0.3
9.0.2
EFCore.PG depends on Npgsql 9.0.2, which contains an important fix around SSL validation (npgsql/npgsql#5942).
Milestone issues
Full Changelog: npgsql/efcore.pg@v9.0.1...v9.0.2
9.0.0
See the release notes.
The full list of changes is available here.
What's Changed
... (truncated)
8.0.11
The full list of changes is available here.
Full Changelog: npgsql/efcore.pg@v8.0.10...v8.0.11
8.0.10
The full list of changes is available here.
Full Changelog: npgsql/efcore.pg@v8.0.8...v8.0.10
8.0.8
The full list of changes is available here.
Full Changelog: npgsql/efcore.pg@v8.0.4...v8.0.8
8.0.2
This is the first patch release following 8.0.0, with 15 bug fixes.
The full list of changes is available here.
8.0.0
See the release notes.
The full list of changes is available here.
7.0.11
This patch release fixes a single bug (npgsql/efcore.pg#2787), but also takes a dependency on the latest EF Core and Npgsql patch versions. Everyone is encouraged to upgrade.
7.0.4
The full list of changes is available here.
7.0.3
The full list of changes is available here.
7.0.0
See the release notes.
The full list of changes is available here.
6.0.22
This patch release fixes several bugs, and takes a dependency on the latest EF Core 6.0 and Npgsql 6.0 patch versions. Everyone is encouraged to upgrade.
6.0.7
The full list of changes is available here.
6.0.6
The full list of changes is available here.
6.0.5
The full list of changes is available here.
6.0.4
The full list of changes is available here.
6.0.3
The full list of changes is available here.
6.0.2
The full list of changes is available here.
6.0.1
6.0.1 is the first patch release for EFCore.PG 6.0, and contains important fixes to some bugs. Everyone is strongly encouraged to upgrade.
The full list of changes is available here.
6.0.0
See the release notes.
The full list of changes is available here.
6.0.0-rc.2
6.0.0-rc.1
The first release candidate (RC) of the Npgsql EF Core provider version 6.0.0.
Release and breaking change notes are available here.
6.0.0-preview7
6.0.0-preview6
6.0.0-preview5
6.0.0-preview4
6.0.0-preview3
6.0.0-preview2
Commits viewable in compare view.