Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This document outlines features and improvements from each release.
are for non-production testing and evaluation, and may include
changes to the API.

v1.15.7 - September 23, 2025
----------------------------
* Add multi-backendchat factory (`SingleStoreChatFactory`) initilizing various flavors of langchain chat clients.
* Enhance headers injection (Authorization and Impersonating JWT) across Azure and Amazon Bedrock models.

v1.15.6 - September 16, 2025
----------------------------
* Add / update release utilities
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = singlestoredb
version = 1.15.6
version = 1.15.7
description = Interface to the SingleStoreDB database and workspace management APIs
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion singlestoredb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""

__version__ = '1.15.6'
__version__ = '1.15.7'

from typing import Any

Expand Down