--------------- - Drop MySQL and SQLite3 database backend support. - Remove SerializableAbstractMixin for serialization and reuse core.utils instead.
0.111.0
--------------- - Added missing resource events. - Fixed lookup and grouping of event groups. - Allow staff to filter customer by user UUID.
0.110.0
--------------- - Added agreement_date field to User model. - Extended resources privileges for project managers.
0.109.0
--------------- - Introduced user invitations. - Add "registration_method" field to user model.
0.108.3
--------------- - Introduce new abstract model Storage.
0.108.2
--------------- - Fix filtering price estimate by customer UUID. - Use separate queue for background tasks. - Fix service settings sync task. - Refactor PrivateCloudMixin -> PrivateCloud abstract model. - Allow to use custom responses with safe_operation decorator.