Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
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-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: googleapis/python-bigquery-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 127 files changed
  • 3 contributors

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    9e1bf91 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. chore: transition the library to microgenerator (#62)

    * chore: remove old GAPIC code for v1 API
    
    * Regenerate the v1 API with microgenerator
    
    * Adjust dependencies and classifiers in setup.py
    
    * Fix types aggregation in types.py
    
    * Adjust import paths
    
    * Fix and adjust unit tests
    
    * Fix and adjust system tests
    
    * Adjust unit test coverage threshold
    
    Not all paths are covered, not even in the generated code, thus
    the adjustment is necessary.
    
    * Fix docs build
    
    * Adjust quickstart sample
    
    * Adjust sample in client docstring
    
    * Remove beta API code and docs
    
    * Simplify synth replacement rules and regenerate
    
    Rules conditionally matching versions other than v1 are not needed
    anymore.
    
    * Consolidate imports in google.cloud.bigquery.storage
    
    * Use gogole.cloud.bigquery.storage as import path
    
    * Hide async client from most import paths
    
    * Use GAPIC client mock in ReadRowsStream tests
    
    * Remove redundant installations in nox sessions
    
    * Include manual classes in reference docs
    
    * Add UPGRADING guide
    
    * Add minor CHANGELOG improvements
    plamut authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0a0eb2e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. chore: Release v2.0.0 (#64)

    * chore: release v2.0.0
    
    * Update CHANGELOG.md
    
    * Replace PROJECT_ID with GOOGLE_CLOUD_PROJECT in test
    
    * Do not add google.cloud.bigquery as namespace package
    
    * Install the library as non-editable in tests
    
    This avoids import errors from google.cloud.bigquery.* namespace.
    
    * Fix test coverage plugin paths
    
    * Regenerate code with different namespace (bigquery_storage)
    
    * Adjust import paths to bigquery_storage namespace
    
    * Adjust docs to bigquery_storage namespace
    
    * Adjust UPGRADING guide to changed namespace
    
    Co-authored-by: Tim Swast <swast@google.com>
    plamut and tswast authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6254bf2 View commit details
    Browse the repository at this point in the history
Loading