お知らせ
1.1.0: 2016-01-24
改善
- out: Stopped to try to create pseudo columns such as
_key
. - out: Supported boolean value.
- in: Supported
plugin_register
andplugin_unregister
.
1.0.9: 2014-11-20
改善
- out: Added log message with host, port and command name on Groonga command execution error.
- out: Added
WITH_POSITION
index flag automatically when it is needed. - out: Supported creating index for existing column.
Fixes
- out: Fixed a bug that needless
WITH_SECTION
flags is used. - out: Fixed a bug that wrong index name is used.
1.0.8: 2014-11-05
Fixes
- out: Fixed a bug that index flags aren't separated with
|
.
1.0.7: 2014-11-05
改善
- out: Added
WITH_POSITION
index flags when any tokenizer is set to lexicon.
1.0.6: 2014-11-05
改善
- out: Renamed
table
parameter name tostore_table
.table
parameter is still usable for backward compatibility. - out: Supported table definition by
<table>
configuration. See sample/store-apache.conf for details. - out: Supported specifying column type and creating indexes for auto
created columns by
<mapping>
configuration. See sample/store-apache.conf for details.
1.0.5: 2014-10-21
改善
- Supported time value in string.
1.0.4: 2014-10-20
改善
- Supported the latest http_parser gem.
- Removed no buffer mode. Use
flush_interval 0
for no buffer like behavior. - Changed the default port number to
10043
forgqtp
protocol usage. Because Groonga changed the default port number forgqtp
protocol. - Reduced the number of
load
calls. It improvesload
performance. - Supported auto schema define. You don't need to define schema in Groonga before running Fluentd.
- Added document to use fluent-plugin-groonga to store logs into Groonga. It fits normal Fluentd usage.
1.0.3: 2013-09-29
改善
- gemspecにライセンス情報を追加した。 [GitHub#1][Benjamin Fleischerさんが報告]
- groonga-command-parserをサポート。
感謝
- Benjamin Fleischer
1.0.2: 2013-08-08
改善
- バッファーを使わなくても動くようにした。
- gqtp gem 1.0.3以降を必須にした。
1.0.1: 2012-12-29
改善
- emitするコマンドを追加した(deleteコマンド、registerコマンド、truncateコマンド)。
- [out] "shutdown"コマンドを使う代わりにcloseメソッドを使うようにした。
- ドキュメントを http://groonga.org/fluent-plugin-groonga/ja/ に設置した。
- [doc] ドキュメントを追加・更新した。
- 構成と設定のページを更新した。
- 復旧の方法を追加した。
- 3パターンの大きさのシステムでマスター・スレーブ方式のレプリケーションを使うためのドキュメントを追加した。
1.0.0: 2012-11-29
The first release!!!