Features
- Tighter Django integration [https://github.com//pull/471]
- Add save method to statements [https://github.com//pull/515]
- Add
created_at
field to statements [https://github.com//pull/536] - Add ordering parameter to filter method [https://github.com//pull/535]
Deprecation
- Deprecate
get_default
andupdate_default
session methods [https://github.com//pull/541]
Bug fixes
- Remove tested constraint for response objects in filter method [https://github.com//pull/511]
- Correct unicode characters in German corpus [https://github.com//pull/521]
Maintenance
- Move adapter type exception to adapter class [https://github.com//pull/512]
- Rename
SessionManager
toConversationSessionManager
[https://github.com//pull/519] - Add warnings about module rename [https://github.com//pull/538]
Documentation