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.