What's Changed * Added info on support of proxied models to README by maxipavlovic in https://github.com/cloudblue/django-cqrs/pull/98 * Fixed common serialization of UUID field by maxipavlovic in https://github.com/cloudblue/django-cqrs/pull/99
Fixed: * Save message is skipped if object doesn't exist after transaction commit (RuntimeError is not raised) 95 * Termination is fixed in `cqrs_consume` 96
2.4.1
Fixed: * AMQPConnectorException is caught now in RabbitMQ transport 91 * Integration tests execution and validation 94
2.4.0
- Drop support of **_python_** 3.6. Minimum supported version of **_python_** now - 3.7 - Bump minimum required version of **_ujson_** to 5.4.0 to fix CWE issues