Skip to content
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

Prepare v0.24.0 #391

Merged
merged 1 commit into from
Mar 10, 2017
Merged

Prepare v0.24.0 #391

merged 1 commit into from
Mar 10, 2017

Conversation

jdpedrie
Copy link
Contributor

Google Cloud PHP v0.24.0

This is a big one. We're preparing to publish each part of Google Cloud PHP as
individual packages, so this release includes many changes to prepare for that.

Google Cloud Core

  • BREAKING CHANGE We've moved everything in src/
    except for ServiceBuilder into a new Google\Cloud\Core namespace. Most of
    these classes are used internally and shouldn't have a big impact on you, but
    one to take note of: Google\Cloud\Int64 has moved to
    Google\Cloud\Core\Int64. (Component split #360)
  • BREAKING CHANGE Google\Cloud\Iam has moved to
    Google\Cloud\Core\Iam. (Component split #360)
  • BREAKING CHANGE Google\Cloud\Compute has moved
    to Google\Cloud\Core\Compute. (Component split #360)
  • BREAKING CHANGE Google\Cloud\Exception has
    moved to Google\Cloud\Core\Exception. (Component split #360)
  • BREAKING CHANGE Google\Cloud\Logger has moved
    to Google\Cloud\Core\Logger. (Component split #360)
  • BREAKING CHANGE Google\Cloud\Upload has moved
    to Google\Cloud\Core\Upload. (Component split #360)

BigQuery

  • Google\Cloud\BigQuery\Table::export() now accepts either an instance of
    Google\Cloud\Storage\StorageObject or a gcsUri string as its first argument.
    (Component split #360)

Cloud Natural Language

  • Several methods on Google\Cloud\NaturalLanguage\NaturalLanguageClient have
    been updated:

    • analyzeEntities() The first argument may be an instance of
      Google\Cloud\Storage\StorageObject, or a string. The string may be a
      gcsUri.
    • analyzeSentiment() The first argument may be an instance of
      Google\Cloud\Storage\StorageObject, or a string. The string may be a
      gcsUri.
    • analyzeSyntax() The first argument may be an instance of
      Google\Cloud\Storage\StorageObject, or a string. The string may be a
      gcsUri.

Cloud Speech

  • Google\Cloud\Speech\SpeechClient::recognize() has been updated. The first
    argument may be a string of bytes, a gcsUri string, or an instance of
    Google\Cloud\Storage\StorageObject.

Google Cloud Storage

  • Google\Cloud\Storage\StorageObject now exposes a new method called
    gcsUri(), which will return a Cloud Storage URI to your object. (Component split #360)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 10, 2017
@jdpedrie jdpedrie merged commit aa60809 into googleapis:master Mar 10, 2017
@jdpedrie jdpedrie deleted the v0.24.0 branch March 10, 2017 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants