You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.textile
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
*2.2*
2
-
* Added a method to reboot servers.
2
+
* Added the ability to set a timout for network requests. The timeout is given when a client is created by passing the :timeout hash parameter when creating a client. The value of the parameter is an integer number of seconds.
3
+
* Fixed a bug in VirtualServer#capture_image
3
4
4
5
*2.1.1*
5
6
* Virtual server upgrades no longer raise exceptions
# * <b>+:api_key+</b> - The API key used to authenticate the user with the API
67
72
# * <b>+:enpoint_url+</b> - The API endpoint the client should connect to. This defaults to API_PUBLIC_ENDPOINT
68
73
# * <b>+:user_agent+</b> - A string that is passed along as the user agent when the client sends requests to the server
74
+
# * <b>+:timeout+</b> - An integer number of seconds to wait until network requests time out. Corresponds to the network_timeout property of the client
69
75
#
70
76
# If these arguments are not provided then the client will try to locate them using other
71
77
# sources including global variables, and the SoftLayer config file (if one exists)
0 commit comments