Skip to content

v2.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@nat-n nat-n released this 07 Apr 10:58
· 106 commits to master since this release
02e41af

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