Skip to content

Releases: RussellLuo/grpc-pytools

v0.1.3

20 Nov 02:15
Compare
Choose a tag to compare
  1. Tweak the format
  2. Use the correct gRPC stub

v0.1.2

22 May 14:09
Compare
Choose a tag to compare
  1. Add missing attribute name to each generated resource class
  2. Handle nested types with fully-qualified names correctly
  3. Write or read binary data from/to the standard streams in Python 3
  4. Add CHANGELOG
  5. Update README

v0.1.0

21 May 04:48
Compare
Choose a tag to compare
  1. Add a protoc plugin named protoc-gen-pytools-ast
  2. Rewrite the generator for generating more Pythonic services
  3. Rewrite the generator for generating Marshmallow schemas
  4. Rewrite the generator for generating RESTArt APIs
  5. Update README and examples

v0.0.3

17 May 02:41
Compare
Choose a tag to compare
  1. Remove the unnecessary option --service-name
  2. Replace Makefile with gen_json_proxy.sh
  3. Update examples README

v0.0.2

17 May 02:33
Compare
Choose a tag to compare
  1. Tweak the format of generated marshmallow schemas
  2. Serialize gRPC message object to JSON correctly
  3. Update READMEs

v0.0.1

17 May 02:27
Compare
Choose a tag to compare

The first release.