Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 18, 2019
1 parent 3ac6966 commit 31cd8ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# v1.5

## Pre release
## Release v1.5.0 - 2019/05/18

### New feature

* out_forward: Support keepalive feature
https://github.com/fluent/fluentd/pull/2393
* in_http: Support TLS via server helper
https://github.com/fluent/fluentd/pull/2395
* in_syslog: Support TLS via server helper
https://github.com/fluent/fluentd/pull/2399

### Enhancement

Expand All @@ -17,11 +21,17 @@
https://github.com/fluent/fluentd/pull/2381
* command: Add deprecated message to show-plugin-config option
https://github.com/fluent/fluentd/pull/2401
* storage_local: Ignore empty file. Call sync after write for XFS.
https://github.com/fluent/fluentd/pull/2409

### Bug fixes

* out_forward: Don't use SO_LINGER on SSL/TLS WinSock
https://github.com/fluent/fluentd/pull/2398
* server helper: Fix recursive lock issue in TLSServer
https://github.com/fluent/fluentd/pull/2341
* Fix typo
https://github.com/fluent/fluentd/pull/2369

# v1.4

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.5.0.rc1'
VERSION = '1.5.0'

end

0 comments on commit 31cd8ca

Please sign in to comment.