[Groonga-commit] droonga/droonga.org at e1f19c5 [gh-pages] Publish Droonga 0.8.0 release entry!

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 29 23:55:37 JST 2013


Kouhei Sutou	2013-12-29 23:55:37 +0900 (Sun, 29 Dec 2013)

  New Revision: e1f19c5a6aad245faff9142a36909a96727efbc0
  https://github.com/droonga/droonga.org/commit/e1f19c5a6aad245faff9142a36909a96727efbc0

  Message:
    Publish Droonga 0.8.0 release entry!

  Modified files:
    _posts/2013-12-29-release.md
    reference/catalog/index.md

  Modified: _posts/2013-12-29-release.md (+25 -22)
===================================================================
--- _posts/2013-12-29-release.md    2013-12-29 23:53:02 +0900 (d7bece4)
+++ _posts/2013-12-29-release.md    2013-12-29 23:55:37 +0900 (f4d761b)
@@ -1,7 +1,6 @@
 ---
 title: Droonga 0.8.0 has been released!
 layout: news_item
-published: false
 ---
 
 This is the first stable release of Droonga!
@@ -16,37 +15,41 @@ Are you interested in Droonga? See [overview](/overview/). It describes more det
 
 The current Droonga version is 0.8.0. This is the first stable release.
 
-The release comes with the following updates:
+The release has the following improvements:
 
-### 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:
 
-* [fluent-plugin-droonga] Merge column value of records which have same key
-* [fluent-plugin-droonga] Better support of the `groupBy` option for the `search` command, with multiple partitions
-* [fluent-plugin-droonga] Use UNIX domain socket to communicate with workers instead of queues implemented as Groonga's special tables. This prevents queue destruction problem after fluent-plugin-droonga crashed and improve the portability. It also reduces the time required for graceful shutdown.
-* [fluent-plugin-droonga] Fix duplicated notification problem of watch in case of multiple-attributes are matched (experimental feature)
-* [fluent-plugin-droonga] Make watcher sweepable (experimental feature)
-* [droonga.org] Introduce i18n mechanism
-* [droonga.org] Improve documentations by writing and translating documents
-* [drntest] Suppress parse error for something other than JSON is returned from droonga
-* [drntest] Rename `--base` option to `--basepath`
+   Old:
 
-### Fixes
+       droonga/plugin/#{PLUGIN_TYPE}/#{PLUGIN_NAME}.rb
 
-* [fluent-plugin-droonga] Fix problem with limit/offset calculation
+   New:
 
+       droonga/plugin/#{PLUGIN_TYPE}_#{PLUGIN_NAME}.rb
 
-## Are you interested?
-
-If you are interested in Droonga, try Droonga! If you have questions, please contact us on [GitHub issues](https://github.com/droonga/fluent-plugin-droonga/issues/). Or use mailing list [in English (groonga-talk)](https://lists.sourceforge.net/lists/listinfo/groonga-talk) or [in Japanese (groonga-dev)](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev). We will help you.
-
-Although the current Droonga provides basic core features, many other features aren't implemented yet. Error handling are also not perfect yet.
-Droonga project continues to develop Droonga actively and release a new version every month.
+   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.
- * Try Droonga if you interested in.
+ * 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!
+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/

  Modified: reference/catalog/index.md (+1 -1)
===================================================================
--- reference/catalog/index.md    2013-12-29 23:53:02 +0900 (28309c5)
+++ reference/catalog/index.md    2013-12-29 23:55:37 +0900 (55c0767)
@@ -163,7 +163,7 @@ Here is a `catalog.json` for the above case:
 
 Here are descriptions about parameters in `catalog.json`.
 
-### `version`
+### `version` {#version}
 
 It is a format version of the catalog file.
 
-------------- next part --------------
HTML����������������������������...
Download 



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