| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,24 @@ | |||
| 5 | 5 | [1]: https://pypi.org/project/google-cloud-bigquery/#history | |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | + ## [3.37.0](https://github.com/googleapis/python-bigquery/compare/v3.36.0...v3.37.0) (2025-09-08) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Features | ||
| 12 | + | ||
| 13 | + * Updates to fastpath query execution ([#2268](https://github.com/googleapis/python-bigquery/issues/2268)) ([ef2740a](https://github.com/googleapis/python-bigquery/commit/ef2740a158199633b5543a7b6eb19587580792cd)) | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + ### Bug Fixes | ||
| 17 | + | ||
| 18 | + * Remove deepcopy while setting properties for _QueryResults ([#2280](https://github.com/googleapis/python-bigquery/issues/2280)) ([33ea296](https://github.com/googleapis/python-bigquery/commit/33ea29616c06a2e2a106a785d216e784737ae386)) | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + ### Documentation | ||
| 22 | + | ||
| 23 | + * Clarify that the presence of `XyzJob.errors` doesn't necessarily mean that the job has not completed or was unsuccessful ([#2278](https://github.com/googleapis/python-bigquery/issues/2278)) ([6e88d7d](https://github.com/googleapis/python-bigquery/commit/6e88d7dbe42ebfc35986da665d656b49ac481db4)) | ||
| 24 | + * Clarify the api_method arg for client.query() ([#2277](https://github.com/googleapis/python-bigquery/issues/2277)) ([8a13c12](https://github.com/googleapis/python-bigquery/commit/8a13c12905ffcb3dbb6086a61df37556f0c2cd31)) | ||
| 25 | + | ||
| 8 | 26 | ## [3.36.0](https://github.com/googleapis/python-bigquery/compare/v3.35.1...v3.36.0) (2025-08-20) | |
| 9 | 27 | ||
| 10 | 28 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,4 +12,4 @@ | |||
| 12 | 12 | # See the License for the specific language governing permissions and | |
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | ||
| 15 | - __version__ = "3.36.0" | ||
| 15 | + __version__ = "3.37.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments