Skip to content

Latest commit

 

History

History
325 lines (141 loc) · 18.2 KB

File metadata and controls

325 lines (141 loc) · 18.2 KB

Changelog

0.35.2 (2020-10-13)

Bug Fixes

  • modules referenced in MapField message type are properly aliased (#654) (2c79349), closes #618

0.35.1 (2020-10-09)

Bug Fixes

  • the common resources are not targets for lookup (#650) (8e1b384)

0.35.0 (2020-10-09)

Features

  • file_level and indirectly used resources generate helper methods (#642) (42e224c), closes #637

0.34.4 (2020-10-09)

Bug Fixes

0.34.3 (2020-10-08)

Bug Fixes

  • fix types on server and bidi streaming callables (#641) (d92c202)

0.34.2 (2020-09-30)

Bug Fixes

  • resource messages in method response types generate helpers (#629) (52bfd6d)

0.34.1 (2020-09-30)

Bug Fixes

0.34.0 (2020-09-29)

Features

  • add support for common resource paths (#622) (15a7fde)

0.33.8 (2020-09-25)

Bug Fixes

  • handle repeated fields in method signatures (#445) (3aae799)

0.33.7 (2020-09-24)

Bug Fixes

  • retriable exceptions are deterministically ordered in GAPICs (#619) (f7b1164)

0.33.6 (2020-09-22)

Bug Fixes

  • operation module is properly aliased if necessary (#615) (8f92fd9), closes #610

0.33.5 (2020-09-22)

Bug Fixes

  • remove 'property' from reserved names (#613) (8338a51)

0.33.4 (2020-09-17)

Bug Fixes

0.33.3 (2020-09-15)

Bug Fixes

  • module names can no longer collide with keywords or builtins (#595) (960d550)

0.33.2 (2020-09-15)

Bug Fixes

  • ignore types for imports generated from 'google.api_core' (#597) (8440e09), closes #596

0.33.1 (2020-09-15)

Bug Fixes

0.33.0 (2020-09-10)

Features

0.32.4 (2020-09-03)

Bug Fixes

  • rendering mock values for recursive messages no longer crashes (#587) (c2a83e5)

0.32.3 (2020-08-28)

Bug Fixes

  • stabilize the order of resource helper methods and (#582) (7d2adde)

0.32.2 (2020-08-20)

Bug Fixes

  • add 'type: ignore' comment for 'google.auth' (#579) (af17501)

0.32.1 (2020-08-19)

Bug Fixes

  • rename local var page in generated tests (#577) (075f9e8)

0.32.0 (2020-08-17)

Features

0.31.1 (2020-08-17)

Bug Fixes

0.31.0 (2020-07-28)

Features

  • bypass request copying in method calls (#557) (3a23143)

Bug Fixes

  • add google.api_core.retry import to base.py (#555) (1d08e60)

0.30.0 (2020-07-27)

Features

0.29.2 (2020-07-23)

Bug Fixes

0.29.1 (2020-07-23)

Bug Fixes

  • use context manager for mtls env var (#548) (d19e180)

0.29.0 (2020-07-22)

Features

  • add iam methods to templates (#545) (3f42c3c)
  • support quota project override via client options (#496) (bbc6b36)

Bug Fixes

0.28.1 (2020-07-16)

Bug Fixes

0.28.0 (2020-07-16)

Features

  • add retry config passed to bazel rule (#526) (9e96151)

Bug Fixes

  • paged code and templates are no longer message centric (#527) (00ba77c)

0.27.0 (2020-07-13)

Features

0.26.6 (2020-07-10)

Bug Fixes

  • primitive repeated fields are now correctly auto paginated (#517) (61a2cc0)

0.26.5 (2020-07-10)

Bug Fixes

  • convert datetime back to proto for unit tests (#511) (e1c787d)

0.26.4 (2020-07-10)

Bug Fixes

0.26.3 (2020-07-08)

Bug Fixes

0.26.2 (2020-07-07)

Bug Fixes

  • add oneof fields to generated protoplus init (#485) (be5a847), closes #484

0.26.1 (2020-07-07)

Bug Fixes

0.26.0 (2020-06-30)

Features

  • add credentials_file and scopes via client_options (#461) (b5e1b1e)

Bug Fixes

  • add name and version info to fixup script name (#490) (16fe7e7)
  • Temporarily define a fixed testing event loop (#493) (2d22d91)

0.25.2 (2020-06-23)

Bug Fixes

0.25.1 (2020-06-23)

Bug Fixes

  • only require dataclases if python<3.7 (#475) (9597695)

0.25.0 (2020-06-17)

Features

  • provide AsyncIO support for generated code (#365) (305ed34)

0.24.2 (2020-06-13)

Bug Fixes

  • generated unit tests live in the 'tests/gapic' subdir (#456) (1ed7c9d), closes #454

0.24.1 (2020-06-12)

Bug Fixes