Skip to content

Releases: softlayer/softlayer-python

5.4.0

15 Jan 22:22
Compare
Choose a tag to compare
  • Changes: v5.3.2...v5.4.0

  • Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error

  • reworked wait_for_ready function for virtual, and added to hardware managers.

  • fixed block/file iops in the slcli block|file detail view

  • Added sub items to hw detail --price, removed reverse PTR entries

Added to CLI

  • slcli order
$ ./slcli order
Usage: slcli order [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  category-list      List the categories of a package.
  item-list          List package items used for ordering.
  package-list       List packages that can be ordered via the...
  package-locations  List Datacenters a package can be ordered in.
  place              Place or verify an order.
  preset-list        List package presets.

5.3.2

18 Dec 23:10
5f16b02
Compare
Choose a tag to compare

General Updates

  • Changes: v5.3.1...master

  • Expanded @retry useage to a few areas in the hardware manager

  • Added INTERVAL options to block and file replication

  • Fixed pricing error on hw detail --price

  • Added sub items to hw detail --price, removed reverse PTR entries

Added to CLI

  • slcli dedicatedhost

5.3.1

11 Dec 17:38
Compare
Choose a tag to compare

[5.3.1] - 2017-12-07

Added to CLI

  • slcli block volume-modify
  • slcli file volume-modify

[5.3.0] - 2017-12-01

  • Changes: v5.2.15...v5.3.0
  • Added a retry decorator. currently only used in setTags for VSI creation, which should allos VSI creation to be a bit more robust.
  • Updated unit tests to work with pytest3.3

5.2.15

30 Oct 21:59
bade9bc
Compare
Choose a tag to compare
  • Changes: v5.2.14...master
  • Added dedicated host info to virt detail
  • #885 - Fixed createObjects on the rest api endpoint
  • changed securityGroups to use createObject instead of createObjects
  • Always set the endpoint_url by defaulting to the public URL if the endpoint type cannot be determined.
  • resource metadata update

5.2.12

17 Aug 20:43
Compare
Choose a tag to compare

[5.2.12] - 2017-08-09

  • Changes: v5.2.11...master
  • Support for storage_as_a_service block and file storage

Added to CLI

  • block volume-count
  • file volume-count
  • securitygroups
    • create Create a security group.
    • delete Deletes the given security group
    • detail Get details about a security group.
    • edit Edit details of a security group.
    • interface-add Attach an interface to a security group.
    • interface-list List interfaces associated with security...
    • interface-remove Detach an interface from a security group.
    • list List security groups.
    • rule-add Add a security group rule to a security...
    • rule-edit Edit a security group rule in a security...
    • rule-list List security group rules.
    • rule-remove

Version bump to v5.2.11

04 Aug 19:41
Compare
Choose a tag to compare
Merge pull request #855 from sergiocarlosmorales/master

Version bump to v5.2.11

v5.2.9

27 Jul 19:12
Compare
Choose a tag to compare

Add support for dedicated host instances to virtual server upgrades
Added to CLI

block volume-set-lun-id

v5.2.10

27 Jul 19:43
Compare
Choose a tag to compare

[5.2.10] - 2017-07-27

v5.2.8

22 Jul 21:18
Compare
Choose a tag to compare

[5.2.8] - 2017-07-19

  • Resolved #835
  • Resolved #826
  • Fix dedicated/private VSI price retrieval for upgrades

Added to CLI

  • block access-password

v5.2.6

22 May 19:12
Compare
Choose a tag to compare

Added To CLI

  • ipsec list
  • ipsec detail
  • ipsec configure
  • ipsec update
  • ipsec subnet-add
  • ipsec subnet-remove
  • ipsec translation-add
  • ipsec translation-remove
  • ipsec translation-update