Releases: newx/solusvm
Releases · newx/solusvm
v1.4.0
v1.3.1
v1.3.0
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;