You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Notice**: we added a special header in the HTTP response. This is the product check
347
+
header, and it is required for guarantee that `elasticsearch-php` is communicating
348
+
with an Elasticsearch server 8.0+.
349
+
350
+
For more information you can read the [Mock client](https://docs.php-http.org/en/latest/clients/mock-client.html)
351
+
section of PHP-HTTP documentation.
352
+
302
353
## FAQ 🔮
303
354
304
355
### Where do I report issues with the client?
@@ -315,7 +366,7 @@ We welcome contributors to the project. Before you begin, a couple notes...
315
366
316
367
+ If you want to contribute to this project you need to subscribe to a [Contributor Agreement](https://www.elastic.co/contributor-agreement).
317
368
+ Before opening a pull request, please create an issue to [discuss the scope of your proposal](https://github.com/elastic/elasticsearch-php/issues).
318
-
+ If you want to send a PR for version `8.0` please use the `8.0` branch.
369
+
+ If you want to send a PR for version `8.0` please use the `8.0` branch, for `8.1` use the `8.1` branch and so on.
319
370
+ Never send PR to `master` unless you want to contribute to the development version of the client (`master` represents the next major version).
320
371
+ Each PR should include a **unit test** using [PHPUnit](https://phpunit.de/). If you are not familiar with PHPUnit you can have a look at the [reference](https://phpunit.readthedocs.io/en/9.5/).
0 commit comments