Version 10.0.1.1 v10.0.1.1
Released: 19 Feb 2026
The EDB .NET Connector provides connectivity between a .NET client application and an EDB Postgres Advanced Server database server.
Note
Unlike the upstream Npgsql community driver, the EDB .NET Connector retains full support for .NET Framework 4.7.2+.
New features, enhancements, bug fixes, and other changes in the EDB .NET Connector 10.0.1.1 include:
| Type | Description | Addresses |
|---|---|---|
| Upstream merge | Merged with community .NET driver version 10.0.1. See release notes for more information about merge updates. | |
| Deprecation | Removed .NET5, .NET6, and .NET7 targets as they have reached end of support. | |
| Enhancement | Added support for EDB Postgres Advanced Server 18. |
Note
In version 10, Npgsql introduced a breaking change regarding DateOnly and TimeOnly set as default mappings.
EDB .NET Connector doesn't contain this breaking change, and DateTime and TimeSpan are still the default mappings to their PostgreSQL date/time counterparts.