Releases: singlestore-labs/singlestoredb-python
Releases · singlestore-labs/singlestoredb-python
SingleStoreDB v0.8.1
- Add
create_engine
function to return SQLAlchemy engine while supporting
environment variable parameter settings and settings in options
SingleStoreDB v0.8.0
- Python 3.8 is now the minimum required version
- Add parameter conversion routines to HTTP driver
SingleStoreDB v0.7.1
- Add
connect_timeout
andmulti_statements
options to connection
SingleStoreDB v0.7.0
- Add converters for numpy array to vector blobs, and pygeos / shapely objects to geography data
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