npgsql

Npgsql is the .NET data provider for PostgreSQL.

POSTGRESQL License

Stars
3.3K
Committers
209

Bot releases are hidden (Show)

npgsql - Npgsql v5.0.0

Published by roji almost 4 years ago

See the release notes.

The full list of changes is available here.

npgsql - Npgsql v4.1.6

Published by roji almost 4 years ago

This patch version contains several bug fixes, everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql v5.0.0 Preview 1

Published by YohDeadfall about 4 years ago

npgsql - Npgsql v4.1.5

Published by YohDeadfall about 4 years ago

This patch release contains an important update as an addition to bug fixes. Starting this version it's possible to use the NodaTime plugin without losing ability to have BCL date and time types in parameters or in query results. Many thanks @davidroth who made this!

Everyone is encouraged to update.

The full list of changes is available here.

npgsql - Npgsql v4.0.11

Published by roji over 4 years ago

This is a support release for the older Npgsql 4.0 branch, for people using it for any reason. Various important bug fixes have been backported from the 4.1 branch.

Note that starting with v4.0.11, 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.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.

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