8000 chore(main): release 1.5.0 (#196) · googleapis/google-cloud-python@2411287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2411287

Browse files
chore(main): release 1.5.0 (#196)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](googleapis/python-retail@v1.4.1...v1.5.0) (2022-03-30) ### Features * add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](googleapis/python-retail@8d61976)) * allow search users to skip validation for invalid boost specs ([8d61976](googleapis/python-retail@8d61976)) * search returns applied control ids in the response ([8d61976](googleapis/python-retail@8d61976)) * support search personalization ([8d61976](googleapis/python-retail@8d61976)) * users cannot switch to empty default branch unless force override ([8d61976](googleapis/python-retail@8d61976)) ### Documentation * deprecate request_id in ImportProductsRequest ([8d61976](googleapis/python-retail@8d61976)) * deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](googleapis/python-retail@8d61976)) * keep the API doc up-to-date with recent changes ([8d61976](googleapis/python-retail@8d61976)) * suggest search users not to send IP and use hashed user id ([8d61976](googleapis/python-retail@8d61976)) * users can self enroll retail search feature on cloud console ([8d61976](googleapis/python-retail@8d61976)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4e7a806 commit 2411287

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/google-cloud-retail/CHANGELOG.md

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

3+
## [1.5.0](https://github.com/googleapis/python-retail/compare/v1.4.1...v1.5.0) (2022-03-30)
4+
5+
6+
### Features
7+
8+
* add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
9+
* allow search users to skip validation for invalid boost specs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
10+
* search returns applied control ids in the response ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
11+
* support search personalization ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
12+
* users cannot switch to empty default branch unless force override ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
13+
14+
15+
### Documentation
16+
17+
* deprecate request_id in ImportProductsRequest ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
18+
* deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
19+
* keep the API doc up-to-date with recent changes ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
20+
* suggest search users not to send IP and use hashed user id ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
21+
* users can self enroll retail search feature on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
22+
323
### [1.4.1](https://github.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05)
424

525

packages/google-cloud-retail/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.4.1"
22+
version = "1.5.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)
0