Skip to content

Google Cloud PHP v0.36.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 02 Aug 20:02

Google Cloud PHP v0.36.0

Cloud BigQuery v0.2.2

  • Fixed an issue in the conversion of timestamps. (#563)

Cloud Core v1.8.0

  • Fixed a bug in the batch daemon where corrupt data could cause the daemon to crash. (#596)
  • Fixed an issue in the iterators which would miss potential results if a nextResultToken exists, but a result set is empty. (#598)
  • Replaced a reference to phpversion() with the PHP_VERSION constant to better support environments where phpversion() is not available. (#609)

Cloud Speech v0.6.1

  • The wordTimeOffsets option is now publicly available and is no longer under a feature whitelist. (#603)

Miscellaneous

  • The system tests have been improved and refactored, and system test coverage of Cloud Spanner has been significantly increased. (#563, #589, #611)