Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jan 7, 2019
1 parent d4bc4ee commit bc0ff46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# v1.3

## Release v1.3.3 - 2018/01/06

### Enhancements

* parser_syslog: Use String#squeeze for performance improvement
https://github.com/fluent/fluentd/pull/2239
* parser_syslog: Support RFC5424 timestamp without subseconds
https://github.com/fluent/fluentd/pull/2240

### Bug fixes

* server: Ignore ECONNRESET in TLS accept to avoid fluentd restart
https://github.com/fluent/fluentd/pull/2243
* log: Fix plugin logger ignores fluentd log event setting
https://github.com/fluent/fluentd/pull/2252

## Release v1.3.2 - 2018/12/10

### Enhancements
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.3.2'
VERSION = '1.3.3'

end

0 comments on commit bc0ff46

Please sign in to comment.