Skip to content

Releases: npgsql/npgsql

v6.0.7

16 Sep 21:36
Compare
Choose a tag to compare

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

The full list of changes is available here.

v6.0.6

04 Aug 09:56
Compare
Choose a tag to compare

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.

v4.1.12

19 Jun 14:44
Compare
Choose a tag to compare

Fixes backported:

  • Deadlock/hung at NpgsqlDataReader.Cleanup (#4465)

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

v6.0.5

19 Jun 12:39
Compare
Choose a tag to compare

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

The full list of changes is available here.

v5.0.14

19 Jun 13:25
Compare
Choose a tag to compare

Fixes backported:

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

v4.0.13

19 Jun 14:34
Compare
Choose a tag to compare

Fixes backported:

  • Deadlock/hung at NpgsqlDataReader.Cleanup (#4465)
  • NpgsqlDataReader.GetTextReader always returns a reader with UTF8 encoding (#4384)
  • Throw if additional unencrypted bytes are left after SSL negotiation (#4130)

v6.0.4

19 Apr 15:57
Compare
Choose a tag to compare

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.

v5.0.13

26 Apr 16:34
Compare
Choose a tag to compare

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)

v5.0.12

01 Feb 18:56
Compare
Choose a tag to compare

5.0.12 fixes the following:

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

v6.0.3

27 Jan 13:14
Compare
Choose a tag to compare

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

The full list of changes is available here.