Skip to content

Commit 1e13cc7

Browse files
chore(main): release 1.13.0 (#376)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent eb70cea commit 1e13cc7

File tree

9 files changed

+26
-8
lines changed

9 files changed

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

packages/google-cloud-retail/CHANGELOG.md

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

3+
## [1.13.0](https://github.com/googleapis/python-retail/compare/v1.12.0...v1.13.0) (2023-01-05)
4+
5+
6+
### Features
7+
8+
* **v2beta:** Allow set feed id in merchant center link ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
9+
* **v2beta:** Deprecate retrievable_fields in product attribute ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
10+
* **v2beta:** Support async write mode for WriteUserEvent API ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
11+
* **v2beta:** Support collect and import GA4 event format with prebuilt whistle rule ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
12+
* **v2beta:** Support data output to GCS ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
13+
* **v2beta:** Support diversity type in serving config ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
14+
* **v2beta:** Support exact searchable and retrievable in catalog attribute config ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
15+
16+
17+
### Documentation
18+
19+
* **v2beta:** Keep the API doc up-to-date with recent changes ([78bf804](https://github.com/googleapis/python-retail/commit/78bf804e4d3aa622605730a5b8eb5613b7f694f8))
20+
321
## [1.12.0](https://github.com/googleapis/python-retail/compare/v1.11.0...v1.12.0) (2022-12-15)
422

523

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.12.0" # {x-release-please-version}
16+
__version__ = "1.13.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.12.0" # {x-release-please-version}
16+
__version__ = "1.13.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.12.0" # {x-release-please-version}
16+
__version__ = "1.13.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.12.0" # {x-release-please-version}
16+
__version__ = "1.13.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.13.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.13.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.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)