Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 235839d

Browse files
chore(main): release 1.16.0 (#406)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4167a2c commit 235839d

File tree

9 files changed

+24
-8
lines changed

9 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.1"
2+
".": "1.16.0"
33
}

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/googleapis/python-retail/compare/v1.15.1...v1.16.0) (2023-04-11)
4+
5+
6+
### Features
7+
8+
* Add model get API ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
9+
* Expose A/B experiment info in search response ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
10+
* Expose facets and product counts in autocomplete ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
11+
* Support new filter syntax for recommendation ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
12+
* Support per-entity search and autocomplete ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
13+
14+
15+
### Documentation
16+
17+
* Keep the API doc up-to-date with recent changes ([4167a2c](https://github.com/googleapis/python-retail/commit/4167a2c7c755a8ab55536214845707ec337dc344))
18+
319
## [1.15.1](https://github.com/googleapis/python-retail/compare/v1.15.0...v1.15.1) (2023-03-23)
420

521

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.15.1" # {x-release-please-version}
16+
__version__ = "1.16.0" # {x-release-please-version}

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.15.1" # {x-release-please-version}
16+
__version__ = "1.16.0" # {x-release-please-version}

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.15.1" # {x-release-please-version}
16+
__version__ = "1.16.0" # {x-release-please-version}

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.15.1" # {x-release-please-version}
16+
__version__ = "1.16.0" # {x-release-please-version}

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.16.0"
1212
},
1313
"snippets": [
1414
{

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.16.0"
1212
},
1313
"snippets": [
1414
{

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.16.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)