Navigation Menu

Skip to content

Commit

Permalink
Add news topics for changes of message format
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent dacf5ae commit 8b7784d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions news/_posts/2015-04-29-release.md
Expand Up @@ -36,6 +36,12 @@ The most important topic on this release Droonga 1.1.0 is the *(something)*.
* `system.status` command: now the reporter node and its internal name is reported as a part of response body.
* `system.statistics.object.count` command is now available. It is used by command line utilities internally.
* `system.absorb-data` command is now available. It is used by command line utilities internally.
* Message format:
* `targetRole` field is introduced to the envelope.
Now you can specify the role of the engine node which can process the messsage.
If mismatched role node receives the message, it will be bounced to suitable node automatically if possible.
* `timeout` field is introduced to the envelope.
Now you can specify time to expire the request, in seconds.
* Command line utilities:
* `droonga-engine-join` and `droonga-engine-absorb-data` commands work more surely.
* A new option `--verbose` is introduced to monitor internal Serf operations, for `droonga-engine-join` and `droonga-engine-absorb-data`.
Expand Down

0 comments on commit 8b7784d

Please sign in to comment.