Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: lucabriguglia/OpenCQRS

Kledex 1.2

23 Oct 14:10
3b8fbe7
Compare
Choose a tag to compare

New features

  • Simplify dispatcher for queries

Enhancements

  • Upgrade to .NET Core 3.0
  • New sample applications (with and without event sourcing)

Kledex 1.1

18 Jul 10:28
Compare
Choose a tag to compare

Enhancements

  • Bus message additional properties
  • Increment aggregate root version when an event is applied

Kledex 1.0

29 May 08:59
3c9b238
Compare
Choose a tag to compare

This release will be identical to 6.1 with the exception of a new name.

OpenCQRS 6.1

06 May 13:53
Compare
Choose a tag to compare

New features

  • RabbitMQ bus provider

Enhancements

  • Event type mapper configuration in startup

OpenCQRS 6.0

23 Mar 18:57
Compare
Choose a tag to compare

New features

  • Events are now published automatically but this behavior can be disabled by default using the new configuration options or at the command level by overriding the PublishEvents property.
  • Savings command can now be disabled by default using the new configuration options or at the command level by overriding the SaveCommand property.
  • Added aggregate store.

Breaking changes

  • SendAndPublish and SendAndPublishAsync removed from IDispatcher.
  • ICommandWithEventsHandler and ICommandWithEventsHandlerAsync removed and replaced by ICommandHandler and ICommandHandlerAsync.
  • ICommandWithDomainEventsHandler and ICommandWithDomainEventsHandlerAsync removed and replaced by IDomainCommandHandler and IDomainCommandHandlerAsync.

OpenCQRS 5.3

22 Sep 14:46
Compare
Choose a tag to compare
  • In memory database provider for Entity Framework Core
  • Renaming projects:
    • OpenCqrs.Store.CosmosDB.MongoDB > OpenCqrs.Store.Cosmos.Mongo
    • OpenCqrs.Store.CosmosDB.Sql> OpenCqrs.Store.Cosmos.Sql
  • Minor bug fixes

OpenCQRS 5.2

18 Aug 19:39
Compare
Choose a tag to compare

Add expected version to domain command

OpenCQRS 5.1

09 Aug 08:18
Compare
Choose a tag to compare
Register ITopicClient