v2.0.0-beta3
Pre-release
Pre-release
Enhancements
- Generate grpclib service stubs #170
- Add __version__ attribute to package #134
- Use betterproto generated messages in the plugin #161
- Sort the list of sources in generated file headers #164
- Micro-optimization: use tuples instead of lists for conditions #228
- Improve datestring parsing #213
Bugfixes
- Fix serialization of repeated fields with empty messages #180
- Fix compilation of fields named 'bytes' or 'str' #226
- Fix json serialization of infinite and nan floats/doubles #215
- Fix template bug resulting in empty __post_init__ methods #162
- Fix serialization of zero-value messages in a oneof group #176
- Fix missing typing and datetime imports #183
- Fix code generation for empty services #222
- Fix Message.to_dict and from_dict handling of repeated timestamps and durations #211
- Fix incorrect routes in generated client when service is not in a package #177