Releases: memsql/SingleStoreNETConnector
Release 1.1.5
This release contains a fix for the package being built in Debug mode instead of Release mode
Release 1.1.4
Comparing to the latest release on Github (1.1.0), here is what's new:
- Get rid of a fix for MySQL KILL QUERY bug
- Improvements in CommandTimeout
- Add
node_id
toKILL QUERY {connection_id} {node_id}
command used inConnection.Cancel()
. - Support .NET 7.0
- Add ConnectionAttributes parameter
Release 1.1.0
-
Support .NET 7.0
-
Speed up inserts with SingleStoreDataAdapter
-
Loop to read all data when decompressing
-
Fix deadlock when cancelling a command
-
Fix BulkCopy for DateOnly and TimeOnly
-
Fix unintentional TLS downgrade
-
Implement SingleStoreAttribute.Clone
-
Normalize the order of keys in the connection string returned by
SingleStoreConnectionStringBuilder.ConnectionString
-
Drop support for .NET 4.5
-
Fix a race condition in recovering leaked sessions
-
Fix failure to dispose objects if an exception is thrown when connecting
Release 1.0.1
-
Allow RecordsAffected to be read after Close() in SingleStoreDataReader
-
Strong name the assembly
Release 1.0
- Add GEOGRAPHY and GEOGRAPHYPOINT support
Release 0.1.2-beta
Minor improvements were made:
- updated docs
- finished rebranding
- fixed CI bugs
Release 0.1.1-beta
This is the initial beta release of SingleStore .NET connector. It has been tested with SingleStore 7.3, 7.5, 7.6 and Managed Service.