Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1 KB

CHANGELOG.md

File metadata and controls

74 lines (46 loc) · 1 KB

0.1.3 - unreleased

BUGS:

  • fix AttachGuestVolume() and DetachGestVolume()

FEATURES:

  • add method to get vswitch info
  • add snippets to stop, start and reboot guest
  • support FCP templates functions

0.1.2 - 2024-07-16

BUGS:

  • rename a misnamed snippet

FEATURES:

  • support new function to query SMAPI

0.1.1 - 2024-02-18

BUGS:

  • fix guest stats structure name

FEATURES:

  • add new function to query minidisks

0.1.0 - 2023-12-31

FEATURES:

  • last initial functions
  • last initial examples

0.0.5 - 2023-12-24

FEATURES:

  • first documentation
  • remove support for several transport files
  • more functions
  • more examples

0.0.4 - 2023-12-16

FEATURES:

  • support authentication tokens
  • support HTTPS
  • more functions
  • more examples

0.0.3 - 2023-12-11

FEATURES:

  • more functions
  • more examples

0.0.2 - 2023-12-02

FEATURES:

  • more functions
  • more examples

0.0.1 - 2023-11-21

FEATURES:

  • first skeleton for go client library
  • first functions
  • first examples