Skip to content

Commit

Permalink
Prepare v0.73.0 (#1209)
Browse files Browse the repository at this point in the history
## Google Cloud PHP v0.73.0

### google/cloud-bigquery v1.4.1

* Added documentation for BigQuery job time filter. (#1183)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-bigquerydatatransfer v0.7.0

* Updated BigQueryDataTransfer generated client. (#1184)

### google/cloud-core v1.22.0

* Updated Symfony Lock Adapter to provide better exception messaging and context. (#1204)
* Added support for custom headers on resumable uploaders. (#1111)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-datastore v1.5.5

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-debugger v0.12.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-error-reporting v0.11.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-firestore v0.12.1

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-language v0.15.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-logging v1.12.6

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-pubsub v1.4.2

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-spanner v1.6.3

* Fixed a bug which prevented field values from being set to `null`. (#1201)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-speech v0.16.0

* **BREAKING CHANGE** Removed deprecated v1beta1 client for Cloud Speech and update generated clients. (#1196)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-storage v1.7.0

* Improve Storage Signed URL support. Added support for CORS headers and improved validation of inputs. (#1111)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-text-to-speech v0.1.2

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-trace v0.10.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-translate v1.2.4

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-vision v0.15.2

* Updated tests to conform to linting requirements. (#1192)
  • Loading branch information
jdpedrie committed Aug 8, 2018
1 parent df77513 commit 8383ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion src/BigQueryClient.php
Expand Up @@ -49,7 +49,7 @@ class BigQueryClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '1.4.0';
const VERSION = '1.4.1';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down

0 comments on commit 8383ad4

Please sign in to comment.