Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.26.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.27.0
Choose a head ref
  • 7 commits
  • 30 files changed
  • 7 contributors

Commits on Sep 26, 2024

  1. chore(deps): update all dependencies (#2031)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Leah E. Cole <[email protected]>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    02706e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. chore(deps): update all dependencies (#2033)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e29b987 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix typo in legacy docs (#2037)

    uspported -> supported
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    jeffqg and chalmerlowe authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1d8d0a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. feat: updates to allow users to set max_stream_count (#2039)

    Adds a function `determine_requested_streams()` to compare `preserve_order` and the new argument `max_stream_count` to determine how many streams to request.
    
    ```
    preserve_order (bool): Whether to preserve the order of streams. If True,
        this limits the number of streams to one (more than one cannot guarantee order).
    max_stream_count (Union[int, None]]): The maximum number of streams
        allowed. Must be a non-negative number or None, where None indicates
        the value is unset. If `max_stream_count` is set, it overrides
        `preserve_order`.
    ```
    
    Fixes #2030 🦕
    chalmerlowe authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7372ad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. build: use multiScm for Kokoro release builds (#2049)

    Source-Link: googleapis/synthtool@0da1658
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5cddfe2fb5019bbf78335bc55f15bc13e18354a56b3ff46e1834f8e540807f05
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7b03d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef8b88 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. chore(main): release 3.27.0 (#2040)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <[email protected]>
    release-please[bot] and chalmerlowe authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    53c289e View commit details
    Browse the repository at this point in the history
Loading