Skip to content

Releases: npgsql/npgsql

v6.0.2

20 Dec 23:06
Compare
Choose a tag to compare

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.

v6.0.1

03 Dec 14:07
Compare
Choose a tag to compare

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.

v5.0.11

12 Nov 23:49
Compare
Choose a tag to compare
Throw if additional unencrypted bytes are left after SSL negotiation …

…(#4131)

Closes #4130

(cherry picked from commit b3a534517bfe5fc1441b714f4db799c7a4fe04db)

v6.0.0

09 Nov 18:34
Compare
Choose a tag to compare

See the release notes.

The full list of changes is available here.

v6.0.0-rc.2

14 Oct 13:27
Compare
Choose a tag to compare
v6.0.0-rc.2 Pre-release
Pre-release
Skip UnixAbstractDomainSocket test on mac

v6.0.0-rc.1

24 Sep 15:24
Compare
Choose a tag to compare
v6.0.0-rc.1 Pre-release
Pre-release

The first release candidate (RC) of Npgsql 6.0.0.

Release and breaking change notes are available here.

v5.0.10

15 Sep 06:41
Compare
Choose a tag to compare

The list of changes is available here.

v6.0.0-preview7

16 Aug 13:16
95133ba
Compare
Choose a tag to compare
v6.0.0-preview7 Pre-release
Pre-release
Make NpgsqlBatch.AllResultTypesAreUnknown internal (#3923)

v6.0.0-preview6

31 Jul 14:45
9b1f8bc
Compare
Choose a tag to compare
v6.0.0-preview6 Pre-release
Pre-release
Make ConnectorTypeMapper thread-safe for handler binding (#3892)

Fixes #3872

v6.0.0-preview5

01 Jul 13:00
Compare
Choose a tag to compare
v6.0.0-preview5 Pre-release
Pre-release
Bump .NET SDK to 6.0.0-preview5