- Fixed exception when DomainEvent.metadata is not defined on saving to event store. PR#7
- 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.