base repository: googleapis/python-bigquery
base: v3.18.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
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
Linchin authoredMar 4, 2024
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 <[email protected]>
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
Linchin authoredMar 7, 2024 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 <[email protected]>
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 <[email protected]>
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
shollyman authoredMar 7, 2024
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://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Lingqing Gan <[email protected]> Co-authored-by: Chalmer Lowe <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history 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 <[email protected]>
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 <[email protected]>
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore(main): release 3.19.0 (#1840)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredMar 11, 2024
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
Uh oh!
There was an error while loading. Please reload this page.