Releases: singlestore-labs/singlestoredb-python
Releases · singlestore-labs/singlestoredb-python
SingleStoreDB v1.13.1
SingleStoreDB v1.13.0
- Python UDF infrastructure (experimental)
SingleStoreDB v1.12.4
- Back out charset option code due to backwards incompatible behaivors
SingleStoreDB v1.12.3
- Fix default charset setting
SingleStoreDB v1.12.2
- Fix workspace group lookup in some Fusion SQL commands
SingleStoreDB v1.12.1
- Fix struct formatting issue in vector result support
- Add cloud notebook information to client version
- Fix
IN GROUP
clause in Fusion SQL for files - Fix file-like objects in file upload APIs
SingleStoreDB v1.12.0
- Add support for external TVFs
- Add support for pyarrow Table and pandas / polars DataFrames return values in external functions
- Add support for return value field names
- Add support for dataclasses and Pydantic external function parameter and return value definitions
- Add
singlestoredb.server.docker
andsinglestoredb.server.free_tier
server interfaces - Fix vector result conversions when numpy is not installed
SingleStoreDB v1.11.0
- Fix connection memory leak
- Add Fusion SQL commands for managing models
SingleStoreDB v1.10.0
- Add
%run_shared
and%run_personal
magics - Update doc for Export service Fusion SQL commands
SingleStoreDB Python v1.9.0
- Add Fusion SQL commands for personal and shared files
- Add Fusion SQL commands for Iceberg egress service
- Add
tls_sni_servername
to connection - Fix special character parsing in connection URLs
- Added
%sqlx
magic for use in multi-threaded environments