Skip to content

Releases: softlayer/softlayer-ruby

3.2.3

02 Apr 20:48
Compare
Choose a tag to compare

3.2.3

  • Support for profiles.
  • Support for HVM.

v3.2.1

19 Jan 22:39
Compare
Choose a tag to compare

When ordering a bare metal server, the code would try to immediately retrieve (and return) the created server (similar to the way the VM orders work). Since bare metal doesn't work the same way, this can't work and caused a crash. The Bare Metal Server order now returns the result of the placeOrder call.

v3.2.0

19 Jan 22:00
Compare
Choose a tag to compare

Added community-provided password based auth

v3.1.1

03 Sep 15:08
Compare
Choose a tag to compare

Fixes a small bug in ProductConfigurationOption

v3.1.0

28 Jul 16:05
Compare
Choose a tag to compare

Includes improvements to the capabilities of the object filter class along with some code simplification that comes from applying those new capabilities.

Adds VLAN support to ordering Bare Metal Servers using the "package" technique.

The documentation of sl_attr and sl_dynamic_attr attributes have been cleaned up.

A great many spelling errors have been fixed in the documentation and comments.

CamelCase attributes have been converted to have snake_case shadows. The CamelCase versions will be removed in the next major release.

j2wheels added handy Network Monitoring classes.

v3.0.2

31 Mar 17:42
Compare
Choose a tag to compare

Fixes a problem with virtual server upgrade orders

v3.0.1

31 Mar 17:40
Compare
Choose a tag to compare

This release contains a number of bug fixes that have been submitted by valued contributors over the past several weeks.

v3.0.0

30 Sep 14:54
Compare
Choose a tag to compare

This release advances the major version because it contains changes that may be incompatible with the 2.1 release.

• Adds a method to reboot servers
• Substantially changes the Object Filter class. The new class has a much tighter interface which makes it harder to create invalid object filters and easier to create valid ones.
• Added a model for Virtual Server Image Templates. VirtualServerOrder now requires an instance of this class if provision a server via. image template.
• Added a model for Datacenters. Different API that used to rely on datacenter names now use instances of SoftLayer::Datacenter in their place.
• The routine to retrieve the open tickets on an account was moved form the ticket class to become a property on the Account object.

Prerelease version of 3.0 with 2.2.2 changes

18 Sep 15:10
Compare
Choose a tag to compare

This is a pre-release build of 3.0.0. It has the features of 3.0 integrated with the bug fix that lead to the 2.2.2 release.

v2.2.2

18 Sep 14:23
Compare
Choose a tag to compare

Fixes a problem where bare metal server package orders would pass verification, but could not be placed.

Fixes #55