Skip to content

Commit

Permalink
Merge pull request #3417 from kenhys/v1131
Browse files Browse the repository at this point in the history
v1.13.1
  • Loading branch information
kenhys committed Jun 25, 2021
2 parents d0ea8aa + 2b27f1c commit da162e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.13.1

## Release v1.13.1 - 2021/06/25

### Bug fix

* out_forward: Fixed a race condition on handshake
It's caused by using a same unpacker from multiple threads.
https://github.com/fluent/fluentd/pull/3405
https://github.com/fluent/fluentd/pull/3406
* in_tail: Fixed to remove too much verbose debugging logs
It was unexpectedly introduced by #3185 log throttling feature.
https://github.com/fluent/fluentd/pull/3418
* Fixed not to echo back the provides path as is on a 404 error
There was a potential cross-site scripting vector even though
it is quite difficult to exploit.
https://github.com/fluent/fluentd/pull/3427

### Misc

* Pretty print for Fluent::Config::Section has been supported
for debugging
https://github.com/fluent/fluentd/pull/3398
* CI: Dropped to run CI for Ruby 2.5
https://github.com/fluent/fluentd/pull/3412

# v1.13

## Release v1.13.0 - 2021/05/29
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.13.0'
VERSION = '1.13.1'

end

0 comments on commit da162e1

Please sign in to comment.