Yoji Shidara
null+****@clear*****
Mon Jan 27 18:15:55 JST 2014
Yoji Shidara 2014-01-27 18:15:55 +0900 (Mon, 27 Jan 2014) New Revision: 8e9e1f63e1bb10a01b1960e358e32186e97dae0f https://github.com/droonga/droonga.org/commit/8e9e1f63e1bb10a01b1960e358e32186e97dae0f Message: Copy release notes from the previous release Added files: _posts/2014-01-29-release.md Added: _posts/2014-01-29-release.md (+56 -0) 100644 =================================================================== --- /dev/null +++ _posts/2014-01-29-release.md 2014-01-27 18:15:55 +0900 (7096287) @@ -0,0 +1,56 @@ +--- +title: Droonga 0.8.0 has been released! +layout: news-item +published: false +--- + +This is the first stable release of Droonga! + +## About Droonga + +Droonga is a scalable data processing engine. Droonga uses stream oriented processing model. Droonga processes data by pipeline. Many operations such as search, update, group are done in pipeline. The processing model provides flexibility and extensibility. Droonga can also process complex operations by mixing operations. Users can add custom operations to Droonga as Ruby plugins. + +Are you interested in Droonga? See [overview](/overview/). It describes more details. Then try [tutorial](/tutorial/). You will understand how Droonga works with these documentations. + +## About this release + +The current Droonga version is 0.8.0. This is the first stable release. + +The release has the following improvements: + + * [search][]: Supported [groupBy][] with multiple partitions. + * Supported some error responses. + * 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`. + * [catalog][]: Added [version][] to improve backward compatibility. + * 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. + * Changed plugin path format: + + Old: + + droonga/plugin/#{PLUGIN_TYPE}_#{PLUGIN_NAME}.rb + + New: + + 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. + * Added documentations in English. + +## Conclusion + + * Droonga 0.8.0 has been released! + * Droonga 0.8.0 is the first stable release. + * Droonga plugin will be writable in the next release. + * Droonga project will release a new version every month! + +Droonga project welcomes you to join us as a user and/or a developer! See [community][] to contact us! + + [search]: /reference/commands/search/ + [groupBy]: /reference/commands/search/#query-groupBy + [W3C-DTF]: http://www.w3.org/TR/NOTE-datetime "Date and Time Formats" + [catalog]: /reference/catalog/ + [version]: /reference/catalog/#version + [select]: /reference/commands/select// + [community]: /community/ -------------- next part -------------- HTML����������������������������...Download