Releases: singlestore-labs/go-singlestore-driver
Releases · singlestore-labs/go-singlestore-driver
SingleStore Go Driver v1.9.3-p0
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
- @dependabot[bot] made their first contribution in #12
Full Changelog: v1.9.2-p2...v1.9.3-p0
SingleStore Go Driver v1.9.2-p2
What's Changed
- BEHAVIOR CHANGE w.r.t. v1.9.2-p1:
CtxCancellationEnabledflag now controls if query/statement cancellation also cancels the query running on server. By default it is set tofalsewhich corresponds togo-sql-driver/mysqlbehavior. The flag is introduced mainly MySQL compatibility, it is recommended to set it totruefor SingleStore connections. You may not setCtxCancellationEnabledif 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
What's Changed
- Run kill query on cancel by @pmishchenko-ua in #6
Full Changelog: v1.8.1-p4...v1.9.2-p1
SingleStore Go driver 1.8.1-p4
What's Changed
- Add skipParseNumbers DSN option by @pmishchenko-ua in #4
New Contributors
- @pmishchenko-ua made their first contribution in #4
Full Changelog: https://github.com/memsql/go-singlestore-driver/commits/v1.8.1-p4
Go SingleStore Driver 1.6.3
- Add gssapi auth plugin support
- Add
connectionAttributesconnection option