Skip to content

Version 1.12.0

Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 30 Apr 13:59
· 83 commits to stable since this release

This release of the SDK introduces the capability to convert query responses to InfrahubNode objects in Transforms, as well as the branch parameter in the client.clone() method.

Added

  • Added the ability to convert the query response to InfrahubNode objects when using Python Transforms in the same way you can with Generators. (#281)
  • Added a "branch" parameter to the client.clone() method to allow properly cloning a client that targets another branch.