Skip to content

Releases: cloudblue/django-cqrs

1.11.2

23 Apr 05:11
11603d6

Choose a tag to compare

Added documentation for requeuing

1.11.1

19 Apr 15:19
e214de6

Choose a tag to compare

Fixes:

  • replica specific routing is used for requeuing instead of global one
  • payload can't be changed during consuming

1.11.0

16 Apr 06:23
517da4b

Choose a tag to compare

1.11.0 Pre-release
Pre-release

Added requeuing capabilities:

  • message retrying with priority queues
  • dead queues
  • etc

1.10.0

07 Apr 07:43
b6fe658

Choose a tag to compare

Added support for passing of Correlation ID in payload

1.9.3

05 Apr 13:52
569866d

Choose a tag to compare

Fixed SonarQube issues

1.9.2

01 Apr 16:09
171ace6

Choose a tag to compare

Moving to Github actions as CI

1.9.1

23 Mar 13:36
40682a4

Choose a tag to compare

Fixes:

  • Dropped default ordering for main check query in Replica Manager

1.9.0

22 Mar 15:43
8a75455

Choose a tag to compare

  • Fixed and enhanced update_fields behavior on master instance save

1.8.1

19 Mar 15:30
22e96cd

Choose a tag to compare

  • Fixed cqrs.bulk_create output: returns a list of created objects

1.8.0

19 Mar 13:45
7267329

Choose a tag to compare

  • Added support for bulk_create into cqrs manager
  • Fixed inconsistent behavior of previous_data for create operations