Releases: ThembisileNGQ/Akkatecture
Releases · ThembisileNGQ/Akkatecture
0.4.2
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.4.2
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.4.2
- Source - https://github.com/Lutando/Akkatecture/tree/0.4.2
see the changelog for all other release information
0.4.1
Changed
- Akka versions from 1.3.9 to 1.3.11.
Assets
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.4.1
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.4.1
- Source - https://github.com/Lutando/Akkatecture/tree/0.4.1
see the changelog for all other release information
0.4.0
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.4.0
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.4.0
- Source - https://github.com/Lutando/Akkatecture/tree/0.4.0
see the changelog for all other release information
0.3.0
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.3.0
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.3.0
- Source - https://github.com/Lutando/Akkatecture/tree/0.3.0
see the changelog for all other release information
0.1.5
Added
- Azure Pipelines build definition.
Assets
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.1.5
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.1.5
- Source - https://github.com/Lutando/Akkatecture/tree/0.1.5
see the changelog for all other release information
0.1.4
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.1.4
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.1.4
- Source - https://github.com/Lutando/Akkatecture/tree/0.1.4
see the changelog for all other release information
0.1.3
Fixed
- Issue 21 - Repository instantiated with a null parameter.
Assets
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.1.3
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.1.3
- Source - https://github.com/Lutando/Akkatecture/tree/0.1.3
see the changelog for all other release information
0.1.2
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.1.2
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.1.2
- Source - https://github.com/Lutando/Akkatecture/tree/0.1.2
see the changelog for all other release information
0.1.1
Changed
- Explanation of akkatecture's features.
- Cluster example README.md.
- Simple example README.md.
Fixed
- Walkthrough repository spawning.
Assets
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.1.1
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.1.1
- Source - https://github.com/Lutando/Akkatecture/tree/0.1.1
see the changelog for all other release information
0.0.25
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
- Akkatecture - https://www.nuget.org/packages/Akkatecture/0.0.25
- Akkatecture.Clustering - https://www.nuget.org/packages/Akkatecture.Clustering/0.0.25
- Source - https://github.com/Lutando/Akkatecture/tree/0.0.25
see the changelog for all other release information