Version 1.12.0
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.