-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangeLog
246 lines (126 loc) · 5.19 KB
/
ChangeLog
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
== 2022-06-23 version 0.3.28
* Support Ruby 3.1 (psych 4.0): Allow loading configuration files (tresure_data.yml) which have YAML aliases.
== 2017-04-26 version 0.3.27
* Allow td-client v1.x
== 2016-10-19 version 0.3.26
* Allow msgpack v1.x
== 2016-01-19 version 0.3.25
* can use unique_key when post td
* can set the timing of buffering
* can configurate buffering valiables
== 2014-11-18 version 0.3.24
* Pass all option hash's arguments to the td-client library to support
switching of API endpoints
== 2013-09-20 version 0.3.23
* Add TreasureDataLogger#flush to flush stored events immediatedly
== 2013-08-02 version 0.3.22
* Support Rails 4
== 2013-06-17 version 0.3.21
* Update dependent gem versions
== 2013-02-26 version 0.3.20
* Use https scheme for rubygems source
* Add test_mode
https://github.com/treasure-data/td-logger-ruby/issues/9
== 2013-02-13 version 0.3.19
* Add :use_ssl option for uploading the events over SSL connection.
== 2012-12-26 version 0.3.18
* Change msgpack dependency version == 0.4.7 for avoding 0.4.8 yanked issue.
issue #8
== 2012-12-11 version 0.3.17
* Use at_exit to prevent SEGV on exit. issue #5
* Add example config for Heroku users
== 2012-11-17 version 0.3.16
* Disable logger when the key for the ennvironment is missing. issue #6
== 2012-11-14 version 0.3.15
* Removing InstanceMethods as it is deprecated in Rails 3.2 and
yields warning. issue #3
* Add ActiveSupport::TimeWithZone#to_msgpack. issue #4
== 2012-07-26 version 0.3.14
* Rails agent assumes TREASURE_DATA_YML environment variable is an
absolute path if it starts with '/'
== 2012-07-26 version 0.3.13
* Rails agent supports TREASURE_DATA_YML environment variable to change
configuration file path from 'config/treasure_data.yml'
== 2012-05-31 version 0.3.12
* TreasureDataLogger#close shows a error message if upload failed
instead of raising errors
* TreasureDataLogger#close deletes uploaded queue entry
* Changed increment storategy of flush_interval from += 10 to ** 2
== 2012-03-12 version 0.3.11
* Added TD.event.post_with_time(action, record, time) method
== 2012-03-05 version 0.3.10
* Fixed 'ConditionVariable' is not defined problem
* Compress buffer chunk in memory
== 2012-03-05 version 0.3.9
* Fixed Event.use feature
== 2012-02-24 version 0.3.8
* Supports for EngineYard Add-on users
* Limit length of upload queue upto 50
== 2011-11-11 version 0.3.7
* Use bundler for packaging
* Fixed Config.load_file
* Fixed compatibility with ruby 1.8
== 2011-11-11 version 0.3.6
* Show big warning message when disabling logger
* Increased upload retry limit to 12
== 2011-11-10 version 0.3.5
* Write logs to STDERR instead of Rails.logger
== 2011-11-10 version 0.3.4
* Raise error database name or table name is invalid
== 2011-11-10 version 0.3.3
* Validate database name and table name before queuing events
== 2011-11-10 version 0.3.2
* Include 'action' column for all preset events
== 2011-11-07 version 0.3.1
* Added "debug_mode: true" option in config/treasure_data.yml
* Updated fluent-logger to v0.4.1
== 2011-11-05 version 0.3.0
* Added new API: TD.event
* Added event presets: TD.event.register, login, pay
* Added feature to add set attributes to all events: TD.event.attribute
* Stop to log access logs
* Use NullLogger when logger is disabled
== 2011-10-17 version 0.2.8
* Access logger checks to_msgpack for each values and nested values
== 2011-10-09 version 0.2.7
* Access logger checks respond_to?(:to_msgpack) for each values of params
== 2011-10-06 version 0.2.6
* Divided 'uri' column into 'path' and 'host' columns in access logs
* Access log merges params which are not filtered by config.filter_parameters
* Access logger doesn't overwrite exist keys even if its value is null
* Access log uses 'agent' column instead of 'ua' which is same as
'$ td import --format=apache'
* Run IO threads lazily for Unicorn and Passenger
== 2011-09-30 version 0.2.5
* Use HTTP_X_FORWARDED_FOR instead of REMOTE_ADDR if it's available
* Don't enable ActiveRecord extension unless defined?(ActiveRecord)
* Ignore OPTIONS method
* Use Symbol for keys of access log
* Removed defined?(RAILS_ENV) and defined?(RAILS_ROOT) to suppress wornings
== 2011-09-13 version 0.2.4
* Increase flush_interval from 10 sec to 5 mins gradually
* Flush buffered logs when Rails stops
* Adds 'elapsed' column to access logs
* Use TREASURE_DATA_API_KEY environment variable by default
* Enable event logger if apikey is available with default database name
and access log table name
== 2011-09-08 version 0.2.3
* Loggers use STDERR instead of STDOUT
* Use flush_interval 5 min.
== 2011-09-08 version 0.2.2
* Use ERB before loading conf/treasure_data.yml
== 2011-09-03 version 0.2.1
* Logs HTTP method, URI and UA by default in access log.
* Fixes Rails 3.1 compatibility
== 2011-08-28 version 0.2.0
* Rewritten
* Supported access logging: td_access_log or TreasureData.access_log
* Supported model change logging: td_enable_model_tracer
* Supported other logging: TreasureData.log
== 2011-08-21 version 0.1.1
* Updated library dependencies
== 2011-08-21 version 0.1.1
* Added missing lib/td-logger.rb file
* Fixed description of the gem
== 2011-08-21 version 0.1.0
* First release