Skip to content

0.27.0

Compare
Choose a tag to compare
@michaelbausor michaelbausor released this 21 Nov 23:17
28d91f3

Move to ApiCore namespace (#125)

  • BREAKING All classes that were previously under the Google\GAX namespace have been moved to the Google\ApiCore namespace . To support this change, update code that consumes the affected classes with a mechanical rename from Google\GAX to Google\ApiCore.
  • Restructure repo, moving generated protobuf classes under src directory, and protobuf metadata classes under metadata

LongRunning and IAM namespace update (#126)

  • BREAKING Generated protobuf classes for LongRunning have moved from Google\Longrunning to Google\LongRunning
  • BREAKING Generated protobuf classes for Iam have moved from Google\Iam to Google\Cloud\Iam