Skip to content

Releases: cloudblue/django-cqrs

1.5.0

01 Dec 21:54
0c6b84f
Compare
Choose a tag to compare

New Features:

  • CQRS_SELECT_FOR_UPDATE option is added to ReplicaMixin to support automatic locking of records for replica save operations

1.4.3

23 Nov 09:51
0105098
Compare
Choose a tag to compare

Removal of Six Library

1.4.2

12 Oct 08:38
9d3efb3
Compare
Choose a tag to compare

Fixes:

  • Any exception in CQRS processing is handled in RabbitMQ consumer
  • Removed excessive savepoints from transaction handling in consumer

1.4.1

08 Sep 06:29
957e2af
Compare
Choose a tag to compare
  • Tests folder is purged from installed package

1.4.0

03 Aug 15:27
ad2a58f
Compare
Choose a tag to compare

New Features:

Fixes/improvements:

  • F expressions for updates
  • Fix for model private fields (GenericForeignKey)

Added integration tests for:

Master with latest version -> replica on version 1.3.1
Master with version 1.3.1 -> replica on latest version

1.3.1

28 May 13:33
Compare
Choose a tag to compare

Publish on github

use

  • Travic-CI.org for CI
  • SonarCloud.io for code validation
  • codecov.io for coverage
  • pypi.python.org for package publishing