Skip to content

Commit dbd91f2

Browse files
chore(main): release 0.9.0
1 parent d74f040 commit dbd91f2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.2...v0.9.0) (2025-07-22)
4+
5+
6+
### Features
7+
8+
* Graph_name validation on graph store construction ([#162](https://github.com/googleapis/langchain-google-spanner-python/issues/162)) ([c753a74](https://github.com/googleapis/langchain-google-spanner-python/commit/c753a747f600582f14503d6ed29281a50f997b34))
9+
* **graph:** Enable setting up the timeout for queries ([#178](https://github.com/googleapis/langchain-google-spanner-python/issues/178)) ([1c5cf19](https://github.com/googleapis/langchain-google-spanner-python/commit/1c5cf19f615fe85afbfb94fc30b1ff1112540f5b)), closes [#170](https://github.com/googleapis/langchain-google-spanner-python/issues/170)
10+
* **graph:** Handle cases when a single table is multiplexed by multi… ([#169](https://github.com/googleapis/langchain-google-spanner-python/issues/169)) ([f99c115](https://github.com/googleapis/langchain-google-spanner-python/commit/f99c1153901fddb6f5f28dba89c9a871910bd7db))
11+
* **graph:** Raise InvalidGQLGenerationError with intermediate_steps ([#175](https://github.com/googleapis/langchain-google-spanner-python/issues/175)) ([22f2158](https://github.com/googleapis/langchain-google-spanner-python/commit/22f215813785699c048b48dae33d69aa9b963e15)), closes [#178](https://github.com/googleapis/langchain-google-spanner-python/issues/178)
12+
13+
14+
### Bug Fixes
15+
16+
* **graph:** 'verified_gql' exception ([9940b86](https://github.com/googleapis/langchain-google-spanner-python/commit/9940b86bb2c8a21961f6abf77612afc4c8168f77))
17+
* **graph:** Ensure intermediate_steps always show generated query ([#174](https://github.com/googleapis/langchain-google-spanner-python/issues/174)) ([d74f040](https://github.com/googleapis/langchain-google-spanner-python/commit/d74f0400075f56e9b43880d548a463a5e4ad44a3)), closes [#173](https://github.com/googleapis/langchain-google-spanner-python/issues/173)
18+
19+
20+
### Documentation
21+
22+
* Correct spelling of Spanner in README.rst ([#179](https://github.com/googleapis/langchain-google-spanner-python/issues/179)) ([a32aade](https://github.com/googleapis/langchain-google-spanner-python/commit/a32aade70a2b6029e7323ecf0498a4b0624e5f13))
23+
324
## [0.8.2](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.1...v0.8.2) (2025-03-12)
425

526

src/langchain_google_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.8.2"
15+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)