Skip to content

Nexpose Client v6.1.0

Compare
Choose a tag to compare
@sgreen-r7 sgreen-r7 released this 19 Jun 20:14
· 153 commits to master since this release

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.