- If only one url is specified, don't pass a list to rawes, but a string. This allows rawes to autodetect paths. (#2)
- Switch to py.test for unit tests.
- Add ability to specify several ES hosts in the url setting.
- Restore compatibility with zope.interface 4.1.x
- Add Coveralls
- Make pyramid_rawes compatible with rawes 0.5.x
- Introduce unit test support for py3k (requires rawes 0.5.1)
- Ability to specify json_encoder and json_decoder as dotted python name.
- Dropped support for py26.
- Make pyramid_rawes compatible with rawes 0.4.0.
- Fixed dependency on rawes < 0.4.0. Next release will upgrade to rawes 0.4.0.
- Added get_rawes as a config directive
- Renamed IRawES to IRawes
- Pep8 fixes
- Initial version