Skip to content

Releases: singlestore-labs/go-singlestore-driver

SingleStore Go Driver v1.9.3-p0

03 Apr 11:01
ab638e7

Choose a tag to compare

What's Changed

  • feat: disable fetch connection info for kill connection by @soluchok in #10
  • fix: resolve potential buffer re-use in getSystemVar by @pmishchenko-ua in #15

New Contributors

Full Changelog: v1.9.2-p2...v1.9.3-p0

SingleStore Go Driver v1.9.2-p2

11 Feb 12:06
2982a44

Choose a tag to compare

What's Changed

  • BEHAVIOR CHANGE w.r.t. v1.9.2-p1: CtxCancellationEnabled flag now controls if query/statement cancellation also cancels the query running on server. By default it is set to false which corresponds to go-sql-driver/mysql behavior. The flag is introduced mainly MySQL compatibility, it is recommended to set it to true for SingleStore connections. You may not set CtxCancellationEnabled if you are certain that cancellation is not needed, in this case new connections are established a bit faster, as the driver doesn't fetch the connection info (connection_id, aggregator_id).

New Contributors

Full Changelog: v1.9.2-p1...v1.9.2-p2

SingleStore Go Driver v1.9.2-p1

03 Feb 11:22
2d0cbc9

Choose a tag to compare

What's Changed

Full Changelog: v1.8.1-p4...v1.9.2-p1

SingleStore Go driver 1.8.1-p4

29 Jan 15:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/memsql/go-singlestore-driver/commits/v1.8.1-p4

Go SingleStore Driver 1.6.3

01 Jun 09:47

Choose a tag to compare

  • Add gssapi auth plugin support
  • Add connectionAttributes connection option