We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a986d1 commit 2c2074fCopy full SHA for 2c2074f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
### 2.0.0 (November 2020)
4
5
+- A `guzzle_opts` option is supported in the settings, which allows full Guzzle
6
+ option overrides.
7
+- A `timeout` option is supported in the settings, which is the request timeout
8
+ value, and defaults to 2 seconds.
9
+ **BREAKING**: this was previously unconfigurable and was 0 seconds,
10
+ i.e. infinite timeout.
11
- The `buildHeaders` method on the main `IPinfo` client is now private.
12
+ **BREAKING**: this will no longer be available for use from the client.
13
- Only non-EOL PHP 7 versions are supported. In particular, PHP 7.2 and above
14
are all supported and tested in the CI.
0 commit comments