This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [2.4.0](v2.3.0...v2.4.0) (2022-08-09) ### Features * allow adding labels in search requests ([70ae250](70ae250)) * allow adding labels in search requests ([70ae250](70ae250)) * allow disabling spell check in search requests ([70ae250](70ae250)) * allow disabling spell check in search requests ([70ae250](70ae250)) * allow enabling recommendation filtering on custom attributes ([70ae250](70ae250)) * allow enabling recommendation filtering on custom attributes ([70ae250](70ae250)) * allow returning min/max values on search numeric facets ([70ae250](70ae250)) * allow returning min/max values on search numeric facets ([70ae250](70ae250)) * allow skiping default branch protection when doing product full import ([70ae250](70ae250)) * allow to return min/max values on search numeric facets ([70ae250](70ae250)) * allow to use serving configs as an alias of placements ([70ae250](70ae250)) * allow using serving configs as an alias of placements ([70ae250](70ae250)) * allow using serving configs as an alias of placements ([70ae250](70ae250)) * new model service to manage recommendation models ([#497](#497)) ([70ae250](70ae250)) * return output BigQuery table on product / event export response ([70ae250](70ae250)) * return output BigQuery table on product / event export response ([70ae250](70ae250)) * support case insensitive match on search facets ([70ae250](70ae250)) * support case insensitive match on search facets ([70ae250](70ae250)) * support case insensitive match on search facets ([70ae250](70ae250)) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-retail/issues/1485)) ([#487](#487)) ([aebd3d2](aebd3d2)) ### Documentation * keep the API doc up-to-date with recent changes ([70ae250](70ae250)) * keep the API doc up-to-date with recent changes ([70ae250](70ae250)) * keep the API doc up-to-date with recent changes ([70ae250](70ae250)) * **samples:** Refactoring product package (CRUD) ([#417](#417)) ([6b1973d](6b1973d)) * **samples:** Refactoring search package ([#415](#415)) ([ae435e0](ae435e0)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#499](#499)) ([9aff3a0](9aff3a0)) * update dependency com.google.cloud:google-cloud-storage to v2.10.0 ([#504](#504)) ([82db98b](82db98b)) * update dependency com.google.cloud:google-cloud-storage to v2.11.0 ([#507](#507)) ([911ff65](911ff65)) * update dependency com.google.cloud:google-cloud-storage to v2.11.1 ([#509](#509)) ([c6a7c65](c6a7c65)) * update dependency com.google.cloud:google-cloud-storage to v2.11.2 ([#510](#510)) ([d532bff](d532bff)) * update dependency com.google.code.gson:gson to v2.9.1 ([#500](#500)) ([2af1d50](2af1d50)) --- 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
1 parent
a5fc770
commit 1f4e159
Showing
12 changed files
with
87 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Format: | ||
# module:released-version:current-version | ||
|
||
google-cloud-retail:2.3.0:2.3.1-SNAPSHOT | ||
grpc-google-cloud-retail-v2:2.3.0:2.3.1-SNAPSHOT | ||
proto-google-cloud-retail-v2:2.3.0:2.3.1-SNAPSHOT | ||
proto-google-cloud-retail-v2alpha:2.3.0:2.3.1-SNAPSHOT | ||
proto-google-cloud-retail-v2beta:2.3.0:2.3.1-SNAPSHOT | ||
grpc-google-cloud-retail-v2alpha:2.3.0:2.3.1-SNAPSHOT | ||
grpc-google-cloud-retail-v2beta:2.3.0:2.3.1-SNAPSHOT | ||
google-cloud-retail:2.4.0:2.4.0 | ||
grpc-google-cloud-retail-v2:2.4.0:2.4.0 | ||
proto-google-cloud-retail-v2:2.4.0:2.4.0 | ||
proto-google-cloud-retail-v2alpha:2.4.0:2.4.0 | ||
proto-google-cloud-retail-v2beta:2.4.0:2.4.0 | ||
grpc-google-cloud-retail-v2alpha:2.4.0:2.4.0 | ||
grpc-google-cloud-retail-v2beta:2.4.0:2.4.0 |