Release notes v8.0.2.1

Released: 15 May 2024

The EDB .NET Connector provides connectivity between a .NET client application and an EDB Postgres Advanced Server database server.

New features, enhancements, bug fixes, and other changes in the EDB .NET Connector 8.0.2.1 include:

TypeDescription
Upstream mergeMerged with community .NET driver version 8.0.2. See release notes for more information about merge updates.
Security fixFixed a security issue CVE-2024-32655. This security fix fixes the Npgsql that was vulnerable to SQL injection via protocol message size overflow.
Bug fixFixed an issue for SPL CALLS. SPL CALLs with output parameters are now returning DataReader with a row of parameters on the batch commands.
Bug fixEnableErrorBarriers is now functional on the batch commands. See the EnableErrorBarriers documentation for more information.