[Groonga-commit] droonga/droonga.org at 87653e7 [gh-pages] Put (unpublished) 0.9.0 release announcement

Back to archive index

Yoji Shidara null+****@clear*****
Mon Jan 27 18:30:32 JST 2014


Yoji Shidara	2014-01-27 18:30:32 +0900 (Mon, 27 Jan 2014)

  New Revision: 87653e7cec50c1b29b7201d8230efeeb74ad4b2f
  https://github.com/droonga/droonga.org/commit/87653e7cec50c1b29b7201d8230efeeb74ad4b2f

  Message:
    Put (unpublished) 0.9.0 release announcement

  Modified files:
    _posts/2014-01-29-release.md

  Modified: _posts/2014-01-29-release.md (+5 -31)
===================================================================
--- _posts/2014-01-29-release.md    2014-01-27 18:15:55 +0900 (7096287)
+++ _posts/2014-01-29-release.md    2014-01-27 18:30:32 +0900 (ea0e559)
@@ -1,11 +1,9 @@
 ---
-title: Droonga 0.8.0 has been released!
+title: Droonga 0.9.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.
@@ -14,43 +12,19 @@ Are you interested in Droonga? See [overview](/overview/). It describes more det
 
 ## About this release
 
-The current Droonga version is 0.8.0. This is the first stable release.
+The current Droonga version is 0.9.0.
 
 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.
+TODO
 
 ## Conclusion
 
- * Droonga 0.8.0 has been released!
- * Droonga 0.8.0 is the first stable release.
+ * Droonga 0.9.0 has been released!
+ * TODO summarize this 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����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index