-
Notifications
You must be signed in to change notification settings - Fork 308
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v3.18.0
head repository: googleapis/python-bigquery
compare: v3.19.0
- 10 commits
- 58 files changed
- 7 contributors
Commits on Mar 4, 2024
-
feat: support RANGE query parameters (#1827)
* feat: RANGE query parameters and unit tests * unit test * unit test coverage * lint * lint * lint * system test * fix system test * ajust init items order * fix typos and improve docstrings
Configuration menu - View commit details
-
Copy full SHA for b359a9a - Browse repository at this point
Copy the full SHA b359a9aView commit details
Commits on Mar 5, 2024
-
fix: augment universe_domain handling (#1837)
* fix: augment universe_domain handling This PR revisits the universe resolution for the BQ client, and handles new requirements like env-based specification and validation. * lint * skipif core too old * deps * add import * no-cover in test helper * lint * ignore google.auth typing * capitalization * change to raise in test code * reviewer feedback * var fix --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53c2cbf - Browse repository at this point
Copy the full SHA 53c2cbfView commit details
Commits on Mar 7, 2024
-
feat: support range sql (#1807)
* feat: support range sql * add unit tests * add system test * lint and remove debug code * lint and remove debug code * remove added blank line * add comment for legacy type
Configuration menu - View commit details
-
Copy full SHA for 86a45c9 - Browse repository at this point
Copy the full SHA 86a45c9View commit details -
fix: supplementary fix to env-based universe resolution (#1844)
* fix: supplementary fix to env-based universe resolution There's a corner case where conversion from dict to a ClientOptions will return a universe_domain value as None that wasn't covered by initial testing. This updates the resolution code and adds tests to exercise the new path. * formatting --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b818992 - Browse repository at this point
Copy the full SHA b818992View commit details -
chore: use mock from unittest (#1823)
* chore: use mock from unittest * correct user_credentials_test.py * add try except for Python 3.7 * fixes linting * adjustments to testing suite to account for dependencies * updates to mypy_samples.py * linting for noxfile.py --------- Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for 08762fb - Browse repository at this point
Copy the full SHA 08762fbView commit details -
testing: update CI configurations (#1846)
* testing: remove unnecessary prerelease targets This PR does two things: * remove unneeded prerelease-deps configs for removed and nonexisting CI targets * fixes the continuous prerelease-deps-3.12 config
Configuration menu - View commit details
-
Copy full SHA for 4387763 - Browse repository at this point
Copy the full SHA 4387763View commit details
Commits on Mar 8, 2024
-
fix: add google-auth as a direct dependency (#1809)
* fix: add google-auth as a direct dependency * update constraints * fix(deps): Require `google-api-core>=1.34.1, >=2.11.0` * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 713ce2c - Browse repository at this point
Copy the full SHA 713ce2cView commit details -
fix: supplementary fix to env-based universe resolution (#1847)
* fix: promote env-based universe into client option parsing * lint * add client test * import --------- Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6dff50f - Browse repository at this point
Copy the full SHA 6dff50fView commit details
Commits on Mar 11, 2024
-
chore(deps): update all dependencies (#1835)
* chore(deps): update all dependencies * Update samples/magics/requirements-test.txt * Update samples/notebooks/requirements.txt * Update samples/magics/requirements.txt update. * Update samples/desktopapp/requirements-test.txt * Update samples/geography/requirements-test.txt * Update samples/notebooks/requirements-test.txt * Update samples/snippets/requirements-test.txt --------- Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for 4a1ff52 - Browse repository at this point
Copy the full SHA 4a1ff52View commit details -
chore(main): release 3.19.0 (#1840)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 641a712 - Browse repository at this point
Copy the full SHA 641a712View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.18.0...v3.19.0