Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 1.05 KB

grpc-pytools Changelog

Here you can see the full list of changes between each grpc-pytools release.

Version 0.1.2

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

Version 0.1.0

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

Version 0.0.3

Released on May 17th 2017.

  • Remove the unnecessary option --service-name
  • Replace Makefile with gen_json_proxy.sh
  • Update examples README

Version 0.0.2

Released on May 16th 2017.

  • Tweak the format of generated marshmallow schemas
  • Serialize gRPC message object to JSON correctly
  • Update READMEs

Version 0.0.1

Released on May 13rd 2017.

The first release.