Skip to content

Releases: googleapis/proto-plus-python

v1.26.1

10 Mar 15:48
cab1d85
Compare
Choose a tag to compare

1.26.1 (2025-03-05)

Bug Fixes

v1.26.0

27 Jan 16:16
ae5d253
Compare
Choose a tag to compare

1.26.0 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

v1.26.0rc1

22 Jan 18:25
Compare
Choose a tag to compare
v1.26.0rc1 Pre-release
Pre-release

1.26.0rc1 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

v1.26.0rc0

22 Jan 16:46
Compare
Choose a tag to compare
v1.26.0rc0 Pre-release
Pre-release

1.26.0rc0 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

v1.25.0

17 Oct 14:11
629dbdf
Compare
Choose a tag to compare

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

  • Fix typos in proto/message.py (#463) (4d8ee65)
  • Update message.py spelling error paylodpayload (e59fc9a)

v1.25.0rc0

15 Oct 19:09
Compare
Choose a tag to compare
v1.25.0rc0 Pre-release
Pre-release

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

  • Fix typos in proto/message.py (#463) (4d8ee65)
  • Update message.py spelling error paylodpayload (e59fc9a)

v1.24.1rc1

27 Aug 21:23
Compare
Choose a tag to compare
v1.24.1rc1 Pre-release
Pre-release

1.24.1rc1 (2024-07-12)

Bug Fixes

Documentation

  • Fix typos in proto/message.py (#463) (4d8ee65)
  • Update message.py spelling error paylodpayload (e59fc9a)

v1.24.1rc0

27 Aug 21:17
Compare
Choose a tag to compare
v1.24.1rc0 Pre-release
Pre-release

1.24.1rc0 (2024-07-12)

Bug Fixes

Documentation

  • Fix typos in proto/message.py (#463) (4d8ee65)
  • Update message.py spelling error paylodpayload (e59fc9a)

v1.24.0

19 Jun 14:32
a235f5b
Compare
Choose a tag to compare

1.24.0 (2024-06-11)

Features

  • Add always_print_fields_with_no_presence fields to to_json and to_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 in to_json and to_dict (0f89372)

v1.24.0rc3

11 Jun 16:45
3c1ae17
Compare
Choose a tag to compare
v1.24.0rc3 Pre-release
Pre-release

1.24.0rc3 (2024-06-11)

Features

  • Add always_print_fields_with_no_presence fields to to_json and to_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 in to_json and to_dict (0f89372)

This PR was generated with Release Please. See documentation.