Skip to content

Latest commit

 

History

History
178 lines (79 loc) · 10.5 KB

File metadata and controls

178 lines (79 loc) · 10.5 KB

Changelog

1.11.0 (2020-10-19)

Features

1.10.2 (2020-10-14)

Documentation

1.10.1 (2020-10-08)

Bug Fixes

  • accessing an unset struct_pb2.Value field does not raise (#140) (d045cbf)
  • add LICENSE and tests to package (#146) (815c943)

1.10.0 (2020-09-24)

Bug Fixes

  • loosen tag match for publish_package (#123) (67441c9)
  • third party enums don't break first class enums (#118) (50b87af), closes #103

1.10.0-dev2 (2020-09-21)

Bug Fixes

  • loosen tag match for publish_package (#123) (67441c9)
  • third party enums don't break first class enums (#118) (50b87af), closes #103

1.9.1 (2020-09-08)

Reverts

  • Revert "feat: json serialization and deserialization support stringy enums (#112)" (#116) (91c6d7b), closes #112 #116

Documentation

1.9.0 (2020-09-02)

Features

  • json serialization and deserialization support stringy enums (#112) (8d2e3a3), closes #107

1.8.1 (2020-08-28)

Bug Fixes

  • revert "feat: allow enum strings in json serialization and deserialization" (#110) (bd3d50e), closes #107

1.8.0 (2020-08-28)

Features

  • allow enum strings in json serialization and deserialization (#107) (a082f85)

1.7.1 (2020-08-17)

Bug Fixes

  • revert algorithm for RepeatedComposite insertion. (#101) (ae946aa)

1.7.0 (2020-08-07)

Features

  • optimize insert for class RepeatedComposite. (#95) (86790e3)

1.6.0 (2020-08-05)

Features

1.5.3 (2020-08-04)

Bug Fixes

1.5.2 (2020-08-03)

Bug Fixes

1.5.1 (2020-07-30)

Bug Fixes

  • numerous small performance tweaks (#85) (7b5faf2)

1.5.0 (2020-07-29)

Features

  • support fixed filename salt to allow proto-plus use with schema registry tools (#61) (ea86eb9)

1.4.2 (2020-07-23)

Bug Fixes

  • getattr on an invalid field raises AttributeError (#73) (74ea8f0), closes #31

1.4.1 (2020-07-23)

Bug Fixes

1.4.0 (2020-07-23)

Features

  • prevent unnecessary copies when deserializing proto (#63) (5e1c061)

1.3.2 (2020-07-22)

Bug Fixes

1.3.1 (2020-07-21)

Bug Fixes

Documentation

1.3.0 (2020-07-16)

Features

  • add convenience methods to convert to/from json (#39) (2868946)
  • add DatetimeWithNanoseconds class to maintain Timestamp pb precision. (#40) (a17ccd5), closes #38
  • add support for proto3 optional fields (#35) (0eb5762)

Bug Fixes

  • Modify setup.py to indicate this is google maintained (#45) (96b3b00)