Skip to content

Releases: johnmccabe/go-vmpooler

BaseClient.Send() returns structured error HTTPError

06 Aug 12:19

Choose a tag to compare

This release updates the error returned by BaseClient.Send() to use the new client.HTTPError object rather than just having Error() return the response code.

Fix template parsing

03 Jul 23:13
1d64f9d

Choose a tag to compare

The template naming scheme isn't sensible so have to work around the
first and last split element.

Fix missing function in vm package.

03 Jul 17:16
0107347

Choose a tag to compare

Adds back missing responseOk function to vm package.

Initial release

03 Jul 15:18
28e24c6

Choose a tag to compare

This is an early preview release, implements a basic subset of features.