Release Notes

September 21, 2017

Portal

  • Resolved an issue where a subset of DCs where not displaying the 1,2,4 or 8 core options for Dedicated Host Virtual Guests.
  • Pushed code that that corrected a display issue when ordering Dedicated Host Virtual Guests. When selecting Local drive Virtual Guests do not show the 3rd, 4th, and 5th disk options.

API

Backend

  • None

September 14, 2017

Portal

API

Backend

  • Corrected a bug that was causing customers to be unable to boot Virtual Guests in to our rescue environment.

September 7, 2017

Portal

  • None

API

Backend

  • Fixed a bug with ISO importing. The fix now allows import transactions to complete even without a Software Description set on the ISO.

August 24, 2017

Portal

  • None

API

  • None

Backend

  • Fixed a bug where cancellation tickets were not being closed after the cancellation had completed.
  • Corrected an issue where Security Groups were not being properly applied to the private network of Windows VSI provisions.

August 17, 2017

Portal

  • Fixed an issue on the order form where Dedicated Host Instance orders were not showing all size options available in some Datacenters.

API

Backend

  • Pushed code to handle active/active clustering for the Cloud Load Balancing offering.

August 10, 2017

Portal

  • Opened up Security Groups beta to more users.
  • Added London 04 to the Datacenters that can utilize Security Groups. You can now configure the VSI on the checkout page to add security groups.
  • Customer Portal Audit Logs now report Security group changes. You can now see when a security group is attached or removed from a Virtual Guest.

API

Backend

  • None

August 3, 2017

Portal

  • Added the new Dedicated Host offering to the catalog. A dedicated host is a physical server with workload capacity entirely dedicated to a single client’s use.
  • Corrected an issue where customers were unable to attach more than one dedicated host to a ticket.

API

Backend

  • None

July 26, 2017

Portal

  • None

API

Backend

  • Added logic for Brazil and India to support local currency for billing.

July 19, 2017

Portal

  • None

API

  • Added the getLocalCurrencyExchangeRate method to the SoftLayer_Billing_Invoice service. This allows users to retrieve the exchange rate used for billing an invoice.
  • Users can now call SoftLayer_Network_Storage::createOrUpdateLunId to change the LUN ID on a block volume. For example, if a user is trying to access multiple volumes from a single initiator, then it is possible that some volumes will have the same LUN ID which may cause conflicts on the initiator. The createOrUpdateLunId method allows the user to resolve any conflicts by assigning different LUN IDs to each volume.

Backend

  • None

July 6, 2017

Portal

  • Resolved an issue where applying security groups may cause errors during the provision of a Virtual Guest.

API

  • Pushed code to resolve an issue with the resultLimit for SoftLayer_Ticket_Subject::getAllObjects method. Before the fix the API was returning less data than the limit set.
  • Addressed an issue with the PHP Library for the SoftLayer_Network_Subnet_IpAddress_Global::route method. If the endpoint IP address provided is associated with an unrouted subnet a fatal error was being returned.
  • Fix a bug when ordering bare metal servers where presets that do not include GPUs are failing to be ordered from.

Backend

  • None