Releases: singlestore-labs/singlestoredb-python
Releases · singlestore-labs/singlestoredb-python
SingleStoreDB v0.6.1
- Fix GSSAPI/Kerberos packet data
SingleStoreDB v0.6.0
- Added GSSAPI/Kerberos support
SingleStoreDB v0.5.4
- Added expiration to workspaces
SingleStoreDB v0.5.3
- Fixed issue with parsing numeric results
SingleStoreDB v0.5.2
- Fix issues with unbuffered reading
SingleStoreDB v0.5.1
- Fix rendering issue in
show
accessor methods - Add additional wheels for win32 and Linux aarch64
SingleStoreDB v0.5.0
- Query parameter syntax has changed from
:1
for positional
and:key
for dictionary keys to%s
for positional and%(key)s
for dictionary keys results_format
connection parameter has changed toresults_type
- High-performance C extension added
- Added
ssl_verify_cert
andssl_verify_identity
connection options - Add Python 3.11 support
SingleStoreDB v0.4.0
- Add support for Python 3.6
SingleStoreDB v0.3.3
- Add
ssl_cipher
option to connections - Add
show
accessor for databaseSHOW
commands
SingleStoreDB v0.3.2
- Fixes for PyMySQL compatibility