Skip to content

8.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Anaethelion Anaethelion released this 22 Dec 14:24
· 211 commits to main since this release

Client

Elastic Transport

  • This is the first release using the all new elastictransport which now lives in the elastic-transport-go repository. The goal is to allow for reuse between this and future Go clients.

API

  • Changed the Body parameter for BulkIndexerItem in favor of io.ReadSeeker to lower memory consumption when using the esutil.BulkIndexer.
  • Replaced the Config option RetryOnTimeout in favor of a new RetryOnError function which allows to dynamically chose what error should be retried.