Changelog

PyPI History

Bug Fixes

Features

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination ( d95af77 )

Bug Fixes

Documentation

  • [google-cloud-os-login] A comment for field parent in message .google.cloud.oslogin.v1beta.SignSshPublicKeyRequest is changed ( #12831 ) ( 7ce3bf4 )

Bug Fixes

  • deps:Exclude google-auth 2.24.0 and 2.25.0 ( #12386 ) ( edcad16 )

Bug Fixes

  • deps:[Many APIs] Require google-api-core>=1.34.1 ( #12308 ) ( 74dabeb )

  • fix ValueError in test__validate_universe_domain ( 7c2f2c2 )

Bug Fixes

  • Add google-auth as a direct dependency ( e75fcf6 )

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( e75fcf6 )

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( e75fcf6 )

Features

  • Allow users to explicitly configure universe domain ( 4368029 )

Features

  • [google-cloud-os-login] add regions field to ( d30f83d )

  • [google-cloud-os-login] added field ImportSshPublicKeyRequest.regions ( #12168 ) ( d30f83d )

Features

  • Add support for python 3.12 ( 9a629e1 )

  • Introduce compatibility with native namespace packages ( 9a629e1 )

Bug Fixes

  • Require proto-plus >= 1.22.3 ( 9a629e1 )

  • Use retry_async instead of retry in async client ( 9a629e1 )

2.11.0 (2023-10-25)

Features

  • Location-based HTTP binding for SignSshPublicKey ( 9d5e2b7 )

Documentation

2.10.0 (2023-07-10)

Features

  • Enable “rest” transport in Python for services supporting numeric enums ( #249 ) ( 426d470 )

2.9.1 (2023-01-23)

Bug Fixes

  • Add context manager return types ( #242 ) ( 0bc1e97 )

2.9.0 (2023-01-10)

Features

2.8.0 (2022-12-13)

Features

  • Add support for google.cloud.oslogin.__version__ ( 988d363 )

  • Add typing to proto.Message based class attributes ( 988d363 )

  • Added CreateSshPublicKey RPC ( 988d363 )

Bug Fixes

  • Add dict typing for client_options ( 988d363 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( #236 ) ( 2a6c163 )

Documentation

  • samples:Snippetgen handling of repeated enum field ( 988d363 )

2.7.4 (2022-10-07)

Bug Fixes

2.7.3 (2022-09-29)

Bug Fixes

2.7.2 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #212 ) ( 960eaf2 )

  • deps:require proto-plus >= 1.22.0 ( 960eaf2 )

2.7.1 (2022-07-14)

Bug Fixes

  • deps:require google-api-core>=1.32.0,>=2.8.0 ( #204 ) ( d90b7a7 )

2.7.0 (2022-07-07)

Features

  • add audience parameter ( 994fde5 )

Bug Fixes

2.6.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #188 ) ( 7924617 )

2.6.1 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #160 ) ( 2006908 )

  • deps:require proto-plus>=1.15.0 ( 2006908 )

2.6.0 (2022-02-17)

Features

Bug Fixes

  • deps:move libcst to extras ( #151 ) ( ff0b7be )

  • resolve DuplicateCredentialArgs error when using credentials_file ( 757c2c7 )

2.5.1 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( 9c8f587 )

  • deps:require google-api-core >= 1.28.0 ( 9c8f587 )

Documentation

  • list oneofs in docstring ( 9c8f587 )

2.5.0 (2021-10-14)

Features

2.4.0 (2021-10-08)

Features

  • add context manager support in client ( #121 ) ( 8118ca8 )

2.3.2 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( eb11483 )

2.3.1 (2021-07-26)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #96 ) ( 14d463f )

  • enable self signed jwt for grpc ( #102 ) ( 1676f31 )

Documentation

  • add Samples section to CONTRIBUTING.rst ( #97 ) ( c216231 )

Miscellaneous Chores

2.3.0 (2021-07-14)

Features

Bug Fixes

  • disable always_use_jwt_access ( #92 ) ( 46e4261 )

Documentation

2.2.1 (2021-06-02)

Documentation

2.2.0 (2021-05-28)

Features

  • support self-signed JWT flow for service accounts ( 857db06 )

Bug Fixes

  • add async client to %name_%version/init.py ( 857db06 )

  • use correct retry deadline ( #56 ) ( a226955 )

2.1.0 (2021-01-06)

Features

  • add common resource helpers, expose client transport, remove client side recv limit ( #41 ) ( ed84bb1 )

  • add from_service_account_info factory and fix sphinx identifiers ( #46 ) ( 36d488c )

2.0.0 (2020-09-30)

⚠ BREAKING CHANGES

Features

Bug Fixes

1.0.0 (2020-06-03)

Features

  • set release_status to production/stable ( #11 ) ( b695e81 )

0.3.0 (2020-04-21)

⚠ BREAKING CHANGES

  • oslogin:rename fingerprint_path to ssh_public_key_path ; rename project_path to posix_account_path ; add OperatingSystemType enum; make ssh_public_key optional param to import_ssh_public_key ; annotate protos (via synth) (#9431)

Features

  • oslogin:rename fingerprint_path to ssh_public_key_path ; rename project_path to posix_account_path ; add OperatingSystemType enum; make ssh_public_key optional param to import_ssh_public_key ; annotate protos (via synth) ( #9431 ) ( f903af4 )

Bug Fixes

  • oslogin:add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) ( #10071 ) ( 3085490 )

0.2.0

07-24-2019 17:10 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel. ( #8398 )

  • Reorder class methods, add routing header to method metadata, add nox session docs (via synth). ( #7934 )

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

  • Protoc-generated serialization update. ( #7090 )

  • Pick up stub docstring fix in GAPIC generator. ( #6977 )

New Features

  • Add ‘client_options’ support (via synth). ( #8517 )

Dependencies

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

Documentation

  • Link to googleapis.dev documentation in READMEs. ( #8705 )

  • Add compatibility check badges to READMEs. ( #8288 )

  • googlecloudplatform –> googleapis in READMEs ( #7411 )

  • Updated client library documentation URLs. ( #7307 )

  • Update copyright headers

Internal / Testing Changes

  • Pin black version (via synth). ( #8589 )

  • Add docs job to publish to googleapis.dev. ( #8464 )

  • Declare encoding as utf-8 in pb2 files (via synth). ( #8359 )

  • Add disclaimer to auto-generated template files (via synth). ( #8322 )

  • Suppress checking ‘cov-fail-under’ in nox default session (via synth). ( #8247 )

  • Fix coverage in ‘types.py’ (via synth). ( #8160 )

  • Blacken noxfile.py, setup.py (via synth). ( #8127 )

  • Add empty lines (via synth). ( #8066 )

  • Add protos as an artifact to library ( #7205 )

0.1.2

12-18-2018 09:36 PST

Implementation Changes

  • Import iam.policy from google.api_core . ( #6741 )

  • Pick up fixes to GAPIC generator. ( #6575 )

  • Fix client_info bug, update docstrings. ( #6417 )

  • Avoid overwriting __module__ of messages from shared modules. ( #5364 )

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 )

  • 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 )

  • Use new Nox ( #6175 )

  • Add ‘synth.py’. ( #6086 )

  • Add Test runs for Python 3.7 and remove 3.4 ( #5295 )

  • Rename releases to changelog and include from CHANGELOG.md ( #5191 )

  • Fix bad trove classifier

0.1.1

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Testing and internal changes

  • Normalize all setup.py files (#4909)
Create a Mobile Website
View Site in Mobile | Classic
Share by: