Skip to content

Releases: singlestore-labs/singlestoredb-python

SingleStoreDB v1.14.2

17 Jun 20:45

Choose a tag to compare

  • Iceberg export Fusion SQL changes (experimental)
  • Make vectorstore API optional

SingleStoreDB v1.14.1

11 Jun 00:40

Choose a tag to compare

  • Add Iceberg Export Fusion SOL commands (experimental)
  • Fix unsigned ints in Data API

SingleStoreDB v1.14.0

29 May 19:47
e08a6cf

Choose a tag to compare

  • Add vector_db interface
  • Remove Python 3.8 support

SingleStoreDB v1.13.1

20 May 20:31

Choose a tag to compare

  • Added AI utilities

SingleStoreDB v1.13.0

24 Apr 22:59
ba86736

Choose a tag to compare

  • Python UDF infrastructure (experimental)

SingleStoreDB v1.12.4

02 Apr 17:57

Choose a tag to compare

  • Back out charset option code due to backwards incompatible behaivors

SingleStoreDB v1.12.3

01 Apr 19:37

Choose a tag to compare

  • Fix default charset setting

SingleStoreDB v1.12.2

19 Mar 21:23

Choose a tag to compare

  • Fix workspace group lookup in some Fusion SQL commands

SingleStoreDB v1.12.1

10 Mar 20:13

Choose a tag to compare

  • 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

27 Feb 22:33

Choose a tag to compare

  • 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 and singlestoredb.server.free_tier server interfaces
  • Fix vector result conversions when numpy is not installed