Skip to content

Releases: cloudblue/django-cqrs

1.7.6

04 Mar 11:44
fdacb0a
Compare
Choose a tag to compare
  • Use shared RabbitMQ connection only for sync operation

1.7.5

03 Mar 15:47
16c7d80
Compare
Choose a tag to compare
  • Proper handling of ConnectionErrors for producer

1.7.4

03 Mar 11:59
575fc21
Compare
Choose a tag to compare
  • Optimized CQRS sync DB querying

1.7.3

02 Mar 13:51
bdc9b08
Compare
Choose a tag to compare
  • At least one reconnect if connection was closed on producing new message

1.7.2

01 Mar 15:58
1b73302
Compare
Choose a tag to compare
  • Producer now use only one shared connection to Rabbit MQ

1.7.1

26 Feb 18:31
10679d5
Compare
Choose a tag to compare
  • nack with requeueing in case of consuming error
  • add message ttl for 60s

1.7.0

19 Feb 09:38
6c4bbec
Compare
Choose a tag to compare
  • CQRS supports custom data in DELETE payload

1.6.0

17 Feb 10:58
555f72e
Compare
Choose a tag to compare
  • Added commands for check and sync of deleted objects in Replica

1.5.2

08 Feb 09:32
b101c10
Compare
Choose a tag to compare
  • Added CQRS_NO_DB_OPERATIONS flag to support models without DB tables
  • CQRS revision is raised once and only one CQRS package is sent within transaction for one instance

1.5.1

30 Dec 08:54
31981c9
Compare
Choose a tag to compare

Solves the problem of outdated connections in long-running consumers