Kouhei Sutou
null+****@clear*****
Sun Feb 9 16:38:31 JST 2014
Kouhei Sutou 2014-02-09 16:38:31 +0900 (Sun, 09 Feb 2014) New Revision: c00b8539312a4839f4ee66a20067fb8ad3566221 https://github.com/droonga/droonga.org/commit/c00b8539312a4839f4ee66a20067fb8ad3566221 Message: Publish 0.9.9 release announce! Modified files: _posts/2014-02-09-release.md Modified: _posts/2014-02-09-release.md (+6 -6) =================================================================== --- _posts/2014-02-09-release.md 2014-02-09 15:59:30 +0900 (4c9cd33) +++ _posts/2014-02-09-release.md 2014-02-09 16:38:31 +0900 (84cd465) @@ -1,7 +1,6 @@ --- title: Droonga 0.9.9 has been released! layout: news-item -published: false --- ## About Droonga @@ -16,9 +15,9 @@ The current Droonga version is 0.9.9. The release has the following improvements: - * APIs for Adapter plugins are stabilized. + * Plugin APIs for adaptation phase are stabilized. * Now you can develop any Droonga plugin which translates request and response messages, between the Droonga Engine and the client including the Protocol Adapter. See the [plugin development tutorial](/tutorial/plugin-development/) for more details. - * Other type plugins will become developable in near future, so please wait for the next release... + * Plugins for other phases will become developable in near future, so please wait for the next release... * The built-in REST interface of the [express-droonga](https://github.com/droonga/express-droonga) generates queries more intelligently. For example, the search query for the URL "http://localhost:3000/droonga/tables/Store" will be named as "stores" from the table name automatically. @@ -30,15 +29,16 @@ First, plugin APIs were not matured yet. While we were brushing up internal oper Second, we had to rethink the message flow around distributed operations. Droonga should support recursive distributions of messages, but the current message flow couldn't describe such complex combinations of messages. To introduce such flexibility to Droonga, we had to reconstruct plugin APIs around distributing and collection phases. But rewriting of those mechanism takes much more time and we couldn't complete it before today. -Then, we decided to postpone shipping of the version 1.0.0. +Then, we decided to postpone shipping of the version 1.0.0. 1.0.0 will be released at 2014-02-28. -Instead, we've stabilized APIs for Adapter plugins ahead of other type plugins. Now you can study how to develop Droonga plugins, via steps to develop Adapter type plugins. +Instead, we've stabilized plugin APIs for adaptation phase ahead of other phases. Now you can study how to develop Droonga plugins, via steps to develop plugins for adaptation phase. ## Conclusion * Droonga 0.9.9 has been released! * Now you can develop plugins which translate request and response messages between the Droonga Engine and the client (including the Protocol Adapter). See the [plugin development tutorial](/tutorial/plugin-development/). - * Other type plugins will become developable in the next release. + * Plugins for other phases will become developable in the next release, 1.0.0. + * 1.0.0 will be released at 2014-02-09. * 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! -------------- next part -------------- HTML����������������������������...Download