Skip to content

Releases: civo/civogo

v0.2.3

03 Apr 14:57
Compare
Choose a tag to compare

remove form from snapshot config and change by json

v0.2.0

24 Mar 13:07
Compare
Choose a tag to compare

Now you can create, update and delete the ssh keys, at the same time we add ID to the client to return the ID when the backend does it, as in the case of creating an ssh key

Add rename endpoint for firewall

20 Mar 15:34
Compare
Choose a tag to compare

Now you can rename a firewall using RenameFirewall function, It is no longer necessary to delete the firewall to rename it.

Change the client

19 Mar 20:11
0961777
Compare
Choose a tag to compare
  • Change the client to send all request in JSON format, to avoid build a custom form procesator
  • Add Reason to the HTTPError struct, to return the reason of the error from the server
  • Change all test to use the new client