Skip to content

0.17.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 Jun 22:22
· 1 commit to refs/heads/master since this release
f696c05

🐛 Bug Fixes

Save and expose sorted output names @elaubsch (#196)

This PR fixes this issue. The GRPC client returns a dictionary with keys corresponding to the output names. These names were previously sorted but the sorted keys were not saved. Therefore, when these keys were exposed and used, sometimes they were in the wrong order.