Skip to content

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.10 to 9.0.4 - #110

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4
Open

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.10 to 9.0.4#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

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

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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@MusaMisto

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4 branch from 47cb3cb to 5432555 Compare July 15, 2026 08:35
@MusaMisto

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/nuget/SW.Mtm.PgSql/main/Npgsql.EntityFrameworkCore.PostgreSQL-9.0.4 branch from 5432555 to 43566c6 Compare July 15, 2026 15:09
@MusaMisto

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
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 @dependabot recreate.

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