-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update datastore from v1beta3 to v1 #1169
Conversation
- Change package names - Update LocalDatastoreHelper to use new emulator (cloud-datastore-emulator >= 1.2.0) - Enable all tests in DatastoreTest
Putting this on hold until the emulator for |
@lesv PTAL |
@@ -66,16 +66,15 @@ | |||
*/ | |||
public class LocalDatastoreHelper { | |||
private static final Logger log = Logger.getLogger(LocalDatastoreHelper.class.getName()); | |||
private static final String GCD_VERSION = "v1beta3"; | |||
private static final String GCD_BUILD = "1.0.1"; | |||
private static final String GCD_VERSION = "1.2.0"; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM - my questions appear to be trivial. I would have expected to see a text version of the API change somewhere. GitHub's tools are a bit inadequate to answer my only question, did you miss something? What I've seen looks good. So, unless you think one of your answers would cause me to raise an object, it's ok to merge. |
LGTM |
🤖 I have created a release *beep* *boop* --- ## [2.2.4](googleapis/java-automl@v2.2.3...v2.2.4) (2022-06-23) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#1167](googleapis/java-automl#1167)) ([fcc1036](googleapis/java-automl@fcc1036)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Changes are:
This fixes #1165 and #1014