This repository was archived by the owner on Mar 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathChangeLog
More file actions
56 lines (41 loc) · 1.49 KB
/
ChangeLog
File metadata and controls
56 lines (41 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Release 1.0.0 - 2018/12/11
* Use fluentd v1 API
Release 0.10.14 - 2014/12/19
* add ignore_invalid_record to out_scribe
* improve input performance by reducing the times of emit
Release 0.10.13 - 2014/10/29
* add validation for msg_format
* use Yajl instead of JSON for parsing record
* add ignore_invalid_record option to ignore invalid record and return OK to scribed
Release 0.10.12 - 2014/09/04
* support 'log_level' option
* fix to do shutdown plugin instance not to duplicate listen
Release 0.10.11 - 2013/09/04
* add format_to_json bool option with default value false
Release 0.10.10 - 2013/02/06
* change 'written entries' log level from 'info' to 'debug'
Release 0.10.9 - 2011/05/30
* overwrite default value of buffer_chunk_limit to 1MB
* improve memory usage efficiency
Release 0.10.8 - 2011/04/27
* support msg_format option at in_scribe
Release 0.10.7 - 2011/02/04
* support add_newline option at out_scribe
Release 0.10.6 - 2011/01/23
* support add_prefix / remove_prefix option
* update thrift to 0.8.0
* support remove_newline option
Release 0.10.5 - 2011/11/16
* fixed broken gemspec
Release 0.10.4 - 2011/11/14
* fixed encoding problem (work-around for thrift-rb)
- contributed by @tagomoris and @frsyuki
Release 0.10.3 - 2011/10/16
* modify summary of gemspec
Release 0.10.2 - 2011/10/16
* implement out_scribe plugin
Release 0.10.1 - 2011/10/16
* added tests for in_scribe
* use Configurable, introduced from fluentd v0.10
Release 0.10.0 - 2011/10/16
* compatibility changes for fluentd v0.10