|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | + |
| 4 | +## [5.7.2] - 2019-05-03 |
| 5 | +- https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2 |
| 6 | + |
| 7 | ++ #1107 Added exception to handle json parsing error when ordering |
| 8 | ++ #1068 Support for -1 when changing port speed |
| 9 | ++ #1109 Fixed docs about placement groups |
| 10 | ++ #1112 File storage endurance iops upgrade |
| 11 | ++ #1101 Handle the new user creation exceptions |
| 12 | ++ #1116 Fix order place quantity option |
| 13 | ++ #1002 Invoice commands |
| 14 | + * account invoices |
| 15 | + * account invoice-detail |
| 16 | + * account summary |
| 17 | ++ #1004 Event Notification Management commands |
| 18 | + * account events |
| 19 | + * account event-detail |
| 20 | ++ #1117 Two PCIe items can be added at order time |
| 21 | ++ #1121 Fix object storage apiType for S3 and Swift. |
| 22 | ++ #1100 Event Log performance improvements. |
| 23 | ++ #872 column 'name' was renamed to 'hostname' |
| 24 | ++ #1127 Fix object storage credentials. |
| 25 | ++ #1129 Fixed unexpected errors in slcli subnet create |
| 26 | ++ #1134 Change encrypt parameters for importing of images. Adds root-key-crn |
| 27 | ++ #208 Quote ordering commands |
| 28 | + * order quote |
| 29 | + * order quote-detail |
| 30 | + * order quote-list |
| 31 | ++ #1113 VS usage information command |
| 32 | + * virtual usage |
| 33 | ++ #1131 made sure config_tests dont actually make api calls. |
| 34 | + |
| 35 | + |
| 36 | +## [5.7.1] - 2019-02-26 |
| 37 | +- https://github.com/softlayer/softlayer-python/compare/v5.7.0...v5.7.1 |
| 38 | + |
| 39 | ++ #1089 removed legacy SL message queue commands |
| 40 | ++ Support for Hardware reflash firmware CLI/Manager method |
| 41 | + |
| 42 | +## [5.7.0] - 2019-02-15 |
| 43 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.4...v5.7.0 |
| 44 | + |
| 45 | ++ #1099 Support for security group Ids |
| 46 | ++ event-log cli command |
| 47 | ++ #1069 Virtual Placement Group Support |
| 48 | + ``` |
| 49 | + slcli vs placementgroup --help |
| 50 | + Commands: |
| 51 | + create Create a placement group. |
| 52 | + create-options List options for creating a placement group. |
| 53 | + delete Delete a placement group. |
| 54 | + detail View details of a placement group. |
| 55 | + list List placement groups. |
| 56 | + ``` |
| 57 | ++ #962 Rest Transport improvements. Properly handle HTTP exceptions instead of crashing. |
| 58 | ++ #1090 removed power_state column option from "slcli server list" |
| 59 | ++ #676 - ipv6 support for creating virtual guests |
| 60 | + * Refactored virtual guest creation to use Product_Order::placeOrder instead of Virtual_Guest::createObject, because createObject doesn't allow adding IPv6 |
| 61 | ++ #882 Added table which shows the status of each url in object storage |
| 62 | ++ #1085 Update provisionedIops reading to handle float-y values |
| 63 | ++ #1074 fixed issue with config setup |
| 64 | ++ #1081 Fix file volume-cancel |
| 65 | ++ #1059 Support for SoftLayer_Hardware_Server::toggleManagementInterface |
| 66 | + * `slcli hw toggle-ipmi` |
| 67 | + |
| 68 | + |
| 69 | +## [5.6.4] - 2018-11-16 |
| 70 | + |
| 71 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.3...v5.6.4 |
| 72 | + |
| 73 | ++ #1041 Dedicated host cancel, cancel-guests, list-guests |
| 74 | ++ #1071 added createDate and modifyDate parameters to sg rule-list |
| 75 | ++ #1060 Fixed slcli subnet list |
| 76 | ++ #1056 Fixed documentation link in image manager |
| 77 | ++ #1062 Added description to slcli order |
| 78 | + |
| 79 | +## [5.6.3] - 2018-11-07 |
| 80 | + |
| 81 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.0...v5.6.3 |
| 82 | + |
| 83 | ++ #1065 Updated urllib3 and requests libraries due to CVE-2018-18074 |
| 84 | ++ #1070 Fixed an ordering bug |
| 85 | ++ Updated release process and fab-file |
| 86 | + |
| 87 | +## [5.6.0] - 2018-10-16 |
| 88 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.3...v5.6.0 |
| 89 | + |
| 90 | ++ #1026 Support for [Reserved Capacity](https://console.bluemix.net/docs/vsi/vsi_about_reserved.html#about-reserved-virtual-servers) |
| 91 | + * `slcli vs capacity create` |
| 92 | + * `slcli vs capacity create-guest` |
| 93 | + * `slcli vs capacity create-options` |
| 94 | + * `slcli vs capacity detail` |
| 95 | + * `slcli vs capacity list` |
| 96 | ++ #1050 Fix `post_uri` parameter name on docstring |
| 97 | ++ #1039 Fixed suspend cloud server order. |
| 98 | ++ #1055 Update to use click 7 |
| 99 | ++ #1053 Add export/import capabilities to/from IBM Cloud Object Storage to the image manager as well as the slcli. |
| 100 | + |
| 101 | + |
| 102 | +## [5.5.3] - 2018-08-31 |
| 103 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.2...v5.5.3 |
| 104 | + |
| 105 | ++ Added `slcli user delete` |
| 106 | ++ #1023 Added `slcli order quote` to let users create a quote from the slcli. |
| 107 | ++ #1032 Fixed vs upgrades when using flavors. |
| 108 | ++ #1034 Added pagination to ticket list commands |
| 109 | ++ #1037 Fixed DNS manager to be more flexible and support more zone types. |
| 110 | ++ #1044 Pinned Click library version at >=5 < 7 |
| 111 | + |
| 112 | +## [5.5.2] - 2018-08-31 |
| 113 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.1...v5.5.2 |
| 114 | + |
| 115 | ++ #1018 Fixed hardware credentials. |
| 116 | ++ #1019 support for ticket priorities |
| 117 | ++ #1025 create dedicated host with gpu fixed. |
| 118 | + |
| 119 | + |
3 | 120 | ## [5.5.1] - 2018-08-06 |
4 | | -- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...master |
| 121 | +- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...v5.5.1 |
5 | 122 |
|
6 | 123 | - #1006, added paginations to several slcli methods, making them work better with large result sets. |
7 | 124 | - #995, Fixed an issue displaying VLANs. |
|
0 commit comments