Releases: cloudblue/django-cqrs
Releases · cloudblue/django-cqrs
2.4.2
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
2.3.1
Moved should_retry_cqrs
and get_cqrs_retry_delay
to RawReplicaMixin #82
2.3.0
Added support for non Django-model replicas by RawReplicaMixin #80
2.2.0
Added support for custom and generic metadata in the whole CQRS flow
2.1.3
Bug fixed: integrity errors weren't caught when using PostgreSQL and SQLite.
2.1.2
The following bugs were fixed:
- cqrs.bulk_update now supports previous_data
- exception on serialization of previous_data if it contains date or datetime
2.1.1
Fixed MESSAGE_TTL in cqrs_dead_letters retry
command