Skip to content

Releases: newx/solusvm

v1.4.0

29 Aug 14:38
Compare
Choose a tag to compare

Features

  • Add console parameters: time and access [#48]

v1.3.1

26 Aug 14:23
Compare
Choose a tag to compare

Bugfixes

  • The dependency on thor was relaxed to allow for Rails 4 compatibility.

v1.3.0

30 Jul 15:39
Compare
Choose a tag to compare

Features

  • Support for vserver-delip command.
  • Support for listnodegroups command.
  • Add license to gemspec.
  • Instance configuration instead of singleton configuration in order to be able to have multiple SolusVM endpoints.

Before

Solusvm.config('api_id', 'api_password', :url => 'http://www.example.com/api')

After

server = Solusvm::Server.new(api_key: 'key', api_id: 'id', url: 'url')

Bugfixes

  • Treat responses with nil status as successful.
  • Return the IP address from add_ip.

Support

  • dropped 1.8.7 support.
  • dropped rbx support;