Skip to content

Releases: cloudblue/django-cqrs

2.4.3

29 Nov 20:06
21e4df1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.4.3

2.4.2

18 Nov 15:39
e4305c4
Compare
Choose a tag to compare

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
a100cbb
Compare
Choose a tag to compare

Fixed:

  • AMQPConnectorException is caught now in RabbitMQ transport #91
  • Integration tests execution and validation #94

2.4.0

18 Aug 11:00
2165119
Compare
Choose a tag to compare
  • 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
315db67
Compare
Choose a tag to compare

Moved should_retry_cqrs and get_cqrs_retry_delay to RawReplicaMixin #82

2.3.0

15 Jun 11:09
7beec83
Compare
Choose a tag to compare

Added support for non Django-model replicas by RawReplicaMixin #80

2.2.0

02 Jun 12:11
33897f6
Compare
Choose a tag to compare

Added support for custom and generic metadata in the whole CQRS flow

2.1.3

13 May 08:30
0b9cc8a
Compare
Choose a tag to compare

Bug fixed: integrity errors weren't caught when using PostgreSQL and SQLite.

2.1.2

14 Apr 09:58
b0d48ea
Compare
Choose a tag to compare

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
87ff3f1
Compare
Choose a tag to compare

Fixed MESSAGE_TTL in cqrs_dead_letters retry command