Releases: neuroglia-io/framework
Releases · neuroglia-io/framework
4.7.0
What's Changed
- Added the JsonSchema.Generation project to the solution by @cdavernas in #67
Full Changelog: v4.6.1...v4.7.0
4.6.1
What's Changed
- Added the EquatableDictionary record class by @cdavernas in #66
Full Changelog: v4.6.0...v4.6.1
4.6.0
What's Changed
- Adds transaction support to the MongoRepository by @cdavernas in #65
Full Changelog: v4.5.2...v4.6.0
4.5.2
What's Changed
- Fixed the IDomainEvent interface and implementation to include an AggregateVersion property by @cdavernas in #64
Full Changelog: v4.5.1...v4.5.2
4.5.1
Full Changelog: v4.5.0...v4.5.1
4.5.0
What's Changed
- Fixed a critical bug with the ESEventStore, which was acking/nacking the record.Event instead of record.OriginalEvent (differs in case resolveLinkTos is set to true) by @cdavernas in #61
Full Changelog: v4.4.2...v4.5.0
4.4.2
What's Changed
- Fixed all Repository implementations to ensure not throwing when attempting to retrieve a non-existing entity by @cdavernas in #60
Full Changelog: v4.4.1...v4.4.2
4.4.1
What's Changed
- Fixed the CloudEventMiddleware to used the IAsyncSerializer interface if present by @cdavernas in #59
Full Changelog: v4.4.0...v4.4.1
4.4.0
What's Changed
- Added ICloudEventPublisher and ICloudEventIngestor services and their default implementations by @cdavernas in #58
Full Changelog: v4.3.3...v4.4.0
4.3.3
What's Changed
- Fixed the WhenNullReference Guard Clause to use the camel-cased name of the reference type instead of its full name by @cdavernas in #57
Full Changelog: v4.3.2...v4.3.3