Skip to content

Releases: IBM/py-to-proto

0.5.2 - Single element oneofs

12 Oct 23:06
8d04378
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1 - Fix release script

02 Oct 18:00
69bbf5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0 - Package qualified file names

28 Sep 21:37
b57bde5
Compare
Choose a tag to compare

What's Changed

Breaking Changes: This is a breaking change because any serialized proto descriptors created before this change will no longer work based on the change to the filename. There are no API changes to the python module.

Full Changelog: 0.4.1...0.5.0

0.4.1 - Support streaming rpcs in descriptor_to_file

10 Jul 20:49
4e73f48
Compare
Choose a tag to compare

What's Changed

  • ServiceStreamingDescriptor: Support streaming rpcs in descriptor_to_file by @gabe-l-hart in #56

Full Changelog: 0.3.2...0.4.1

0.4.0 - Fix multi-list unions

28 Jun 20:13
2f670f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1 - Support for lists in unions

14 Jun 22:47
d24bf6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.1

0.3.0 - Oneof field names with underscores

23 May 23:08
99e7f80
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0 - Streaming Support

11 May 22:43
9d874e7
Compare
Choose a tag to compare

Streaming Support

This release adds support for the client_streaming and server_streaming flags in json_to_service.
This necessitated a breaking API change to consolidate all the service_descriptor_to_* functions into json_to_service.

What's Changed

Full Changelog: 0.1.2...0.2.0

0.1.2 - Unwrap Optional

01 May 23:14
d0b57a6
Compare
Choose a tag to compare

Change Log

  • Fix type unwrapping for Optional types in dataclasses (#49)

0.1.1 - Fix release test

27 Apr 02:57
a6f09d9
Compare
Choose a tag to compare

Change Log

  • Don't run coverage with release_test since compat_annotated.py is not covered in newer versions of python (#48)