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

Releases: googleapis/python-tasks

v0.7.0

04 Feb 00:56
Compare
Choose a tag to compare

04-15-2019 10:21 PDT

New Features

  • Add auth and stackdriver logging configuration (via synth). (#7666)

Documentation

  • Tasks: Format docstrings for enums (via synth). (#7601)

v0.6.0

04 Feb 00:56
Compare
Choose a tag to compare

03-26-2019 13:35 PDT

Implementation Changes

  • Remove classifier for Python 3.4 for end-of-life. (#7535)

New Features

v0.5.0

04 Feb 00:56
Compare
Choose a tag to compare

03-06-2019 15:03 PST

Implementation Changes

  • Remove unused message exports (via synth). (#7276)
  • Protoc-generated serialization update. (#7096)

New Features

  • Add 'Task.http_request' and associated message type (via synth). (#7432)
  • Add 'Task.dispatch_deadline' via synth. (#7211)

Documentation

  • Updated client library documentation URLs. (#7307)
  • Update copyright headers
  • Restore expanded example from PR #7025 after synth. (#7062)
  • Add working example for 'create_queue'. (#7025)
  • Pick up stub docstring fix in GAPIC generator. (#6983)

Internal / Testing Changes

  • Copy lintified proto files (via synth). (#7471)
  • Add clarifying comment to blacken nox target. (#7405)
  • Copy proto files alongside protoc versions
  • Add protos as an artifact to library (#7205)

v0.4.0: Release tasks 0.4.0 (#6996)

04 Feb 00:57
Compare
Choose a tag to compare

12-18-2018 09:50 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Pick up enum fixes in the GAPIC generator. (#6616)
  • Fix client_info bug, update docstrings and timeouts. (#6422)
  • Re-generate library using tasks/synth.py (#5980)

New Features

  • Pick up changes to GAPIC generator, drop 'Code' enum. (#6509)

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)
  • Avoid broken 'google-common-apis 1.5.4' release. (#6355)

Documentation

  • Document Python 2 deprecation (#6910)
  • Separate / distinguish API docs for different API versions. (#6306)
  • Docstring tweaks from protos. (#6261)
  • Normalize use of support level badges (#6159)
  • Remove autosynth / tweaks for 'README.rst' / 'setup.py'. (#5957)
  • Replace links to /stable/ with /latest/. (#5901)

Internal / Testing Changes

  • Add baseline for synth.metadata
  • Update noxfile.
  • Blacken all gen'd libs (#6792)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Add 'mock' to unit test dependencies for autogen libs. (#6402)
  • Add / fix badges for PyPI / versions. (#6158)
  • Don't update nox in 'tasks/synth.py'. (#6232)
  • Use new Nox (#6175)

v0.3.0

04 Feb 00:58
Compare
Choose a tag to compare

Implementation Changes

  • Regenerate tasks to fix API enablement URL (#5579)

New Features

  • Tasks: Add v2beta3 endpoint (#5880)

Documentation

  • update Task library doc link (#5708)
  • tasks missing from docs (#5656)

v0.2.0

04 Feb 00:59
Compare
Choose a tag to compare

Implementation Changes

  • regenerate tasks v2beta2 (#5469)
  • Avoid overwriting 'module' of messages from shared modules. (#5364)

v0.1.0: Release tasks 0.1.0 (#5354)

04 Feb 00:59
Compare
Choose a tag to compare

New Features

  • Add v2beta2 endpoint for Tasks