npgsql

Npgsql is the .NET data provider for PostgreSQL.

POSTGRESQL License

Stars
3.3K
Committers
209

Bot releases are visible (Hide)

npgsql - Npgsql v4.1.4

Published by roji over 4 years ago

This patch version has been a long time coming, and includes many important bug fixes.

Note that starting with v4.1.4, the Detail property on PostgresException will be redacted by default, since PostgreSQL uses it to send potentially sensitive information (see #2501) . The information can be included as before by specifying Include Error Detail on the connection string

The list of changes is available here.

npgsql - Npgsql v4.1.3.1

Published by roji over 4 years ago

npgsql - Npgsql v4.1.3

Published by roji over 4 years ago

Npgsql 4.1.3 includes some important bugfixes, everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.1.2

Published by roji almost 5 years ago

Npgsql 4.1.2 includes some important bugfixes. In particular, the pooling changes in v4.1.0 introduced a bug causing idle connections to never be pruned; this has been fixed (thanks @NinoFloris!).

The list of changes is available here.

npgsql - Npgsql v4.1.1

Published by roji about 5 years ago

Npgsql 4.1.0 unintentionally introduced some breaking changes which made it incompatible with some libraries (e.g. EF Core 2.2, Marten). Almost all have been rolled back and everything should work now.

In additional, two significant bugs were fixed. All users of 4.1.0 should upgrade.

The list of changes is available here.

npgsql - Npgsql v4.1.0

Published by roji about 5 years ago

See the release notes.

The full list of changes is available here.

npgsql - Npgsql v4.0.10

Published by roji about 5 years ago

Npgsql 4.0.10 fixes some minor issues, everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.1.0-preview2

Published by roji about 5 years ago

npgsql - Npgsql v4.1.0-preview1

Published by roji about 5 years ago

npgsql - Npgsql v4.0.9

Published by roji about 5 years ago

Npgsql 4.0.9 fixes some minor issues, everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.8

Published by roji over 5 years ago

Npgsql 4.0.8 fixes two connection pool issues and another one about prepared statements. Everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.7

Published by roji over 5 years ago

Npgsql 4.0.7 fixes some issues with the Visual Studio extensions, as well as 3 minor bugs - everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.6

Published by roji over 5 years ago

Npgsql 4.0.6 contains numerous bug fixes - everyone is encouraged to upgrade. This version notably fixes the Visual Studio extension System.Memory issue (see https://github.com/npgsql/npgsql/issues/2356).

The list of changes is available here.

npgsql - Npgsql v4.0.5

Published by roji over 5 years ago

Npgsql 4.0.5 contains numerous bug fixes - everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.4

Published by roji almost 6 years ago

Npgsql 4.0.4 contains numerous bug fixes, some of them critical - everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.3

Published by roji about 6 years ago

Npgsql 4.0.3 fixes various non-critical bugs. The list of changes is available here.

npgsql - Npgsql v4.0.2

Published by roji over 6 years ago

Npgsql 4.0.2 fixed assembly strong naming, which was accidentally broken in the 4.0.1 release. Some other bug fixes are included.

The list of changes is available here.

npgsql - Npgsql v4.0.1

Published by roji over 6 years ago

Npgsql 4.0.1 contains some important fixes for bugs found since the 4.0.0 release. It's recommended that everyone upgrade.

The list of changes is available here.

npgsql - Npgsql v4.0.0

Published by roji over 6 years ago

npgsql - Npgsql 3.2.7

Published by roji over 6 years ago

Npgsql 3.2.7 contains some important fixes, and includes support for some PostgreSQL 10 features, notably SCRAM-SHA1-256. It's recommended that everyone upgrade.

The list of changes is available here.

Badges
Extracted from project README
stable next patch daily builds (vnext) build gitter
Related Projects