NEST Driver compatibility

Hi,
I'm going crazy looking for any documentation about drivers versions and compatibility with Elastic. Is there anywhere something about this? Like "NEST version 2.4 is compatible with Elastic 2.5"...

Thanks in advance!

Take a look at the compatibility matrix on the github repository. Essentially,

  • NEST 1.x is compatible with Elasticsearch 1.x
  • NEST 2.x is compatible with Elasticsearch 2.x
  • NEST 5.x is compatible with Elasticsearch 5.x

Got it,
thank you very much!