Releases: softlayer/softlayer-ruby
3.2.3
v3.2.1
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
Added community-provided password based auth
v3.1.1
Fixes a small bug in ProductConfigurationOption
v3.1.0
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
Fixes a problem with virtual server upgrade orders
v3.0.1
This release contains a number of bug fixes that have been submitted by valued contributors over the past several weeks.
v3.0.0
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
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.