Releases: cloudblue/django-cqrs
Releases · cloudblue/django-cqrs
2.4.3
29 Nov 20:06
Compare
Sorry, something went wrong.
No results found
2.4.2
18 Nov 15:39
Compare
Sorry, something went wrong.
No results found
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
09 Nov 14:08
Compare
Sorry, something went wrong.
No results found
Fixed:
AMQPConnectorException is caught now in RabbitMQ transport #91
Integration tests execution and validation #94
2.4.0
18 Aug 11:00
Compare
Sorry, something went wrong.
No results found
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
25 Jul 06:45
Compare
Sorry, something went wrong.
No results found
Moved should_retry_cqrs and get_cqrs_retry_delay to RawReplicaMixin #82
2.3.0
15 Jun 11:09
Compare
Sorry, something went wrong.
No results found
Added support for non Django-model replicas by RawReplicaMixin #80
2.2.0
02 Jun 12:11
Compare
Sorry, something went wrong.
No results found
Added support for custom and generic metadata in the whole CQRS flow
2.1.3
13 May 08:30
Compare
Sorry, something went wrong.
No results found
Bug fixed: integrity errors weren't caught when using PostgreSQL and SQLite.
2.1.2
14 Apr 09:58
Compare
Sorry, something went wrong.
No results found
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
25 Mar 09:36
Compare
Sorry, something went wrong.
No results found
Fixed MESSAGE_TTL in cqrs_dead_letters retry command