Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 396 Bytes

CHANGELOG.md

File metadata and controls

11 lines (9 loc) · 396 Bytes

0.9.3

  • Fixed exception when DomainEvent.metadata is not defined on saving to event store. PR#7

0.9.2

  • When attempt to create an aggregate using ID of existing one, esdjango.exceptions.AlreadyExists error would be raised. NOTE: This is possibly a breaking change: previously Django's standard IntegrityError was raised.