Releases: so1n/protobuf_to_pydantic
Releases · so1n/protobuf_to_pydantic
v0.3.0
Warning
- Note: Template is the introduction method that changes
- OLD:
from protobuf_to_pydantic.desc_template import DescTemplate
- NEW:
from protobuf_to_pydantic.template import Template
- OLD:
What's Changed
- Fix, fix plugin model message references by @so1n in #66
- Feat, support mutli config by @so1n in #68
- 0.3.0 pre by @so1n in #69
- Feat, all field support optional & sub config support inherited by @so1n in #70
- Fix, fix check_one_of not support alias field by @so1n in #71
Full Changelog: v0.2.7...v0.3.0
v0.2.7
Warning
The current version was released only to urgently fix two features, and the documentation has not yet been updated. Also a small number of internal APIs may have broken updates
What's Changed
- 55 plugin mode support text annotation rule by @so1n in #58
- Fix(#57), Fix the inability to parse a circularly referenced Message by @so1n in #59
Full Changelog: v0.2.6.2...v0.2.7