npgsql

Npgsql is the .NET data provider for PostgreSQL.

POSTGRESQL License

Stars
3.3K
Committers
209

Bot releases are visible (Hide)

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 - v5.0.12

Published by github-actions[bot] over 2 years ago

5.0.12 fixes the following:

  • Fix pruning enable/disable race condition (#4255)
  • Allow flushing of NpgsqlReadBuffer.Stream (#4122)
npgsql - v6.0.3

Published by github-actions[bot] over 2 years ago

6.0.3 contains important bug fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v6.0.2

Published by github-actions[bot] almost 3 years ago

6.0.0 changed Npgsql's parameter name matching to be case-sensitive; unfortunately, in some specific scenarios this could cause the parameter placeholder to be evaluated as a column name by PostgreSQL, potentially leading to data loss. 6.0.2 reverts this changes and switches back to case-insensitive parameter name matching.

The full list of changes is available here.

npgsql - v6.0.1

Published by github-actions[bot] almost 3 years ago

6.0.1 is the first patch release for Npgsql 6.0, and contains important fixes to some bugs. Everyone is strongly encouraged to upgrade.

The full list of changes is available here.

npgsql - v5.0.11

Published by github-actions[bot] almost 3 years ago

npgsql - v6.0.0

Published by github-actions[bot] almost 3 years ago

See the release notes.

The full list of changes is available here.

npgsql - v6.0.0-rc.2

Published by github-actions[bot] about 3 years ago

npgsql - v6.0.0-rc.1

Published by github-actions[bot] about 3 years ago

The first release candidate (RC) of Npgsql 6.0.0.

Release and breaking change notes are available here.

npgsql - v5.0.10

Published by github-actions[bot] about 3 years ago

The list of changes is available here.

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