Releases: googleapis/proto-plus-python
Releases · googleapis/proto-plus-python
v1.25.0
1.25.0 (2024-10-15)
Features
Bug Fixes
- Construct messages with nested struct (#479) (aa4aa61)
- Fix 'Couldn't build proto file' when using Python 3.13 (#492) (a48c39f)
- Fix conda compatibility issue (#475) (e2f9c9d)
- Fix issue with equality comparison of repeated field with None (#477) (3476348)
- Remove check for Protobuf version (#474) (a1748a3)
Documentation
v1.25.0rc0
1.25.0rc0 (2024-10-15)
Features
Bug Fixes
- Construct messages with nested struct (#479) (aa4aa61)
- Fix 'Couldn't build proto file' when using Python 3.13 (#492) (a48c39f)
- Fix conda compatibility issue (#475) (e2f9c9d)
- Fix issue with equality comparison of repeated field with None (#477) (3476348)
- Remove check for Protobuf version (#474) (a1748a3)
Documentation
v1.24.1rc1
v1.24.1rc0
v1.24.0
1.24.0 (2024-06-11)
Features
- Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
(0f89372)
Bug Fixes
- Add compatibility with protobuf==5.x (0f89372)
- AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer' (0f89372)
- deps: Allow protobuf 5.x (#457) (62d74e3)
- Drop python 3.6 (#456) (5a7666c)
Documentation
- Deprecate field
including_default_value_fields
into_json
andto_dict
(0f89372)
v1.24.0rc3
1.24.0rc3 (2024-06-11)
Features
- Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
(0f89372)
Bug Fixes
- Add compatibility with protobuf==5.x (0f89372)
- AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer' (0f89372)
- deps: Allow protobuf 5.x (#457) (62d74e3)
- Drop python 3.6 (#456) (5a7666c)
Documentation
- Deprecate field
including_default_value_fields
into_json
andto_dict
(0f89372)
This PR was generated with Release Please. See documentation.
v1.24.0rc2
1.24.0rc2 (2024-06-04)
Features
- Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
(0f89372)
Bug Fixes
- Add compatibility with protobuf==5.x (0f89372)
- AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer' (0f89372)
Documentation
- Deprecate field
including_default_value_fields
into_json
andto_dict
(0f89372)
This PR was generated with Release Please. See documentation.
v1.24.0.dev1
Changelog
1.24.0.dev1 (2024-04-25)
Features
- Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
#433
Bug Fixes
- Fix compatibility with protobuf 5.x #433
Documentation
- Deprecate field
including_default_value_fields
into_json
andto_dict
#433
v1.24.0.dev0
Changelog
1.24.0.dev0 (2024-02-14)
Features
- Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
#433
Bug Fixes
- Fix compatibility with
protobuf==5.26.0rc2
#433
Documentation
- Deprecate field
including_default_value_fields
into_json
andto_dict
#433