File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ This document outlines features and improvements from each release.
88 are for non-production testing and evaluation, and may include
99 changes to the API.
1010
11+ v1.15.7 - September 23, 2025
12+ ----------------------------
13+ * Add multi-backendchat factory (`SingleStoreChatFactory `) initilizing various flavors of langchain chat clients.
14+ * Enhance headers injection (Authorization and Impersonating JWT) across Azure and Amazon Bedrock models.
15+
1116v1.15.6 - September 16, 2025
1217----------------------------
1318* Add / update release utilities
Original file line number Diff line number Diff line change 11[metadata]
22name = singlestoredb
3- version = 1.15.6
3+ version = 1.15.7
44description = Interface to the SingleStoreDB database and workspace management APIs
55long_description = file: README.md
66long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1313
1414"""
1515
16- __version__ = '1.15.6 '
16+ __version__ = '1.15.7 '
1717
1818from typing import Any
1919
You can’t perform that action at this time.
0 commit comments