You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added IsMap to MessageField objects indicating whether or not the field is a map field
Added RequestStreaming and ResponseStreaming to ServiceMethod objects indicating whether the request and/or response are streaming. Updated the templates to add "stream" indicators to method requests and responses.
Support for recursively adding nested enums and messages.
Changed
Bumped protobuf to 3.6.1 in docker container
Fixed
CI issue related to Regexp comparison on Golang master
Markdown template was incorrectly links response types to request types
Markdown template anchor tags were self-closing (invalid).