Skip to content

Commit f01d09c

Browse files
chore(main): release 1.11.0 (#364)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d95d2d1 commit f01d09c

File tree

9 files changed

+42
-8
lines changed

9 files changed

+42
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.2"
2+
".": "1.11.0"
33
}

packages/google-cloud-retail/CHANGELOG.md

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

3+
## [1.11.0](https://github.com/googleapis/python-retail/compare/v1.10.2...v1.11.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.retail.__version__` ([b113357](https://github.com/googleapis/python-retail/commit/b113357206652f4c6318c05c911055c1ec0ff7cb))
9+
* Add typing to proto.Message based class attributes ([b113357](https://github.com/googleapis/python-retail/commit/b113357206652f4c6318c05c911055c1ec0ff7cb))
10+
* **v2alpha:** Allow set feed id in merchant center link ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
11+
* **v2alpha:** Deprecate retrievable_fields in product attribute ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
12+
* **v2alpha:** Expose the local inventory data in product data retrieval ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
13+
* **v2alpha:** Return personal product labels in search response ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
14+
* **v2alpha:** Support async write mode for WriteUserEvent API ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
15+
* **v2alpha:** Support attribute suggestion in autocomplete ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
16+
* **v2alpha:** Support batch remove catalog attribute config ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
17+
* **v2alpha:** Support collect and import GA4 event format with prebuilt whistle rule ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
18+
* **v2alpha:** Support data output to GCS ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
19+
* **v2alpha:** Support diversity type in serving config ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
20+
* **v2alpha:** Support exact searchable and retrievable in catalog attribute config ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
21+
22+
23+
### Bug Fixes
24+
25+
* Add dict typing for client_options ([b113357](https://github.com/googleapis/python-retail/commit/b113357206652f4c6318c05c911055c1ec0ff7cb))
26+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([6780c7a](https://github.com/googleapis/python-retail/commit/6780c7adc14fb7063597d6c9a514d0b33fc5dcd6))
27+
* Drop usage of pkg_resources ([6780c7a](https://github.com/googleapis/python-retail/commit/6780c7adc14fb7063597d6c9a514d0b33fc5dcd6))
28+
* Fix timeout default values ([6780c7a](https://github.com/googleapis/python-retail/commit/6780c7adc14fb7063597d6c9a514d0b33fc5dcd6))
29+
30+
31+
### Documentation
32+
33+
* **samples:** Snippetgen handling of repeated enum field ([b113357](https://github.com/googleapis/python-retail/commit/b113357206652f4c6318c05c911055c1ec0ff7cb))
34+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([6780c7a](https://github.com/googleapis/python-retail/commit/6780c7adc14fb7063597d6c9a514d0b33fc5dcd6))
35+
* **v2alpha:** Keep the API doc up-to-date with recent changes ([3ee1ee4](https://github.com/googleapis/python-retail/commit/3ee1ee45313a3642f6289117bf64749c422d1ad7))
36+
337
## [1.10.2](https://github.com/googleapis/python-retail/compare/v1.10.1...v1.10.2) (2022-10-07)
438

539

packages/google-cloud-retail/google/cloud/retail/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.2" # {x-release-please-version}
16+
__version__ = "1.11.0" # {x-release-please-version}

packages/google-cloud-retail/google/cloud/retail_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.2" # {x-release-please-version}
16+
__version__ = "1.11.0" # {x-release-please-version}

packages/google-cloud-retail/google/cloud/retail_v2alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.2" # {x-release-please-version}
16+
__version__ = "1.11.0" # {x-release-please-version}

packages/google-cloud-retail/google/cloud/retail_v2beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.2" # {x-release-please-version}
16+
__version__ = "1.11.0" # {x-release-please-version}

packages/google-cloud-retail/samples/generated_samples/snippet_metadata_google.cloud.retail.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.11.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-retail/samples/generated_samples/snippet_metadata_google.cloud.retail.v2alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.11.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-retail/samples/generated_samples/snippet_metadata_google.cloud.retail.v2beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.11.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)