Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,7 @@ libraries:
- packages/google-cloud-translate/
tag_format: '{id}-v{version}'
- id: google-cloud-vectorsearch
version: 0.1.0
version: 0.2.0
last_generated_commit: ded7ed1e4cce7c165c56a417572cebea9bc1d82c
apis:
- path: google/cloud/vectorsearch/v1beta
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-vectorsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-vectorsearch/#history

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.1.0...google-cloud-vectorsearch-v0.2.0) (2025-11-21)


### Documentation

* Added clarification of expected format of collection and index fields ([15a15e94ad08f9b177f91f2443c8487d9a880173](https://github.com/googleapis/google-cloud-python/commit/15a15e94ad08f9b177f91f2443c8487d9a880173))


### Features

* Added TextSearch support to the batch search API ([15a15e94ad08f9b177f91f2443c8487d9a880173](https://github.com/googleapis/google-cloud-python/commit/15a15e94ad08f9b177f91f2443c8487d9a880173))

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.0.0...google-cloud-vectorsearch-v0.1.0) (2025-11-07)


Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-vectorsearch/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-vectorsearch/#history

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.1.0...google-cloud-vectorsearch-v0.2.0) (2025-11-21)


### Documentation

* Added clarification of expected format of collection and index fields ([15a15e94ad08f9b177f91f2443c8487d9a880173](https://github.com/googleapis/google-cloud-python/commit/15a15e94ad08f9b177f91f2443c8487d9a880173))


### Features

* Added TextSearch support to the batch search API ([15a15e94ad08f9b177f91f2443c8487d9a880173](https://github.com/googleapis/google-cloud-python/commit/15a15e94ad08f9b177f91f2443c8487d9a880173))

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.0.0...google-cloud-vectorsearch-v0.1.0) (2025-11-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vectorsearch",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down
Loading