Skip to content

Google Cloud PHP v0.25.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 31 Mar 17:26

Google Cloud PHP v0.25.0

Cloud BigQuery v0.2.0

  • BREAKING CHANGE All methods returning a Generator have been updated to return an iterator. In most cases, this change will not require changes in implementing code. Iterators function the same as the previous Generators did, but offer much more flexibility for us, and for you as a user. (#399)
  • BREAKING CHANGE The constructor of Google\Cloud\BigQuery\Job has changed; $mapper is now required, and the arguments have been reordered.
  • Cloud BigQuery now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Core v1.0.0

Google Cloud PHP Core is now supported at v1.0.0. This means that we consider the API to be solid and reliable, and while we'll continue to work to improve it, we will not introduce breaking changes very often, and when we do, they will come with full Semantic Versioning compliance, giving you the peace of mind to develop without worrying about an unstable API!

  • BREAKING CHANGE Google\Cloud\Core\Iam\Iam::testPermissions() now returns an array of permission names, rather than the API response containing a permissions key. (#395)

Cloud Datastore v1.0.0

Google Cloud PHP now supports Cloud Datastore at v1.0.0. This means that we consider the API to be solid and reliable, and while we'll continue to work to improve it, we will not introduce breaking changes very often, and when we do, they will come with full Semantic Versioning compliance, giving you the peace of mind to develop without worrying about an unstable API!

  • BREAKING CHANGE All methods returning a Generator have been updated to return an iterator. In most cases, this change will not require changes in implementing code. Iterators function the same as the previous Generators did, but offer much more flexibility for us, and for you as a user. (#399)
  • Cloud Datastore now requires Google Cloud PHP Core at version 1.0. (#402)

Stackdriver Logging v1.0.0

Google Cloud PHP now supports Stackdriver Logging at v1.0.0. This means that we consider the API to be solid and reliable, and while we'll continue to work to improve it, we will not introduce breaking changes very often, and when we do, they will come with full Semantic Versioning compliance, giving you the peace of mind to develop without worrying about an unstable API!

  • BREAKING CHANGE All methods returning a Generator have been updated to return an iterator. In most cases, this change will not require changes in implementing code. Iterators function the same as the previous Generators did, but offer much more flexibility for us, and for you as a user. (#399)
  • Stackdriver Logging now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Natural Language v0.2.0

Google Cloud PHP now supports Cloud Natural Language at a beta level. This means that we will not make many breaking changes going forward. While we may introduce changes prior to v1.0.0, they will be relatively rare, and changes will mostly focus on improvements to your developer experience within the bounds we've already defined.

  • Cloud Natural Language now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Pub/Sub v0.2.0

Google Cloud PHP now supports Cloud Pub/Sub at a beta level. This means that we will not make many breaking changes going forward. While we may introduce changes prior to v1.0.0, they will be relatively rare, and changes will mostly focus on improvements to your developer experience within the bounds we've already defined.

  • BREAKING CHANGE All methods returning a Generator have been updated to return an iterator. In most cases, this change will not require changes in implementing code. Iterators function the same as the previous Generators did, but offer much more flexibility for us, and for you as a user. (#399)
  • Cloud Pub/Sub now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Speech v0.2.0

  • BREAKING CHANGE Google\Cloud\ServiceBuilder::speech() and Google\Cloud\Speech\SpeechClient::__construct() now require a configuration option languageCode be set to a supported language code. (#420)
  • BREAKING CHANGE recognize() and beginRecognizeOperation() in Google\Cloud\Speech\SpeechClient options have changed. $options.speechContext is now $options.speechContexts. $options.sampleRate has been removed in favor of $options.sampleRateHertz. (#420)
  • Client-side detection of encoding and sample rates using getID3 is no longer supported. (#420)
  • Cloud Speech now requires Google Cloud PHP Core at version 1.0. (#402)

Google Cloud Storage v1.0.0

Google Cloud PHP now supports Google Cloud Storage at v1.0.0. This means that we consider the API to be solid and reliable, and while we'll continue to work to improve it, we will not introduce breaking changes very often, and when we do, they will come with full Semantic Versioning compliance, giving you the peace of mind to develop without worrying about an unstable API!

  • BREAKING CHANGE All methods returning a Generator have been updated to return an iterator. In most cases, this change will not require changes in implementing code. Iterators function the same as the previous Generators did, but offer much more flexibility for us, and for you as a user. (#399)
  • Fixed a bug where setting predefinedAcl on an object raised a conflict error. (#401)
  • Google Cloud Storage now supports IAM access control on Buckets. (#395)
  • Cloud Storage now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Translation v0.2.0

Google Cloud PHP now supports Cloud Translation at a beta level. This means that we will not make many breaking changes going forward. While we may introduce changes prior to v1.0.0, they will be relatively rare, and changes will mostly focus on improvements to your developer experience within the bounds we've already defined.

  • Cloud Translation now requires Google Cloud PHP Core at version 1.0. (#402)

Cloud Vision v0.2.0

  • Cloud Vision now requires Google Cloud PHP Core at version 1.0. (#402)