elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.25k stars 963 forks source link

Need a new Release 6.8.3 #1386

Closed aistisstramkauskas closed 2 months ago

aistisstramkauskas commented 7 months ago

Hello, could you please make a new release 6.8.3 to from 6.8 branch to rollout psr/log v2/3 compatibility?

Thank you in advance!

ezimuel commented 7 months ago

I'm sorry but we do not provide new features for 6.x versions. Which version of Elasticsearch server are you using? Maybe you can upgrade to elasticsearch-php v7 or v8.

aistisstramkauskas commented 7 months ago

I use elasticsearch v6 and it will take some time till it migrated to higher version :( The commit is already in 6.8 branch, it's just tagging a new version 🙂 there are no BC breaks

meze commented 3 months ago

Yes, it's needed to support php 8.3.x, the fix is already in 6.8.x branch, we just need a new version tag

we can't upgrade our elasticsearch server, elasticsearch-php v7 is not compatible with elastic v6

ezimuel commented 2 months ago

Just released v6.8.3. Thanks @aistisstramkauskas and @meze for the patience.