Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Nov 10, 2018
1 parent 04c25c2 commit 23a9609
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v1.3

## Release v1.3.0 - 2018/11/10

### New features

* output: Change thread execution control
https://github.com/fluent/fluentd/pull/2170
* in_syslog: Support octet counting frame
https://github.com/fluent/fluentd/pull/2147
* Use `flush_thread_count` value for `queued_chunks_limit_size` when `queued_chunks_limit_size` is not specified
https://github.com/fluent/fluentd/pull/2173

### Enhancements

* output: Show backtrace for unrecoverable errors
https://github.com/fluent/fluentd/pull/2149
* in_http: Implement support for CORS preflight requests
https://github.com/fluent/fluentd/pull/2144

### Bug fixes

* server: Fix deadlock between on_writable and close in sockets
https://github.com/fluent/fluentd/pull/2165
* output: show correct error when wrong plugin is specified for secondary
https://github.com/fluent/fluentd/pull/2169

# v1.2

## Release v1.2.6 - 2018/10/03
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.2.6'
VERSION = '1.3.0'

end

0 comments on commit 23a9609

Please sign in to comment.