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:
Type | Description |
---|---|
Upstream merge | Merged with community .NET driver version 8.0.2. See release notes for more information about merge updates. |
Security fix | Fixed a security issue CVE-2024-32655. This security fix fixes the Npgsql that was vulnerable to SQL injection via protocol message size overflow. |
Bug fix | Fixed an issue for SPL CALLS. SPL CALLs with output parameters are now returning DataReader with a row of parameters on the batch commands. |
Bug fix | EnableErrorBarriers is now functional on the batch commands. See the EnableErrorBarriers documentation for more information. |