Skip to content

Releases: ThembisileNGQ/Akkatecture

0.4.2

17 Jun 12:36
Compare
Choose a tag to compare

Added

  • SonarCloud code analysis on build.
  • Full Azure Pipeline builds.
  • Aggregate Event Tagger that tags persisted events as they get written to the journal.
  • EmitAll(...) for aggregates to persist a sequence of events in a single transaction.

Assets

see the changelog for all other release information

0.4.1

17 Jun 12:36
9d9dd6a
Compare
Choose a tag to compare

Changed

  • Akka versions from 1.3.9 to 1.3.11.

Assets

see the changelog for all other release information

0.4.0

17 Jun 12:35
66222a4
Compare
Choose a tag to compare

Added

  • Support for snapshots.

Changed

  • License headers for 2019.
  • Package copyright for 2019.

Removed

  • IDE files from repository, thanks siudeks

Fixed

  • Spelling errors in readme, thankes Jacek Kuc

Assets

see the changelog for all other release information

0.3.0

17 Jun 12:35
5965d9a
Compare
Choose a tag to compare

Added

  • AspNet Core web sample in the examples folder.
  • ISubscribeToAsync interface for Task returning receives for domain subscribers.
  • Sourcelink so consumers can debug the package.
  • Base64 GUID type, called Quid.
  • Comitted Event serialization tests.
  • AggregateName model.

Changed

  • Build status badges from appveyor to azure dev ops.

Removed

  • JetBrains Rider contentModel.xml from repository.

Assets

see the changelog for all other release information

0.1.5

17 Jun 12:35
Compare
Choose a tag to compare

Added

  • Azure Pipelines build definition.

Assets

see the changelog for all other release information

0.1.4

17 Jun 12:35
Compare
Choose a tag to compare

Added

  • Coverlet for code coverage metrics.
  • CommittedEvent as the storage model for events.
  • CorrelationId, and CausationId to Metadata container.
  • VersionedTypeDefinitionService for obtaining definitions from varios message types.

Changed

  • AggregateRoot message forwarding using Forward() instead of tell, thanks @MarkEwer.
  • Akka package version to 1.3.9.

Assets

see the changelog for all other release information

0.1.3

17 Jun 12:35
Compare
Choose a tag to compare

Fixed

  • Issue 21 - Repository instantiated with a null parameter.

Assets

see the changelog for all other release information

0.1.2

17 Jun 12:35
Compare
Choose a tag to compare

Added

  • License headers to project source files with attributions to EventFlow.

Changed

  • Folder location of Simple example domain .

Fixed

  • Project vector graphics logo.
  • Cluster README text.

Assets

see the changelog for all other release information

0.1.1

17 Jun 12:35
490430f
Compare
Choose a tag to compare

Changed

  • Explanation of akkatecture's features.
  • Cluster example README.md.
  • Simple example README.md.

Fixed

  • Walkthrough repository spawning.

Assets

see the changelog for all other release information

0.0.25

17 Jun 12:34
Compare
Choose a tag to compare

Added

  • Identity model.
  • Entity model.
  • AggregateRoot model which will be modeled as an actor.
  • AggregateManager model to ensure singleton aggregate incarnations.
  • Saga model which is modeled similarly to the AggregateRoot.
  • SagaManager model to ensure singleton saga incarnations.
  • Tests for all of the framework constructs.
  • README containing the projects outlines.
  • Examples that show how the framework works.
  • Build definitions for appveyor and travis.
  • MIT License.
  • Project logo.

Assets

see the changelog for all other release information