File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232#
3333
3434module SoftLayer
35- VERSION = "1.0.7 " # version history at the bottom of the file.
35+ VERSION = "1.0.8 " # version history at the bottom of the file.
3636
3737 # The base URL of the SoftLayer API's REST-like endpoints available to the public internet.
3838 API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/rest/v3/'
@@ -79,4 +79,8 @@ module SoftLayer
7979#
8080# 1.0.7 - Calls to the "getObject" method of any service should not take parameters. The gem now
8181# warns if you make this type of call and ignores the parameters. This prevents
82- # SoftLayer_Virtual_Guest::getObject from accidentally creating (billable) CCI instances.
82+ # SoftLayer_Virtual_Guest::getObject from accidentally creating (billable) CCI instances.
83+ #
84+ # 1.0.8 - Set a default User-Agent string to be sent with all requests to SoftLayer API. Provide interface to
85+ # set a custom User-Agent string.
86+ #
You can’t perform that action at this time.
0 commit comments