Skip to content

1.3.0

Compare
Choose a tag to compare
@gmarz gmarz released this 26 Nov 19:45
· 5616 commits to main since this release

New Features

Bug Fixes

  • SniffingConnectionPool: Increased ping before sniff default timeout to 200 ms (previously 50 ms). (#1058)
  • Elasticsearch.Net.JsonNet: downgraded target framework to 4.0 to align with Elasticsearch.Net. (#1053)
  • Fixed GetMapping() so that multiple mappings can be retrieved. (#1066)
  • Typo fix in DeleteTemplateAsync method name. (#1070) Ty @ilivewithian!
  • Fixed a mapping issue with generic types that had multiple type arguments (#1044). Ty @radiosterne!
  • Fixed NullReferenceException in MappingWalker (#1068)

Internal

  • Refactored the Elasticsearch.Net internals unit tests into more logical units and amended it with unit tests for the way we handle streams internally for all code paths. This gave us enough confidence to refactor our transport layer, giving it less responsibilities. (#1060)