Releases: googleapis/proto-plus-python
Releases · googleapis/proto-plus-python
v1.22.0
1.22.0 (2022-08-10)
Features
Bug Fixes
- Fix Timestamp, Duration and FieldMask marshaling in REST transport (a2e7300)
- fixes bug in the test. (#332) (f85f470)
v1.21.0b1
- add initial files to allow protobuf 4.20
v1.20.6
1.20.6 (2022-06-13)
Bug Fixes
Documentation
- fix changelog header to consistent size (#319) (27d2003)
v1.20.5
1.20.5 (2022-05-26)
Bug Fixes
- deps: require google-api-core[grpc] >= 1.31.5 (1d13c41)
- deps: require protobuf>= 3.15.0, <4.0.0dev (#315) (1d13c41)
v1.20.4
1.20.4 (2022-05-02)
Bug Fixes
- default proto package name is the module name, not "" (#309) (3148a1c)
- lookup attribute instead of performing a deepcopy (#226) (e469059)
v1.20.3
1.20.3 (2022-02-18)
Bug Fixes
- additional logic to mitigate collisions with reserved terms (#301) (c9a77df)
v1.20.0
Features
- add custom dir for messages and message classes (#289) (35e019e)
Bug Fixes