Skip to content

Google Cloud PHP v0.43.0

Compare
Choose a tag to compare
@dwsupplee dwsupplee released this 11 Nov 01:56
4ce0b3f

Google Cloud PHP v0.43.0

Cloud BigQuery v0.3.1

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Core v1.12.0

  • Requests can now be made without being authenticated, this is especially useful for libraries such as Cloud Storage where you may want to download a publicly accessible file without needing to provide credentials. (#735)
  • Removed the project ID requirement for libraries which do not need it. (#735)

Cloud Datastore v1.0.3

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Language v0.9.0

  • Introduce analyze entity sentiment. (#734)

Cloud Logging v1.6.1

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Pub/Sub v0.9.1

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Spanner v0.8.1

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Storage v1.2.1

  • Removed project ID requirement from methods that do not require it. (#735)

Cloud Trace v0.3.3

  • Added a projectIdRequired flag to client configuration. (#735)

Cloud Translate v1.0.2

Miscellaneous

  • Updated namespaces used in test suites. Shout out to @Gabriel-Caruso for the nice addition. (#730)