forked from fluent/fluent-plugin-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
115 lines (63 loc) · 2.45 KB
/
ChangeLog
File metadata and controls
115 lines (63 loc) · 2.45 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Release 0.6.7 - 2012/03/31
* Fix invaild record handling with BSON::Binary
https://github.com/fluent/fluent-plugin-mongo/issues/12
* Change disable_collection_check strategy
https://github.com/fluent/fluent-plugin-mongo/commit/d840c948f45302ecd73af67c0b0022e3e905f955
Release 0.6.6 - 2012/03/01
* Update mongo gem 1.5.2 -> 1.6.0 or later
* Move buffer_chunk_limit checking from configure to start
Release 0.6.5 - 2012/02/27
* Fix "mongo_replset unexpectedly requires 'host' in configuration"
https://github.com/fluent/fluent-plugin-mongo/issues/9
Release 0.6.4 - 2012/02/16
* Add 'disable_collection_check' parameter
* Fix mongod_version bug
Release 0.6.3 - 2012/02/08
* Add authentication support to input / output plugins
https://github.com/fluent/fluent-plugin-mongo/pull/8
Release 0.6.2 - 2012/01/23
* Add :safe to Connection#new options
https://github.com/fluent/fluent-plugin-mongo/issues/7
* out_mongo_tag_collection renamed to out_mongo_tag_mapped
Release 0.6.1 - 2012/01/17
* Add mongo_replset explanation to README
Release 0.6.0 - 2012/01/16
* Add mongo_replset for Replica Set
* out_mongo_tag_collection merged into out_mongo.
Please use tag_mapped mode.
* Support invalid documets handling
Release 0.5.3 - 2011/12/20
* Fix "use format time argument when record to mongodb"
https://github.com/fluent/fluent-plugin-mongo/pull/6
Release 0.5.2 - 2011/11/29
* Fix mongod_version
* Fix "configure of ouput plugins raises an exception when mongod is down"
https://github.com/fluent/fluent-plugin-mongo/issues/4
Release 0.5.1 - 2011/11/26
* Fix typo
Release 0.5.0 - 2011/11/26
* Jeweler to Bundler
* Add in_mongo_tail
* Add out_mongo_tag_collection
* Add default 'collection' configuration to mongo_tag_collection
* Update the version of dependency modules
* Fix "MongoDB and Ruby-Driver have a size limit of insert operation."
https://github.com/fluent/fluent-plugin-mongo/issues/3
Release 0.4.0 - 2011/10/16
* Support fluentd 0.10.1
* Add out_mongo.rb test
Release 0.3.1 - 2011/10/05
* Add mongo-tail tool
https://github.com/fluent/fluent-plugin-mongo/issues/1
Release 0.3.0 - 2011/10/03
* Add mongo_backup
Release 0.2.1 - 2011/10/02
* Fix mongo dependency
* Fix typo
* Fix configuration parsing
* Replace MongoBuffer with MongoOutput's <store>
* Fix duplicated insert to backup
Release 0.2.0 - 2011/09/28
* MongoOutput becomes BufferedOutput
Release 0.1.0 - 2011/09/28
* Add out_mongo