github elastic/elasticsearch-net 8.14.7

3 months ago

What's Changed

  • Add support for GeoShapeQuery
  • Add support for ShapeQuery
  • Script is no longer an union and instead combines the properties of InlineScript and StoredScriptId (breaking change!)
  • Minor fixes and improvements to request/response classes and in-code documentation

Breaking Changes

Script is no longer an union and instead combines the properties of InlineScript and StoredScriptId.

All places that use InlineScript or StoredScriptId must be changed from e.g. .InlineScript(new InlineScript(...)) to .Script(new Script(...)). Construction of the union like e.g. new Script(new InlineScript(...)) or new Script(storedScriptId) is no longer required and should be replaced by just new Script(...).

Full Changelog: 8.14.6...8.14.7

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.