Skip to content

Releases: sparky8512/yagrc

v1.1.2

23 Jul 00:57
Compare
Choose a tag to compare

Adjust to API change in later versions of the protobuf package.

This package now requires a (much) later version of protobuf than it did before, and as a result, also a later version of Python (3.7 minimum). If an earlier version of protobuf package must be used for some reason, then use yagrc v1.1.1

v1.1.1

07 Nov 02:40
Compare
Choose a tag to compare

Bug fixes related to grpc connection failure.

v1.1.0

14 Feb 23:00
58ada8a
Compare
Choose a tag to compare

New functionality:

  • Added lazy import mechanism, which is simpler to use, but less flexible.

v1.0.1

12 Feb 07:36
Compare
Choose a tag to compare

Minor fix to remove dependence on Python 3.9 or greater.

v1.0.0

11 Feb 23:39
Compare
Choose a tag to compare

Initial release