Releases: singlestore-labs/singlestoredb-python
Releases · singlestore-labs/singlestoredb-python
SingleStoreDB v0.5.0
- Query parameter syntax has changed from
:1for positional
and:keyfor dictionary keys to%sfor positional and%(key)s
for dictionary keys results_formatconnection parameter has changed toresults_type- High-performance C extension added
- Added
ssl_verify_certandssl_verify_identityconnection options - Add Python 3.11 support
SingleStoreDB v0.4.0
- Add support for Python 3.6
SingleStoreDB v0.3.3
- Add
ssl_cipheroption to connections - Add
showaccessor for databaseSHOWcommands
SingleStoreDB v0.3.2
- Fixes for PyMySQL compatibility
SingleStoreDB v0.3.1
- Change SSL settings to be compatible with SingleStoreDB Cloud
SingleStoreDB v0.3.0
- Improved testing of unsigned integer types
- Changed autocommit=True for connections
SingleStoreDB v0.2.0
This release features the following:
- Changes the driver module to PyMySQL
- Adds workspace management objects
- Adds JWT utilities and support
SingleStoreDB v0.1.0
Initial release