Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: googleapis/python-bigquery-datatransfer

v3.0.1

09 Mar 20:03
2e189b6
Compare
Choose a tag to compare

Bug Fixes

  • remove recv msg limit, add enums to types (#84) (3e2bbef)

Documentation

  • add sample for dataset copy (#76) (f6d2c5b)
  • add scheduled query samples (#83) (cd51970)
  • ensure minimum width for 'Parameters' / 'Returns' column (#95) (5c8d7c1)
  • python: document adding Python 3.9 support, dropping 3.5 support (#89) (dd84592), closes #787
  • remove out-of-date sample from README (#80) (af0406e)
  • remove redundant samples (#86) (093e407)
  • update contributing guide to Python 3.8 (#105) (678c335)

v3.0.0

09 Dec 16:01
1d10a89
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Features

  • add common resource path helpers (#69) (e0bcedb)

Bug Fixes

Documentation

v2.1.0

29 Sep 20:16
cc2b9ff
Compare
Choose a tag to compare

09-29-2020 09:34 PDT

Implementation Changes

Adjust gapic namespace to google.cloud.bigquery_datatransfer (#61)

v2.0.0

21 Sep 20:02
41256ee
Compare
Choose a tag to compare

09-21-2020 08:36 PDT

Implementation Changes

  • Transition the library to microgenerator. (#56)
    This is a breaking change that introduces several method signature changes and drops support
    for Python 2.7 and 3.5
    . See migration guide
    for more info.

v1.1.1

16 Sep 18:46
45fa265
Compare
Choose a tag to compare

09-16-2020 11:12 PDT

Implementation Changes

  • Change default retry policies timeouts (via synth). (#48)

Documentation

  • Add sample for updating transfer config. (#46)
  • Add dataset ID in function call in samples. (#44)
  • Move code samples from the common samples repo to this library. (#38)

Internal / Testing Changes

  • Update CODEOWNERS for samples and library code. (#47)

v1.1.0

30 Jun 17:31
dcb1054
Compare
Choose a tag to compare

Features

v1.0.0

05 Mar 22:02
d10fd6d
Compare
Choose a tag to compare
chore: release 1.0.0 (#16)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v0.4.1

05 Feb 17:16
Compare
Choose a tag to compare

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)

Documentation

  • Fix links to BigQuery Datatransfer documentation. (#8859)
  • Link to googleapis.dev documentation in READMEs. (#8705)

Internal / Testing Changes

  • Update intersphinx mapping for requests. (#8805)

v0.4.0

05 Feb 17:17
Compare
Choose a tag to compare

Implementation Changes

  • Retry DEADLINE_EXCEEDED (via synth). (#7920)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)

New Features

  • Add DatasourceServiceClient (via synth). (#8630)
  • Add start_manual_transfer_runs method (via synth). (#8630)
  • Add client_info/version_info support (via synth). (#8630)
  • Allow passing kwargs to create_channel (via synth). (#8630)
  • Add path helpers (via synth). (#8630)
  • Add protos as an artifact to library (#7205)

Documentation

  • Add compatibility check badges to READMEs. (#8288)
  • Adjust indentation on scheduled query sample. (#8493)
  • Add docs job to publish to googleapis.dev. (#8464)
  • Add sample to schedule query with BQ DTS. (#7703)
  • Add nox session docs (via synth). (#7765)
  • Updated client library documentation URLs. (#7307)
  • Pick up stub docstring fix in GAPIC generator. (#6965)

Internal / Testing Changes

  • Blacken noxfile.py, setup.py (via synth). (#8116)
  • Add empty lines (via synth). (#8050)
  • Remove unused message exports (via synth). (#7263)
  • Protoc-generated serialization update. (#7075)

v0.3.0

05 Feb 17:17
Compare
Choose a tag to compare

Implementation Changes

  • Pick up enum fixes in the GAPIC generator. (#6608)
  • Pick up fixes in GAPIC generator. (#6491)
  • Fix client_info bug, update docstrings. (#6405)
  • Re-generate library using bigquery_datatransfer/synth.py (#5973)
  • Fix stray, lint-breaking blank lines from autosynth. (#5960)
  • Re-generate library using bigquery_datatransfer/synth.py. (#5947)

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Document Python 2 deprecation (#6910)
  • Fix GAX fossils (#6264)
  • Normalize use of support level badges (#6159)
  • Harmonize / DRY 'README.rst' / 'docs/index.rst'. (#6013)

Internal / Testing Changes

  • Update noxfile.
  • Blacken all gen'd libs (#6792)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Unblack bigquery gapic and protos.
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Add synth metadata. (#6562)
  • Use new Nox (#6175)