Navigation Menu

Skip to content

Commit

Permalink
Update news topics for Droonga 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 4abeebd commit 9043a2a
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions news/_posts/2014-04-29-release.md
Expand Up @@ -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/

0 comments on commit 9043a2a

Please sign in to comment.