npgsql

Npgsql is the .NET data provider for PostgreSQL.

POSTGRESQL License

Stars
3.3K
Committers
209

Bot releases are hidden (Show)

npgsql - v7.0.2

Published by roji over 1 year ago

7.0.2 contains 8 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v7.0.1

Published by roji over 1 year ago

7.0.1 contains 6 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v7.0.0

Published by roji almost 2 years ago

See the release notes.

The full list of changes is available here.

npgsql - v6.0.7

Published by roji about 2 years ago

6.0.7 contains 7 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v6.0.6

Published by roji about 2 years ago

6.0.6 contains three bug fixes, notably for #4582, fixing support for extension types in non-default schemas.

The full list of changes is available here.

npgsql - v4.1.12

Published by roji over 2 years ago

Fixes backported:

This release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).

npgsql - v4.0.13

Published by roji over 2 years ago

Fixes backported:

  • Deadlock/hung at NpgsqlDataReader.Cleanup (https://github.com/npgsql/npgsql/issues/4465)
  • NpgsqlDataReader.GetTextReader always returns a reader with UTF8 encoding (#4384)
  • Throw if additional unencrypted bytes are left after SSL negotiation (#4130)
npgsql - v5.0.14

Published by roji over 2 years ago

Fixes backported:

  • A connector might be returned twice to the pool if broken while opening new connector (#4479)
  • Deadlock/hung at NpgsqlDataReader.Cleanup (#4465)
npgsql - v6.0.5

Published by roji over 2 years ago

6.0.5 contains is 7 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v5.0.13

Published by roji over 2 years ago

Fixes backported:

  • DeadlockDetected returns false by PostgresException.IsTransient (#4409)
  • NpgsqlDataReader.ExecuteScalar doesn't always throw PostgresException (#4378)
  • Intermittent "Unknown message code: X" exceptions. affects 5.X and 6.x (#4305)
  • NpgsqlDataReader.GetTextReader always returns a reader with UTF8 encoding (#4384)
  • Idle connection pruning becomes permanently disbled afrer postgres server restart (same as #4193) (#4373)
npgsql - v6.0.4

Published by roji over 2 years ago

6.0.4 contains is the first patch release in a while, and so contains 22 bug fixes. Everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v4.0.12

Published by roji over 3 years ago

This patch release includes a backport of #2525, which includes PostgreSQL foreign tables in GetSchema, allowing them to be used in PowerBI and similar tools.

npgsql - Npgsql v6.0.0 Preview3

Published by roji over 3 years ago

This version contains support for the new failover and load balancing support, among other things.

npgsql - Npgsql v4.1.9

Published by roji over 3 years ago

This patch releases contains the following bug fixes:

  • TransactionScope seems not to work correctly from v4.0.0 when Enlist=true and pooling=false (#3502)
  • JSON handler doesn't flush a buffer on write (#3464)
  • Fixed writing and reading DateTime.Min/Max with ConvertInfinityDateTime for TimestampTz handler (#3580)
npgsql - Npgsql v6.0.0 Preview2

Published by roji over 3 years ago

npgsql - Npgsql v5.0.3

Published by roji over 3 years ago

This release fixes two bugs which could cause the driver to crash.

The list of changes is available here.

npgsql - Npgsql v4.1.8

Published by roji over 3 years ago

The list of changes is available here.

npgsql - Npgsql v5.0.2

Published by roji over 3 years ago

Npgsql 5.0.2 includes some significant bugfixes, everyone is encouraged to upgrade.

The list of changes is available here.

npgsql - Npgsql 4.1.7

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

Published by roji almost 4 years ago

Npgsql 5.0.1.1 includes some important post-release bugfixes, 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