Kouhei Sutou
null+****@clear*****
Sun Dec 29 11:43:03 JST 2013
Kouhei Sutou 2013-12-29 11:43:03 +0900 (Sun, 29 Dec 2013) New Revision: c06eaf62f5b5cfd4f8f3b1dfbab4205a88553c02 https://github.com/droonga/fluent-plugin-droonga/commit/c06eaf62f5b5cfd4f8f3b1dfbab4205a88553c02 Message: Add 0.8.0 entry Modified files: doc/text/news.md Modified: doc/text/news.md (+29 -0) =================================================================== --- doc/text/news.md 2013-12-27 17:20:36 +0900 (e06f685) +++ doc/text/news.md 2013-12-29 11:43:03 +0900 (5de8376) @@ -1,5 +1,34 @@ # News +## 0.8.0: 2013-12-29 + +### Improvements + + * `search`: Supported `groupBy` with multiple partitions. + * Changed job queue implementation to UNIX domain socket based + implementation from Groonga's queue based implementation. It + reduces shutdown time and fixes job queue break problem on + crash. + * Supported error response. + * `watch`: Fixed a bug that duplicated notification is pushed when + multiple column values are matched. + * `watch`: Supported subscriber garbage collection. + * Improved plugin API. Plugin API documentation will be published + in the next release. + * Added micro seconds information to time value. It uses W3C-DTF format + such as `2013-12-29T00:00:00.000000Z`. + * Changed the name of adapter plugin that provides Groonga's `select` + compatible API to `groonga` from `select`. The `groonga` adapter will + provide more Groonga compatible commands. + * Added `version` to `catalog.json`. + * Changed plugin path format to + `droonga/plugin/#{PLUGIN_TYPE}/#{PLUGIN_NAME}.rb` from + `droonga/plugin/#{PLUGIN_TYPE}_#{PLUGIN_NAME}.rb`. We use a + directory per plugin type instead of putting all plugins to + `droonga/plugin/` directory. Because it is more maintainable. + * Split adapter plugin into input adapter plugin and output adapter + plugin. You can in the next release. + ## 0.7.0: 2013-11-29 The first release!!! -------------- next part -------------- HTML����������������������������...Download