http_client_manager 9.3.13

Security update

Refactoring of the way HTTP Request results are fetched when working with ECA module.
Possible information disclosure with race conditions could have happen when dealing with parallel action execution.
Please update your actions by defining a unique token (ECA Token) to be used later on when fetching the results.

http_client_manager 11.0.1

Security update

Refactoring of the way HTTP Request results are fetched when working with ECA module.
Possible information disclosure with race conditions could have happen when dealing with parallel action execution.
Please update your actions by defining a unique token (ECA Token) to be used later on when fetching the results.

http_client_manager 10.0.2

Security update

Refactoring of the way HTTP Request results are fetched when working with ECA module.
Possible information disclosure with race conditions could have happen when dealing with parallel action execution.
Please update your actions by defining a unique token (ECA Token) to be used later on when fetching the results.

http_client_manager 8.x-2.1

Bug fixes
New features
Unsupported

New features

Bug fixes

  • Fixed http_client_manager.http_service_api_preview_view route parameter and changed drupal core version from 8.4 to 8.5
  • Code cleanup

http_client_manager 8.x-2.0

New features
Unsupported

8.x-2.x

This version doesn't use the old guzzle/guzzle client anymore but the guzzlehttp/guzzle client provided by Drupal core >= 8.x-4.x

Guzzle Service Descriptions can now be written also in YAML and PHP format (JSON format still remains).

http_client_manager 8.x-2.x-dev

Bug fixes
New features

Feel free to send patches in the issue queue or ask for feature requests.

http_client_manager 8.x-1.4

New features
Unsupported

- HTTP Services API definitions can now be overridden in settings.php.
Overridable properties are:

  • title
  • base_url
  • api_path
  • config
$settings['http_services_api']['your_service_api_id'] = [
  'title' => 'Example API (Development)',
  'base_url' => 'http://dev.example.com/api',
]

- Added Config Request counter within vertical tabs of Commands preview page

http_client_manager 8.x-1.3

Bug fixes
Unsupported

Fixed empty parameters commands and added configure link.

http_client_manager 8.x-1.1

Bug fixes
Unsupported

Changelog

  • Exported two Http Config Request into HTTP Client Manager - Example module
  • Minor code refactoring
Subscribe with RSS Subscribe to Releases for HTTP Client Manager