Releases: googleapis/gapic-generator-python
Releases · googleapis/gapic-generator-python
v1.6.1
1.6.1 (2022-11-11)
Bug Fixes
v1.6.0
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
1.5.0 (2022-10-17)
Features
Bug Fixes
v1.4.4
1.4.4 (2022-09-20)
Bug Fixes
- Do not generate _flattened() unit tests for client streaming methods (#1454) (29610ad)
v1.4.3
1.4.3 (2022-09-19)
Bug Fixes
- Accept 4.x protobuf for gapic-generator-python (#1453) (d9099dd)
- Femove
vars
and set
from reserved names (#1451) (ae3e6bf)
v1.4.2
1.4.2 (2022-09-13)
Bug Fixes
- Unit test generation for boolean query prams (#1447) (dd68dd1)
v1.4.1
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
1.4.0 (2022-09-07)
Features
v1.3.1
1.3.1 (2022-09-07)
Bug Fixes
- Fix LRO method test and rest test coverage (#1433) (c57a93f)
v1.3.0
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