1# Changes 2 3## v1.16.0 4 5- Updates to various dependencies. 6 7## [1.15.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.14.0...v1.15.0) (2021-01-14) 8 9 10### Features 11 12* **bigquery:** add reservation usage stats to query statistics ([#3403](https://www.github.com/googleapis/google-cloud-go/issues/3403)) ([112bcde](https://www.github.com/googleapis/google-cloud-go/commit/112bcdeb7cee1b44f337d3e5398a0d0820e93162)) 13* **bigquery:** add support for allowing Javascript UDFs to indicate determinism ([#3534](https://www.github.com/googleapis/google-cloud-go/issues/3534)) ([2f417a3](https://www.github.com/googleapis/google-cloud-go/commit/2f417a39d93402fbb1e5e3001645019782d7d656)), refs [#3533](https://www.github.com/googleapis/google-cloud-go/issues/3533) 14 15 16### Bug Fixes 17 18* **bigquery:** address possible panic due to offset checking in handleInsertErrors ([#3524](https://www.github.com/googleapis/google-cloud-go/issues/3524)) ([5288511](https://www.github.com/googleapis/google-cloud-go/commit/52885115af3e95cdfd1ec784837fb1df7fe01446)), refs [#3519](https://www.github.com/googleapis/google-cloud-go/issues/3519) 19 20## [1.14.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.13.0...v1.14.0) (2020-12-04) 21 22 23### Features 24 25* **bigquery:** add support for bignumeric ([#2779](https://www.github.com/googleapis/google-cloud-go/issues/2779)) ([ea3cde5](https://www.github.com/googleapis/google-cloud-go/commit/ea3cde55ad3d8d843bce8d023747cf69552850b5)) 26* **bigquery:** expose hive partitioning options ([#3240](https://www.github.com/googleapis/google-cloud-go/issues/3240)) ([fa77efa](https://www.github.com/googleapis/google-cloud-go/commit/fa77efa1a1880ff89307d54cc7e9e8c09430e4e2)) 27 28## v1.13.0 29 30* Support retries for specific http2 transport race. 31* Remove unused datasource client from bigquery/datatransfer. 32* Adds support for authorized User Defined Functions (UDFs). 33* Documentation improvements. 34* Various updates to autogenerated clients. 35 36 37## v1.12.0 38 39* Adds additional retry support for table deletion. 40* Various updates to autogenerated clients. 41 42## v1.11.2 43 44* Addresses issue with consuming query results using an iterator.Pager 45 46## v1.11.1 47 48* Addresses issue with optimized query path changes, released 49 in v1.11.0 50 51## v1.11.0 52 53* Add support for optimized query path. 54* Documentation improvements. 55* Fix issue related to the ReturnType of a bigquery Routine. 56* Various updates to autogenerated clients. 57 58## v1.10.0 59 60* Support for Infinity/-Infinity/NaN values in NullFloat64. 61* Updates to RowIterator to address issues related to retrieving query 62 results without explicit destination table references. 63* Various updates to autogenerated clients. 64 65## v1.9.0 66 67* SchemaFromJSON will now accept alias type names (e.g. INT64 vs INTEGER, STRUCT vs RECORD). 68* Support for IAM on table resources. 69* Various updates to autogenerated clients. 70 71## v1.8.0 72 73* Add support for hourly time partitioning. 74* Various updates to autogenerated clients. 75 76## v1.7.0 77 78* Add support for extracting BQML models to cloud storage. 79* Add support for specifying projected fields when ingesting 80 datastore backups. 81* Fix issue related to defining a range partitioning range 82 using default values. 83* Add bigquery/reservation/v1 API. 84* Various updates to autogenerated clients. 85 86## v1.6.0 87 88* Add support for materialized views. 89* Add support for policy tags (column ACLs). 90* Add bigquery/connection/v1beta1 API. 91* Documentation improvements. 92* Various updates to autogenerated clients. 93 94## v1.5.0 95 96* Add v1 endpoint for bigquerystorage API. 97* Improved error message in bigquery.PutMultiError. 98* Various updates to autogenerated clients. 99 100## v1.4.0 101 102* Add v1beta2, v1alpha2 endpoints for bigquerystorage API. 103 104* Location is now reported as part of TableMetadata. 105 106## v1.3.0 107 108* Add Description field for Routine entities. 109 110* Add support for iamMember entities on dataset ACLs. 111 112* Address issue when constructing a Pager from a RowIterator 113 that referenced a result with zero result rows. 114 115* Add support for integer range partitioning, which affects 116 table creation directly and via query/load jobs. 117 118* Add opt-out support for streaming inserts via experimental 119 `NoDedupeID` sentinel. 120 121## v1.2.0 122 123* Adds support for scripting feature, which includes script statistics 124 and the ability to list jobs run as part of a script query. 125 126* Updates default endpoint for BigQuery from www.googleapis.com 127 to bigquery.googleapis.com. 128 129## v1.1.0 130 131* Added support for specifying default `EncryptionConfig` settings on the 132 dataset. 133 134* Added support for `EncyptionConfig` as part of an ML model. 135 136* Added `Relax()` to make all fields within a `Schema` nullable. 137 138* Added a `UseAvroLogicalTypes` option when defining an avro extract job. 139 140## v1.0.1 141 142This patch release is a small fix to the go.mod to point to the post-carve out 143cloud.google.com/go. 144 145## v1.0.0 146 147This is the first tag to carve out bigquery as its own module. See: 148https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. 149