ezimuel
Repos
201
Followers
686
Following
3

Events

Updated release notes in doc

Created at 1 day ago

Updated CHANGELOG with 8.7.0

Created at 1 day ago

Updated CHANGELOG with 8.7.0

Created at 1 day ago
Client errors lead to request retries in async requests

@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!

Created at 1 day ago
pull request closed
Fix handling of client errors in async requests

See https://github.com/elastic/elastic-transport-php/issues/14

Created at 1 day ago
Fix handling of client errors in async requests

@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.

Created at 1 day ago

Fixed escape green parameter in tests

Created at 1 day ago

Removed Health_10_UsageTest test

Merge remote-tracking branch 'origin/main'

Created at 2 days ago

Removed Health_10_UsageTest test

Merge remote-tracking branch 'origin/8.7' into 8.7

Created at 2 days ago

Fixed PHP 8.2 tests

Fixed TypeError: Cannot assing for platinum tests

Created at 2 days ago

Fixed PHP 8.2 tests

Fixed TypeError: Cannot assing for platinum tests

Created at 2 days ago
[DOCS] Creates custom landing page for the PHP client book

@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.

Created at 2 days ago
elastic_transport.TlsError: TLS error caused by: TlsError

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

Created at 2 days ago

Fixed TypeError: Cannot assing for platinum tests

Created at 2 days ago

Fixed PHP 8.2 tests

Created at 2 days ago

Backport: Fixed the Yaml tests + updated wipeCluster

Created at 2 days ago

Backport: Fixed the Yaml tests + updated wipeCluster

Created at 2 days ago

Added skip tests

Fixed the Yaml tests + updated wipeCluster

Created at 2 days ago

Added 8.7 jobs in CI

Created at 4 days ago

Updated APIs to 8.7

Created at 4 days ago

Updated APIs to 8.7

Merge remote-tracking branch 'origin/8.7' into 8.7

Created at 4 days ago
Write the documentation for ELASTIC_CLIENT_URL_PLUS_AS_SPACE env variable

As titled, see #1303 for details

Created at 4 days ago
Get/update fails for item IDs that contain spaces

I sent #1303 for fixing the issue. @cdlate can you check if this work for you? Thanks.

Created at 4 days ago

Added PHP 8.2 in CI

Created at 4 days ago

Revert ELASTICSEARCH_URL parameter

Created at 4 days ago

Removed duplicate task

Created at 4 days ago

Refactored the test job for github action

Created at 1 week ago