Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: googleapis/python-tasks

v2.2.0

24 Feb 02:47
a5d3e8a
Compare
Choose a tag to compare

Features

  • add from_service_account_info method to clients (e1fdc76)
  • v2beta3, v2beta2: introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats (e1fdc76)

Bug Fixes

  • remove client recv msg limit fix: add enums to types/__init__.py (#56) (6a5bfaf)
  • Update sample comments (#58) (3eb30b3)

Documentation

  • fix type references in docstrings (e1fdc76)
  • v2beta2: updates to AppEngineHttpRequest description (e1fdc76)
  • v2beta3: updates to max burst size description (e1fdc76)

v2.1.0

08 Dec 00:17
d7de086
Compare
Choose a tag to compare

Features

  • add common resource helpers; expose client transport; add shebang to fixup scripts (#34) (511e9f3)

v2.0.0

02 Sep 20:16
738b89c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to use microgen (#38)

Features

  • introduce field Queue.type; update default retry configs (#29) (6b8ba85)
  • migrate to use microgen (#38) (18e146c)

Documentation

v1.5.0

24 Feb 18:32
3a9290c
Compare
Choose a tag to compare

Features

  • tasks: add support for stackdriver logging config; update retry config (via synth) (#8) (70b597a)

v1.4.0

06 Feb 18:17
b06306c
Compare
Choose a tag to compare
chore: release 1.4.0 (#6)

v1.3.0

04 Feb 00:54
Compare
Choose a tag to compare

11-04-2019 10:06 PST

Implementation Changes

  • Add proto annotations (via synth) (#9352)

New Features

  • Add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) (#9588)

Documentation

  • Tweak docstrings (via synth) (#9433)
  • Disambiguate client requests from cloud task requests (#9398)
  • Change requests intersphinx url (via synth) (#9409)
  • Update documentation (via synth) (#9069)
  • Remove compatibility badges from READMEs (#9035)
  • Fix intersphinx reference to requests (#9294)
  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)

v1.2.1: Release tasks 1.2.1 (#9012)

04 Feb 00:54
Compare
Choose a tag to compare

08-12-2019 13:50 PDT

Implementation Changes

  • Remove send/recv msg size limit (via synth). (#8971)

Documentation

  • Fix links to googleapis.dev (#8998)
  • Update intersphinx mapping for requests. (#8805)

v1.2.0

04 Feb 00:54
Compare
Choose a tag to compare

07-24-2019 17:41 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8406)

New Features

  • Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). (#8660)
  • Add 'client_options' support, update list method docstrings (via synth). (#8524)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)
  • Update pin for 'grpc-google-iam-v1' to 0.12.3+. (#8647)

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)
  • Fix typo in README. (#8606)

Internal / Testing Changes

  • Add docs job to publish to googleapis.dev. (#8464)
  • Declare encoding as utf-8 in pb2 files (via synth). (#8366)
  • Add disclaimer to auto-generated template files (via synth). (#8330)
  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8254)
  • Fix coverage in 'types.py' (via synth). (#8166)
  • Blacken noxfile.py, setup.py (via synth). (#8134)
  • Add empty lines (via synth). (#8074)

v1.1.0

04 Feb 00:55
Compare
Choose a tag to compare

05-14-2019 15:30 PDT

Implementation Changes

  • Remove log_sampling_ratio, add stackdriver_logging_config (via synth). (#7950)

Documentation

  • Update docstrings (via synth). (#7963)
  • Update docstrings (via synth). (#7940)

Internal / Testing Changes

  • Add nox session docs, reorder methods (via synth). (#7783)

v1.0.0

04 Feb 00:55
Compare
Choose a tag to compare

04-29-2019 16:35 PDT

Documentation

  • Correct docs/index.rst. (#7808)

Internal / Testing Changes

  • Add smoke test. (#7808)