Skip to content

Releases: eigenein/protobuf

2.2.3

15 Feb 13:30
Compare
Choose a tag to compare

What's Changed

  • Supports integers in float fields by @Mokto in #107

New Contributors

Full Changelog: 2.2.2...2.2.3

2.2.2

07 Feb 15:29
Compare
Choose a tag to compare
  • Fix: int32 and int64 should use the same encoder #103

2.2.1

25 Jan 11:44
Compare
Choose a tag to compare
  • Fix: implement two's compliment varint encoding for int32 and int64 #103

2.2.0

21 Dec 16:03
Compare
Choose a tag to compare
  • Opt: publish to PyPI from GitHub Actions (@eigenein)
  • Opt: apply black formatting (@eigenein)
  • Opt: move project configuration to pyproject.toml (@eigenein)
  • Break: drop Python 3.6 support as it's reached the end-of-life phase of its release cycle (@eigenein)

2.1.1

06 Oct 14:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

17 Jan 17:03
Compare
Choose a tag to compare
  • New: support for field(..., packed=False) to serialize unpacked repeated fields #90 (@d70-t)