Updated release notes in doc
Updated CHANGELOG with 8.7.0
Updated CHANGELOG with 8.7.0
@brstgt can you show an example with the query error and the NoNodeAvaiableException
? In this library we don't have evidence of a query if you mean an Elasticsearch query. Thanks!
See https://github.com/elastic/elastic-transport-php/issues/14
@brstgt sorry for the late reply. I left a comment. I see the #14 issue and I agree we should offer a better DX but we cannot use this approach. I'm closing this PR looking for better solutions for #14.
Fixed escape green parameter in tests
Removed Health_10_UsageTest test
Merge remote-tracking branch 'origin/main'
Removed Health_10_UsageTest test
Merge remote-tracking branch 'origin/8.7' into 8.7
Fixed PHP 8.2 tests
Fixed TypeError: Cannot assing for platinum tests
Fixed PHP 8.2 tests
Fixed TypeError: Cannot assing for platinum tests
@szabosteve thanks for the PR. I think it's better to use the official PHP logo. Regarding the license for using it's released under Creative Commons Attribution-Share Alike 4.0 International license.
hello, author
my environment: system:windows11 python:3.7 elasticsearch:8.1.2 elasticsearch-py:8.1.2 elastic-transport:8.1.2
when I run demo: from elasticsearch import Elasticsearch
es = Elasticsearch( "https://localhost:9200" ) resp = es.info() print (resp)
I got this error: Traceback (most recent call last): File "test_first.py", line 7, in resp = es.info() File "D:\project\Elasticsearch\elasticsearch-py\elasticsearch_sync\client\utils.py", line 404, in wrapped return api(*args, **kwargs) File "D:\project\Elasticsearch\elasticsearch-py\elasticsearch_sync\client_init_.py", line 2249, in info "GET", __path, params=__query, headers=__headers File "D:\project\Elasticsearch\elasticsearch-py\elasticsearch_sync\client_base.py", line 295, in perform_request client_meta=self._client_meta, File "C:\Users\zhulei.conda\envs\nlp_sentence_0\lib\site-packages\elastic_transport_transport.py", line 334, in perform_request request_timeout=request_timeout, File "C:\Users\zhulei.conda\envs\nlp_sentence_0\lib\site-packages\elastic_transport_node_http_urllib3.py", line 199, in perform_request raise err from None elastic_transport.TlsError: TLS error caused by: TlsError(TLS error caused by: SSLError([SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091)))
is ssl version wrong? what should I do
Fixed TypeError: Cannot assing for platinum tests
Backport: Fixed the Yaml tests + updated wipeCluster
Backport: Fixed the Yaml tests + updated wipeCluster
Added skip tests
Fixed the Yaml tests + updated wipeCluster
Updated APIs to 8.7
Merge remote-tracking branch 'origin/8.7' into 8.7
As titled, see #1303 for details
I sent #1303 for fixing the issue. @cdlate can you check if this work for you? Thanks.
Revert ELASTICSEARCH_URL parameter
Refactored the test job for github action