Skip to content

1.7.0

Compare
Choose a tag to compare
@gmarz gmarz released this 17 Jul 17:47
· 5045 commits to main since this release

This release contains full feature parity with Elasticsearch 1.7.

New Features

  • #1381 MapFromAttributes() now defaults Guids to strings
  • #1454 Add Query(IQueryContainer) to CountDescriptor
  • #1479 byte and short types are now mapped to their respective Elasticsearch types when using MapFromAttributes()
  • #1485 Add support for version to snapshot info
  • #1487 Add shard_size to TermStats face (TY @qbast)

Bug Fixes

  • #1296 UpdateReponse was missing Fields
  • #1440 Better syntax for ReIndex
  • #1474 GeoBounds aggregation not read to completion
  • #1478 Fixed serialization of LanguageAnalyzers stem_exclusion property
  • #1484 Document metadata missing on TermVectorResponse
  • #1496 Force invariant culture on all dates