opensearch-php
opensearch-php copied to clipboard
feat: use transport package
Description
- [ ] Fix all tests
- [ ] Add Sigv4 again
- [ ] Allow setting custom ssl cert, disable certificate verification
- [ ] Fix async http requests?
Very nice. I'd start building up UPGRADING.md like we have in https://github.com/opensearch-project/opensearch-py/blob/main/UPGRADING.md to note all the backwards incompatible changes.
We went with https://github.com/opensearch-project/opensearch-php/pull/233 which introduced PSR interfaces. Could use some help testing and fixing anything broken before we do a release.