Release notes for 5.3.1 (#6940)

This commit is contained in:
Suyog Rao 2017-04-20 07:45:54 -07:00 committed by GitHub
parent 181c8d8d52
commit ad1f924c30
2 changed files with 10 additions and 3 deletions

View file

@ -3,8 +3,8 @@
:branch: 5.3
:major-version: 5.x
:logstash_version: 5.3.0
:elasticsearch_version: 5.3.0
:logstash_version: 5.3.1
:elasticsearch_version: 5.3.1
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
//////////

View file

@ -4,11 +4,18 @@
This section summarizes the changes in the following releases:
* <<logstash-5-3-0,Logstash 5.3.0>>
* <<logstash-5-3-0,Logstash 5.3.1>>
[[logstash-5-3-1]]
=== Logstash 5.3.1 Release Notes
* Fixed an issue when using the persistent queue feature where old data on disk was not getting purged ({lsissue}6829[Issue 6829]).
* Fixed a potential data deletion issue on the deployment instance when using the `pack` command of the
offline plugin workflow ({lsissue}6862[Issue 6862]).
[[logstash-5-3-0]]
=== Logstash 5.3.0 Release Notes
* Persistent queues:
** Changed the default queue location on disk to include the pipeline's ID in the path hierarchy.
By default, the queue is now created under `<path.data>/queue/main`. This breaking change was made to