Skip to content

Commit fc68b34

Browse files
chore(main): release 1.7.0 (#287)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 80eacdf commit fc68b34

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/google-cloud-retail/CHANGELOG.md

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

3+
## [1.7.0](https://github.com/googleapis/python-retail/compare/v1.6.1...v1.7.0) (2022-07-17)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
9+
* allow users to add labels in search requests ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
10+
* allow users to disable spell check in search requests ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#275](https://github.com/googleapis/python-retail/issues/275)) ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
16+
* require python 3.7+ ([#284](https://github.com/googleapis/python-retail/issues/284)) ([7a97063](https://github.com/googleapis/python-retail/commit/7a97063ab2f1093c1a918adb1a78428d687cb9d9))
17+
18+
19+
### Documentation
20+
21+
* deprecate indexable/searchable on the product level custom attributes ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
22+
* keep the API doc up-to-date with recent changes ([34642ee](https://github.com/googleapis/python-retail/commit/34642ee4b9709b56773502d1f6d1c473619c0da1))
23+
324
## [1.6.1](https://github.com/googleapis/python-retail/compare/v1.6.0...v1.6.1) (2022-06-02)
425

526

packages/google-cloud-retail/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "1.6.1"
23+
version = "1.7.0"
2424

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

0 commit comments

Comments
 (0)