jolicode / elastically

🔍 JoliCode's Elastica wrapper to bootstrap Elasticsearch PHP integrations
MIT License
248 stars 37 forks source link

Avoid BC-break in DocumentExchangerInterface #153

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

I found a non-needed BC-break in the previous PR https://github.com/jolicode/elastically/pull/150/files#diff-7edcfcd1433b5f1ec1ee43a58328239c89877af7405d35f84ee399eb4bbc251bL14 which was taken from the original https://github.com/jolicode/elastically/pull/149/files#diff-7edcfcd1433b5f1ec1ee43a58328239c89877af7405d35f84ee399eb4bbc251bL14

This PR revert the BC break. I think this require a 1.7.1 release.

@lyrixx @damienalexandre

damienalexandre commented 1 year ago

Thanks a lot, doing the release now.