News
0.1.9: 2014-07-29 (planned)
- droonga-send: Accept default protocol, port, and tag. Now you can omit them for the
--serveroption.
0.1.8: 2014-07-14
Fixes
- thread backend: Fixed a bug that some responses are dropped.
0.1.7: 2014-05-29
- Updated the default port number, same to
droonga-engine's one.
0.1.6: 2014-04-29
- Supports Droonga's protocol.
- Used "Cool.io" backend for Droonga protocol.
0.1.5: 2014-03-29
Improvements
- droonga-request: Reported results correctly event if there were multiple threads.
- Added a new command
droonga-sendjust for sending requests and ignoring responses.
0.1.4: 2014-02-28
Improvements
- droonga-request: Supported multiple input files.
0.1.3: 2014-02-17
Improvements
- droonga-request: Supported multiple JSONs.
- droonga-request: Added
--report-requestoption.
0.1.2: 2014-02-09
Improvements
- Supported a large response.
- Added droonga-request command.
0.1.1: 2014-01-29
Improvements
- droonga-protocol: Removed needless
statusCodeparameter from request. - droonga-protocol: Renamed Droonga::Client#execute to Droonga::Client#request. This is incompatible change.
- droonga-protocol: Removed Droonga::Client#search because it is not useful.
- droonga-protocol: Changed to use
Socket.gethostnameas the default receiver host instead of0.0.0.0. - Added Droonga::Client#subscribe for PubSub style messaging.
- http: Started to support HTTP.
0.1.0: 2013-12-29
Improvements
- Added Droonga::Client.open.
- Added Droonga::Client#close.
- Supported multiple responses.
- Supported asynchronous request.
0.0.1: 2013-11-29
The first release!!!