14
0

- update to 1.24.0:

* Add `always_print_fields_with_no_presence` fields to
    `to_json` and `to_dict`
  * Add compatibility with protobuf==5.x
  * AttributeError module 'google._upb._message' has no attribute
    'MessageMapContainer'
  * Deprecate field `including_default_value_fields` in `to_json`
    and `to_dict`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=24
This commit is contained in:
2024-06-20 12:43:31 +00:00
committed by Git OBS Bridge
parent 57f06a8d04
commit 3065a41f81
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.24.0:
* Add `always_print_fields_with_no_presence` fields to
`to_json` and `to_dict`
* Add compatibility with protobuf==5.x
* AttributeError module 'google._upb._message' has no attribute
'MessageMapContainer'
* Deprecate field `including_default_value_fields` in `to_json`
and `to_dict`
-------------------------------------------------------------------
Mon Feb 26 19:29:22 UTC 2024 - Robert Schweikert <rjschwei@suse.com>