Skip to content

v1.10.2

Latest

Choose a tag to compare

@digitalghost-dev digitalghost-dev released this 17 May 16:23
· 1 commit to main since this release
v1.10.2
e0ac7f0

Added

  • Added a centralized HTTP timeout helper instead of having repeated logic across commands. (#286)

Changed

  • Changed API and image request handling by adding timeout backed HTTP clients, checking non-200 response codes, capping response sizes, and more. (#285)
  • Changed all commands to receive their arguments as a parameter from runCLI() instead of reading os.Args directly, making runCLI() the single source of truth for argument handling.