Nexpose Client v6.1.0
New Feature
The APIRequest#execute method now accepts the :open_timeout
option. You can read more about how Ruby uses this timeout value on their official documentation. Furthermore, for anybody using a version of Ruby prior to 2.3, this gem update now also sets a default value of 60 seconds for :open_timeout
.
The APIRequest#execute method
is generally only used internally in the gem, and now that we've added a default value for older versions of Ruby; this option should not need to be adjusted unless otherwise instructed.