v0.6.1
Improved:
- Code cleanup: Using relative imports.
- Code cleanup: Simplified parsing of data using dict comprehension in
Handler. - Refactoring: moved
PrefixedLoggerclass into its own file.
Added:
- Database cleanup job now also purges old messages, if enabled through
MESSAGE_RETENTIONenv var. - Introduced new environment variable
MESSAGE_RETENTIONto control number of days to keep messages in the database. Defaults to0(keep forever).