python-betterproto/CHANGELOG.md
2019-10-29 21:59:23 -07:00

1.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.2.1 - 2019-10-29

  • Fix comment indentation bug in rendered gRPC methods.

1.2.0 - 2019-10-28

  • Generated code output auto-formatting via Black
  • Simplified gRPC helper functions

1.1.0 - 2019-10-27

  • Better JSON casing support
  • Handle field names which clash with Python reserved words
  • Better handling of default values from type introspection
  • Support for Google Duration & Timestamp types
  • Support for Google wrapper types
  • Documentation updates

1.0.1 - 2019-10-22

  • README to the PyPI details page

1.0.0 - 2019-10-22

  • Initial release