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

Releases: googleapis/python-iot

v2.2.1

27 Jul 11:02
586d8f4
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#153) (9050b55)
  • enable self signed jwt for grpc (#160) (4cab54a)

Documentation

  • add Samples section to CONTRIBUTING.rst (#154) (418f8f0)

Miscellaneous Chores

v2.2.0

12 Jul 20:03
c420c21
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v2.1.0

16 Jun 13:02
71f4cf0
Compare
Choose a tag to compare

Features

  • add from_service_account_info (af130f4)
  • add blunderbuss config to cloud iot label (#91) (efd4d1b)

Bug Fixes

v2.0.2

09 Feb 19:17
60fc494
Compare
Choose a tag to compare

Bug Fixes

  • add fieldMask for getDevice and listDevices (#64) (24c9c9a)

v2.0.1

10 Sep 20:34
5d0c09a
Compare
Choose a tag to compare

Documentation

v2.0.0

10 Sep 17:16
8749d10
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to use microgen (#29)

Features

Bug Fixes

v1.0.0

28 Feb 01:46
03f4516
Compare
Choose a tag to compare
chore: release 1.0.0 (#8)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v0.3.1

11 Feb 00:46
7317f25
Compare
Choose a tag to compare
chore: release 0.3.1 (#2)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v0.3.0

05 Feb 22:23
Compare
Choose a tag to compare

07-24-2019 16:35 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8393)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Remove unused message exports. (#7269)
  • Protoc-generated serialization update. (#7085)
  • Pick up stub docstring fix in GAPIC generator. (#6973)

New Features

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

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)
  • Update docstrings (via synth). (#7867)
  • Updated client library documentation URLs. (#7307)
  • Update copyright: 2018 -> 2019. (#7147)

Internal / Testing Changes

  • Add docs job to publish to googleapis.dev. (#8464)
  • Declare encoding as utf-8 in pb2 files (via synth). #8354)
  • Add disclaimer to auto-generated template files (via synth). (#8316)
  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8243)
  • Fix coverage in 'types.py' (via synth). (#8155)
  • Blacken noxfile.py, setup.py (via synth). (#8125)
  • Add empty lines (via synth). (#8060)
  • Exclude docs/index.rst from move in synth. (#7835)
  • Reorder methods, add nox session docs (via synth). (#7773)
  • Copy lintified proto files (via synth). (#7448)
  • Add clarifying comment to blacken nox target. (#7394)
  • Add protos as an artifact to library (#7205)

v0.2.0: Release iot 0.2.0 (#6989)

05 Feb 22:24
Compare
Choose a tag to compare

12-18-2018 09:19 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Pick up new methods from protos. (#6613)
  • Pick up fixes to GAPIC generator. (#6513)
  • Fix client_info bug, update docstrings. (#6413)

Dependencies

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

Documentation

  • Document Python 2 deprecation (#6910)
  • Fix GAX fossils (#6264)
  • Normalize use of support level badges (#6159)
  • Replace links to /stable/ with /latest/. (#5901)

Internal / Testing Changes

  • 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 synth metadata. (#6568)
  • Add 'mock' to unit test dependencies for autogen libs. (#6402)
  • Add / fix badges for PyPI / versions. (#6158)
  • Use new Nox (#6175)
  • Add 'synth.py'. (#6085)
  • Include IoT docs in build. (#5679)
  • fix trove classifier (#5386)