opensearch-php icon indicating copy to clipboard operation
opensearch-php copied to clipboard

[WIP] Upgrading guzzle.

Open dblock opened this issue 1 year ago • 0 comments

Description

Upgrades Guzze and removes RingHTTP.

What works:

  • Happy path for GET, in samples, run composer run index.
samples> composer run index

> php index.php
opensearch: 2.15.0

What doesn't work:

  • Tests don't pass, many need to be rewritten.
  • Connection pool success/failure handling skipped.
  • Largely not backwards compatible.

Next:

  • Fixing tests to pass minimally.

Issues Resolved

Closes https://github.com/opensearch-project/opensearch-php/issues/216.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dblock avatar Aug 07 '24 19:08 dblock