Skip to content

v5.1.2

Compare
Choose a tag to compare
@ravenpride ravenpride released this 02 Sep 09:22
· 80 commits to master since this release

Release v5.1.2

Bugfixes

Elasticsearch Pipeline Stage: Fix response handling

As the pipeline stage was adjusted to work with data streams the index action was replaced with the create action. The changed action was not properly considered when processing the response. This could lead to sending messages multiple times if at least one operation in a bulk request has failed.