You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String setters for DeprecationStatus timestamps are removed from DeprecationStatus.Builder. Getters are still available in DeprecationStatus for legacy support (#1127).
Fix table's StreamingBuffer to allow oldestEntryTime to be null (#1141).
Add support for useLegacySql to QueryRequest and QueryJobConfiguration (#1142).
Datastore
Fix Datastore exceptions conversion: use getNumber() instead of ordinal() to get DatastoreException's error code (#1140).
Use HTTP transport factory, as set via DatastoreOptions, to perform service requests (#1144).
Logging
Set gcloud-java user agent in gcloud-java-logging, as done for other modules (#1147).
PubSub
Change Pub/Sub endpoint from pubsub-experimental.googleapis.com to pubsub.googleapis.com (#1149).