Skip to content

0.2.7

Choose a tag to compare

@mziccard mziccard released this 11 Aug 13:54

Fixes

BigQuery

  • 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).