- Multibyte support - Add 'filter' API - Some changes
0.5.1
^^^^^^^^^^^^^^^^^^^
- More support the queries of Groonga - Add ``GroongaRecord`` and use to mapping it instead of Table sub-class - Host and port for connect to Groonga can now specify by constructor of ``pyroonga.Groonga``
0.5
^^^^^^^^^^^^^^^^^
- Change package name from `pyroonga.orm` to `pyroonga.odm` (**Note that incompatible with old releases**) - Add `match_columns` and `query` API - Change license to MIT - Fix `issues2 <https://github.com/naoina/pyroonga/issues/2>`_