Skip to content

Releases: softlayer/softlayer-ruby

v2.2.0

06 Aug 18:00
Compare
Choose a tag to compare

The Client class may now be initialized with a timeout. The value of the timeout is the number of seconds that network requests should live before timing out on the client side. If no timeout is given, the result will be the default for the XML-RPC client (which is documented to be 30 seconds).

This build also fixes a bug in the existing Object Mask parser.

v2.1.1

21 Jul 16:35
Compare
Choose a tag to compare

Expands the available documentation and fixes a bug that threw an exception when upgrading Virtual Servers

v2.1

16 Jun 14:57
Compare
Choose a tag to compare

This release adds an Object Model, built on top of the low-level API access, which allows working with objects in the SoftLayer environment from a higher-level perspective.

v2.0

20 May 16:11
Compare
Choose a tag to compare
Merge pull request #12 from SLsthompson/master

Fixing a failed merge