[Groonga-commit] droonga/droonga.org at 9043a2a [gh-pages] Update news topics for Droonga 1.0.2

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 17:20:06 JST 2014


YUKI Hiroshi	2014-04-24 17:20:06 +0900 (Thu, 24 Apr 2014)

  New Revision: 9043a2a9255ed2457e1bfbb1fdda5bae0e4405a2
  https://github.com/droonga/droonga.org/commit/9043a2a9255ed2457e1bfbb1fdda5bae0e4405a2

  Message:
    Update news topics for Droonga 1.0.2

  Modified files:
    news/_posts/2014-04-29-release.md

  Modified: news/_posts/2014-04-29-release.md (+24 -5)
===================================================================
--- news/_posts/2014-04-29-release.md    2014-04-24 15:42:59 +0900 (2bc9440)
+++ news/_posts/2014-04-29-release.md    2014-04-24 17:20:06 +0900 (c2eb67f)
@@ -14,38 +14,57 @@ Are you interested in Droonga? See [overview](/overview/) for more details, and
 
 The current Droonga version is 1.0.2.
 
-The release has the following improvements:
+The most important topic on this release is that the core component aka Droonga Engine becomes fluentd-free.
+As the result, the project (and gem package) `fluent-plugin-droonga` is renamed to `droonga-engine`.
+Of course the compatibility of the protocol is still there.
+
+And, now Droonga has better compatibility to Groonga.
+Moreover there is a new [tutorial for Groonga users aiming to migrate from Groonga to Droonga][groonga-tutorial].
+Droonga is still under development, but it already can work as a Groonga with the replication feature.
+Feel free to try it on!
+
+Details of improvements on this release are:
 
  * [Droonga-engine 1.0.2][droonga-engine] (renamed from "fluent-plugin-droong")
    * Becomes fluentd-free.
+   * Supports graceful and immediate restart.
    * More Groonga-compatible commands are available:
      * `table_list`
      * `column_list`
      * `column_remove`
      * `column_rename`
      * `delete`
+   * A useful command line tool `droonga-catalog-generate` is included.
+     It helps you to write your custom `catalog.json`.
+   * Parameters for the `search` command is validated more strictly.
+   * The default port number is changed from 24224 (fluentd's one) to 10031.
  * [Express-droonga 1.0.2][express-droonga]
-   * Supports express 4.0.
+   * Works with the [Express 4.0](http://expressjs.com/).
+   * Keeps the process alive even if it is disconnected from the Droonga Engine.
  * [Droonga-http-server 1.0.4][droonga-http-server]
-   * Supports express 4.0.
+   * Works with the [Express 4.0](http://expressjs.com/).
+   * Supports a new `--enable-trust-proxy` option to run the server behind a reverse proxy.
+   * Supports a new `--plugins` option to choose plugins to be activated.
 
 And, related projects are also released:
 
  * [Droonga-client-ruby 0.1.6][droonga-client-ruby]
+   * Supports droonga's protocol.
  * [Drntest 1.1.4][drntest]
+   * Supports more Groonga-compatible commands available at droonga-engine 1.0.2.
 
 ## Conclusion
 
  * Droonga 1.0.2 has been released!
- * TODO summarize this release
+ * There is better compatibility with Groonga - it's the time to try Droonga, migrating from Groonga!
  * 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!
 
   [community]: /community/
+  [groonga-tutorial]: /tutorial/groonga/
   [droonga-engine]: https://github.com/droonga/droonga-engine
   [express-droonga]: https://github.com/droonga/express-droonga
   [droonga-http-server]: https://github.com/droonga/droonga-http-server
   [droonga-client-ruby]: https://github.com/droonga/droonga-client-ruby
   [drntest]: https://github.com/droonga/drntest
-  [table_remove]: /reference/commands/
-------------- next part --------------
HTML����������������������������...
Download 



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