| 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,19 @@ | |||
| 5 | 5 | [1]: https://pypi.org/project/google-cloud-bigquery/#history | |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | + ## [3.7.0](https://github.com/googleapis/python-bigquery/compare/v3.6.0...v3.7.0) (2023-03-06) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Features | ||
| 12 | + | ||
| 13 | + * Add `connection_properties` and `create_session` to `LoadJobConfig` ([#1509](https://github.com/googleapis/python-bigquery/issues/1509)) ([cd0aaa1](https://github.com/googleapis/python-bigquery/commit/cd0aaa15960e9ca7a0aaf411c8e4990f95421816)) | ||
| 14 | + * Add default_query_job_config property and property setter to BQ client ([#1511](https://github.com/googleapis/python-bigquery/issues/1511)) ([a23092c](https://github.com/googleapis/python-bigquery/commit/a23092cad834c6a016f455d46fefa13bb6cdbf0f)) | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + ### Documentation | ||
| 18 | + | ||
| 19 | + * Remove < 3.11 reference from README ([#1502](https://github.com/googleapis/python-bigquery/issues/1502)) ([c7417f4](https://github.com/googleapis/python-bigquery/commit/c7417f43563e20a3e6f1a57f46925fb274b28b07)) | ||
| 20 | + | ||
| 8 | 21 | ## [3.6.0](https://github.com/googleapis/python-bigquery/compare/v3.5.0...v3.6.0) (2023-02-22) | |
| 9 | 22 | ||
| 10 | 23 | ||
| 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.6.0" | ||
| 15 | + __version__ = "3.7.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments