mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
e7227399dd
commit
8fa3417cde
1 changed files with 35 additions and 0 deletions
35
docs/static/releasenotes.asciidoc
vendored
35
docs/static/releasenotes.asciidoc
vendored
|
@ -13,6 +13,41 @@ This section summarizes the changes in the following releases:
|
|||
* <<logstash-6-1-1,Logstash 6.1.1>>
|
||||
* <<logstash-6-1-0,Logstash 6.1.0>>
|
||||
|
||||
|
||||
[[logstash-6-3-0]]
|
||||
|
||||
[NOTE]
|
||||
--
|
||||
Persistent Queue users must upgrade. Old data will not be compatible with 6.3.0, and must be migrated or deleted. Read
|
||||
https://www.elastic.co/guide/en/logstash/current/upgrading-logstash-pqs.html[Upgrading Persistent Queue from Logstash 6.2.x and Earlier]
|
||||
for more information.
|
||||
--
|
||||
|
||||
=== Logstash 6.3.0 Release Notes
|
||||
* BUGFIX: Fix race condition in shutdown of pipelines #9285
|
||||
* BUGFIX: Ensure atomic creation of persistent queue checkpoints #9303
|
||||
* BUGFIX: Fixed issue where events containing non-ASCII characters were getting encoded incorrectly after passing through the persistent queue #9307
|
||||
* BUGFIX: Fixes incorrect serialization of strings extracted from other strings via substring, regex matching, etc. #9308
|
||||
* BUGFIX: Fixes nested metadata field lookup in Java execution #9297
|
||||
* BUGFIX: Persistent queue must allow reading empty batches #9328
|
||||
* BUGFIX: Prevents pipelines.yml from being overwritten during RPM/DEB package upgrade #9130
|
||||
* BUGFIX: Different types of values for the `ssl.enabled` module option are now tolerated #8600
|
||||
* BUGFIX: Detect invalid proxy and raise error #9230
|
||||
* BUGFIX: Fix `Logstash::Util.deep_clone` for `LogStash::Timestamp` #9405
|
||||
* BUGFIX: Better error message for temp directory errors #9293
|
||||
* BUGFIX: Better error message when `Event#set` is called on non-collection nested field #9298
|
||||
* Implemented upgrade to persistent queues v2 #9538
|
||||
* Inter-pipeline communication (within multiple pipelines on a single Logstash node) #9225
|
||||
* Speed up pipeline compilation #9278
|
||||
* Added bootstrap checks for available disk space when persistent queue is enabled #8978
|
||||
* Made `-V`/`--version` fast on Windows #8508
|
||||
* Start web server after pipeline #9398
|
||||
* Optimize out empty `if` conditions from execution graph #9314
|
||||
|
||||
==== Plugins
|
||||
TODO
|
||||
|
||||
|
||||
[[logstash-6-2-4]]
|
||||
=== Logstash 6.2.4 Release Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue