Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#196)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] committed Mar 30, 2022
1 parent 4e7a806 commit 2411287
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/google-cloud-retail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-retail/compare/v1.4.1...v1.5.0) (2022-03-30)


### Features

* add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* allow search users to skip validation for invalid boost specs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* search returns applied control ids in the response ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* support search personalization ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* users cannot switch to empty default branch unless force override ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))


### Documentation

* deprecate request_id in ImportProductsRequest ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* keep the API doc up-to-date with recent changes ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* suggest search users not to send IP and use hashed user id ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
* users can self enroll retail search feature on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))

### [1.4.1](https://github.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-retail/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.4.1"
version = "1.5.0"

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

Expand Down

0 comments on commit 2411287

Please sign in to comment.