This PR relaxes the version check the driver does on connect: this
version compatibility is migrated on the server and the driver only
checks that server's version is more recent than a set minimum (that of
the release that applies version policy on the server).
This PR relaxes the version check the driver does on connect: this version compatibility is migrated on the server and the driver only checks that server's version is more recent than a set minimum (that of the release that applies version policy on the server).
(Related to https://github.com/elastic/elasticsearch/pull/53082)