Skip to content

Releases: memsql/SingleStoreNETConnector

Release 1.1.4

21 Sep 11:36
Compare
Choose a tag to compare

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 to KILL QUERY {connection_id} {node_id} command used in Connection.Cancel().
  • Support .NET 7.0
  • Add ConnectionAttributes parameter

Release 1.1.0

20 Apr 09:54
Compare
Choose a tag to compare
  • 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

06 Feb 15:37
Compare
Choose a tag to compare
  • Allow RecordsAffected to be read after Close() in SingleStoreDataReader

  • Strong name the assembly

Release 1.0

10 Jun 09:21
Compare
Choose a tag to compare
  • Add GEOGRAPHY and GEOGRAPHYPOINT support

Release 0.1.2-beta

28 Mar 19:07
Compare
Choose a tag to compare
Release 0.1.2-beta Pre-release
Pre-release

Minor improvements were made:

  • updated docs
  • finished rebranding
  • fixed CI bugs

Release 0.1.1-beta

18 Feb 16:55
Compare
Choose a tag to compare
Release 0.1.1-beta Pre-release
Pre-release

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.