Skip to content

Releases: qphl/AggregateRepository.Core

v3.0.0 - Async Interface

01 Jun 09:27
c7b65f0

Choose a tag to compare

This release updates the AggregateRepository interface, and the in-memory implementation, to support async calls.

Save is now SaveAsync
GetAggregateFromRepository is now GetAggregateAsync

This will allow for equivalent changes in the event store implementation to take advantage of async methods in the underlying ES client library.

v2.0.0-rc2 - Ownership Change

28 Nov 11:48

Choose a tag to compare

Fixed the build output path

v2.0.0-rc1 - Ownership Change

28 Nov 11:35

Choose a tag to compare

Fix codestyle issue and package elements in csproj

v2.0.0 - Ownership Change

28 Nov 14:45
c5073a1

Choose a tag to compare

Ownership Transfer

As we are now working under Corsham Science, the package name, copyright information and other relevant metadata have been updated to reflect this fact.

Package Updates

The dev packages used to build and test the AggregateRepository.Core have been updated to their latest versions, and the build script has been updated to output the package in the correct directory (as .Net Core 3 changed the relative path structure for build outputs). This includes the CodeStyle package, which enforced much of the name change.

Update Icon URL

25 Jun 13:32
901f90e

Choose a tag to compare

  • Updated the Icon URL to point to the correct location on GitHub.

Initial Release

21 Jun 15:22
76e4d44

Choose a tag to compare

The initial release of AggregateRepository, which provides an easy to setup implementation for saving and rebuilding objects from event streams

Release Candidate 1

20 Jun 15:35
474bc34

Choose a tag to compare

Release Candidate 1 Pre-release
Pre-release
1.0.0-rc1

Fix Build.sh pack path.