• File: CHANGELOG.md
  • Full Path: /home/chassiw/www/wp-content/plugins/zero-spam/vendor/ipinfo/ipinfo/CHANGELOG.md
  • File size: 1.3 KB
  • MIME-type: text/plain
  • Charset: utf-8
# CHANGELOG

### 2.3.0 (September 21 2021)

- Added batch ops integration.
- Added the ability to disable cache usage entirely.

### 2.2.0 (April 22nd 2021)

- Added Maps integration.
- Added versioned cache keys.
  This allows more reliable changes to cached data in the future without
  causing confusing incompatibilities. This should be transparent to the user.
  This is primarily useful for users with persistent cache implementations.

### 2.1.1 (January 12 2021)

- Bug fix issue reported in Laravel SDK
  (https://github.com/ipinfo/laravel/issues/14) which also applies in PHP SDK,
  with https://github.com/ipinfo/php/pull/27.

### 2.1.0 (December 2 2020)

- Deprecate PHP 7.2 support.
- Add support for PHP 8.0.

### 2.0.0 (November 2020)

- A `guzzle_opts` option is supported in the settings, which allows full Guzzle
  option overrides.
- A `timeout` option is supported in the settings, which is the request timeout
  value, and defaults to 2 seconds.
  **BREAKING**: this was previously unconfigurable and was 0 seconds,
  i.e. infinite timeout.
- The `buildHeaders` method on the main `IPinfo` client is now private.
  **BREAKING**: this will no longer be available for use from the client.
- Only non-EOL PHP 7 versions are supported. In particular, PHP 7.2 and above
  are all supported and tested in the CI.