Skip to content

Commit 7479d3f

Browse files
chore(main): release 0.8.0 (#192)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d85f4cc commit 7479d3f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/googleapis/langchain-google-bigtable-python/compare/v0.7.0...v0.8.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* Add BigtableVectorStore Playground notebook. ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
9+
* Add BigtableVectorStore Playground notebook. ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
10+
* Add playground notebook for the vector store ([#191](https://github.com/googleapis/langchain-google-bigtable-python/issues/191)) ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
11+
* Change documentation for the library ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
12+
* Update documentation for the library ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
13+
* Update documentation for the library ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
14+
* Update documentation for the library ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
15+
16+
17+
### Bug Fixes
18+
19+
* Make sure the typing_extensions is supported across all python versions supported by this library ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
20+
* Update vector_store.ipynb ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
21+
* Update vector_store.ipynb ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
22+
* Update vector_store.ipynb ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
23+
* Update vector_store.ipynb ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
24+
* Update vector_store.ipynb ([d85f4cc](https://github.com/googleapis/langchain-google-bigtable-python/commit/d85f4cc29b8ff89a5431a31fb876f62ca6604ac7))
25+
326
## [0.7.0](https://github.com/googleapis/langchain-google-bigtable-python/compare/v0.6.0...v0.7.0) (2025-08-28)
427

528

src/langchain_google_bigtable/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.7.0"
15+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)