Here you can see the full list of changes between each grpc-pytools release.
Released on May 22nd 2017.
- Add missing attribute
name
to each generated resource class - Handle nested types with fully-qualified names correctly
- Write or read binary data from/to the standard streams in Python 3
- Add CHANGELOG
- Update README
Released on May 21st 2017.
- Add a protoc plugin named
protoc-gen-pytools-ast
- Rewrite the generator for generating more Pythonic services
- Rewrite the generator for generating Marshmallow schemas
- Rewrite the generator for generating RESTArt APIs
- Update README and examples
Released on May 17th 2017.
- Remove the unnecessary option
--service-name
- Replace Makefile with gen_json_proxy.sh
- Update examples README
Released on May 16th 2017.
- Tweak the format of generated marshmallow schemas
- Serialize gRPC message object to JSON correctly
- Update READMEs
Released on May 13rd 2017.
The first release.