Akkatecture Versions Save

a cqrs and event sourcing framework for dotnet core using akka.net

0.6.3

4 years ago

see the changelog for all other release information

0.6.2

4 years ago

see the changelog for all other release information

0.6.1

4 years ago

see the changelog for all other release information

0.6.0

4 years ago

Added

  • SagaTimeouts as a means to cancel or schedule processes within an AggregateSaga. All thanks malclear for implementing it.

Fixed

  • Postman collections in the web example. All thanks to 4deeptech.
  • Templated variables for package version now referenced in all the yaml files.

see the changelog for all other release information

0.5.1

4 years ago

Changed

increased FromObject(...) accessibility to proteted and made it virtual.

see the changelog for all other release information

0.5.0

4 years ago

Added

  • IExecute interface as an alternative way to add command handlers to the aggregate.
  • JobScheduler and JobRunner actor types for scheduling persistent jobs.
  • receive timeouts for aggregate roots.
  • Directory.Build.props to unify project dependencies across the solution.

Changed

  • AggregateRoot and AggregateSaga logging members are using Eventsourced.Log member. see the changelog for all other release information

0.4.6

4 years ago

Added

  • xUnit2 TestOutputHelper logging
  • Akkatecture.Clustering Multi Node Tests
  • FAKE build system
  • Delete Previous Snapshot
  • CHANGELOG.
  • CODE_OF_CONDUCT.

see the changelog for all other release information

0.4.5

4 years ago

Changed

  • Logging to use string format + params rather than interpolation.

Fixed

  • CommittedSnapshot name from ComittedSnapshot.
  • AggregateRoot.EmitAll(...) to allow for more generic cases to be handled.

Assets

see the changelog for all other release information

0.4.4

4 years ago

Added

  • DomainEventMapper that maps from journal events to.
  • AggregateTestFixture support for asserting aggregate root replies.

Changed

  • Access levels for aggregate root properties to be more private.

Fixed

  • Many hygienic code factors reported by sonar cloud.

Assets

see the changelog for all other release information

0.4.3

4 years ago

Added

  • Akkatecture.TestFixture, a project for making testing your domain easier.

Changed

  • Akka versions from 1.3.11 to 1.3.12
  • Tests from using test probe actors to use test probes.

Fixed

  • EventDefinition loading, thanks to Damian-P

Assets

see the changelog for all other release information