Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 7.42 KB

File metadata and controls

86 lines (59 loc) · 7.42 KB

Npgsql 3.2 Release Notes

Npgsql 3.2 is out and available on nuget.org. This is a major release with substantial internal changes and should be deployed with care. For critical applications it may be advisable to wait until 3.2.1 is out.

This release contains a large number of new features, but the main focus is performance - some usage scenarios may show dramatic improvements. See below for more details.

Major Changes

  • Prepared statements are now persistent (survive beyond pooled connection close/open), providing significant performance improvements for applications with short-lived connections, such as most webapps (#483). Also, statements can optionally be prepared automatically by Npgsql based on use, unlocking prepared statement performance for O/RMs and data layers which don't prepare themselves, such as Dapper or Entity Framework Core (#1237). See this blog post for more info.
  • The internal I/O system has been overhauled to continue supporting sync and async I/O, but with a vastly better coding model. This should eliminate most protocol sync bugs, and make it much easier to maintain and write new type handlers (#1326).
  • Kerberos login ("integrated security") is now support on Linux/Mac (#1079).
  • Support for System.Transactions and distributed transactions has been rewritten, and should have fewer problems than before (#122).
  • Performance counters have been implemented, similar to what SqlClient provides. (#619).
  • The Visual Studio integration extension (DDEX) has been rewritten for a much better installation experience, and includes some new features as well (#1407).
  • If your application attempts to make use of more than one connection at the same time, an "operation already in progress" was thrown. This exception now provides more information to help you track down the bug (#1248).

Many other small changes have been made, especially with regards to performance. Here's the full list.

Breaking Changes from 3.1

  • Connections can no longer be constructed with NpgsqlConnectionStringBuilder - only plain string connection strings are supported (#1415).
  • The Buffer Size connection string parameter has been replaced by Read Buffer Size and Write Buffer Size.

Contributors

Thank you very much to the following people who have contributed to the individual 3.2.x. releases.

Contributor Assigned issues
@roji 4
@erwaller 1
Contributor Assigned issues
@roji 8
Contributor Assigned issues
@roji 4
Contributor Assigned issues
@roji 1
Contributor Assigned issues
@roji 3
Contributor Assigned issues
@roji 9
@funny-falcon 1
@jlareo 1
@odiernod 1
Contributor Assigned issues
@roji 11
@kurtschelfthout 2
@Emill 1
Contributor Assigned issues
@roji 7
Contributor Assigned issues
@roji 33