Skip to content

Releases: googleapis/gapic-generator-python

v1.6.1

12 Nov 00:06
f8bc1c6
Compare
Choose a tag to compare

1.6.1 (2022-11-11)

Bug Fixes

v1.6.0

09 Nov 20:24
e7881d9
Compare
Choose a tag to compare

1.6.0 (2022-11-09)

Features

  • Add typing to proto.Message based class attributes (#1474) (3bd2f87)

Bug Fixes

  • Detect changed Python files in Git pre-commit hook (#1475) (2a232fc)
  • Snippetgen handling of repeated enum field (#1443) (70d7882)

v1.5.0

17 Oct 22:29
f83199c
Compare
Choose a tag to compare

1.5.0 (2022-10-17)

Features

Bug Fixes

v1.4.4

20 Sep 23:04
f7c8b8a
Compare
Choose a tag to compare

1.4.4 (2022-09-20)

Bug Fixes

  • Do not generate _flattened() unit tests for client streaming methods (#1454) (29610ad)

v1.4.3

19 Sep 20:45
cbe3a9c
Compare
Choose a tag to compare

1.4.3 (2022-09-19)

Bug Fixes

  • Accept 4.x protobuf for gapic-generator-python (#1453) (d9099dd)
  • Femove vars and setfrom reserved names (#1451) (ae3e6bf)

v1.4.2

14 Sep 01:10
aea54f7
Compare
Choose a tag to compare

1.4.2 (2022-09-13)

Bug Fixes

  • Unit test generation for boolean query prams (#1447) (dd68dd1)

v1.4.1

12 Sep 19:40
8e4e209
Compare
Choose a tag to compare

1.4.1 (2022-09-09)

Bug Fixes

  • Fix test generation for *Value wrapper classes (#1437) (9e9971f)
  • Remove grpc only methods from rest.py (#1440) (c12a1c2)
  • rest: Use strict encoding to lowercase query string bools (#1436) (e667406)

v1.4.0

08 Sep 00:11
0bf4485
Compare
Choose a tag to compare

1.4.0 (2022-09-07)

Features

v1.3.1

07 Sep 18:10
285ed93
Compare
Choose a tag to compare

1.3.1 (2022-09-07)

Bug Fixes

  • Fix LRO method test and rest test coverage (#1433) (c57a93f)

v1.3.0

06 Sep 18:42
1128408
Compare
Choose a tag to compare

1.3.0 (2022-09-06)

Features

  • Add BUILD rule parameter to allow setting numeric enums (#1411) (5c578ed)
  • Add generated sample comment (#1417) (ef55bce)
  • docker-entrypoint: Add --experimental_allow_proto3_optional (#1414) (b92ab8c)
  • Encode numeric enums parameter with REST requests (#1399) (63599bb)
  • Make REST unit tests support numeric enums (#1423) (8839c6f)
  • Note that "rest" transport support is beta. (#1403) (faba515)
  • When requesting numeric enums in responses, also send them in requests (#1405) (31b1b16)

Bug Fixes