Skip to content

Releases: dannyhann/protobuf_decoder

v0.4.0

25 Feb 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.3.0...v0.4.0

v.0.3.0

29 Oct 12:07
Compare
Choose a tag to compare

Release Notes

Improved Logic for Nested Protobuf Detection
This enhancement ensures a more accurate distinction and handling of nested protobufs.

What's Changed

  • Enhanced Detection: We've refined our algorithm for determining whether a given input might be a nested protobuf.
  • Added Test Cases: To ensure the reliability of our updated logic, we've added new test cases.

Acknowledgements:

A special thanks to @fuzzyrichie for their invaluable contributions to this update!

New Contributors

Full Changelog: v.0.2.0...v.0.3.0

v.0.2.0

20 May 11:14
Compare
Choose a tag to compare

What's Changed

  • Added parsing for Fixed64 and Fixed32 types.
  • Added the FixedBitsValue datatype.

Full Changelog: v.0.1.0...v.0.2.0

v.0.1.0

09 Oct 15:20
Compare
Choose a tag to compare

What's Changed

  • Correctly parse zero-length strings by @generic-user1 in #3
  • Refactoring some codes
  • Change python_requires >= 3.7

New Contributors

Full Changelog: v.0.0.3...v.0.1.0

Release v.0.0.3

19 Oct 16:51
Compare
Choose a tag to compare

What's Changed

  • Fix wrong syntax in protobuf_decoder.py by @sam01101 in #1

New Contributors

Full Changelog: v.0.0.2...v.0.0.3

Release protobuf_decoder

19 Feb 04:44
Compare
Choose a tag to compare

Release protobuf_decoder