Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 31 Oct 14:59
· 426 commits to stable since this release
b5acff9

1.0.0 - 2024-10-31

Removed

  • Breaking change: Removed all exports from infrahub_sdk/init.py except InfrahubClient, InfrahubClientSync and Config. If you previously imported other classes such as InfrahubNode from the root level these need to change to instead be an absolute path.

Added

  • Add support for specific timeout per request on InfrahubClient and InfrahubNode function calls. (#25)
  • Added infrahubctl menu command to load menu definitions into Infrahub

Fixed

  • Fix SDK playback hash generation to read the correct filename (#64)
  • CTL: Return friendly error on encoding violations when reading files. (#102)
  • Changed the default connection timeout in the SDK to 60s.
  • Fixes an issue where InfrahubClient was not properly URL encoding URL parameters.

Detailed Changelog

Full Changelog: v0.14.1...v1.0.0