Skip to content

Releases: neuroglia-io/framework

4.7.0

28 Nov 12:04
Compare
Choose a tag to compare

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

27 Nov 08:48
Compare
Choose a tag to compare

What's Changed

  • Added the EquatableDictionary record class by @cdavernas in #66

Full Changelog: v4.6.0...v4.6.1

4.6.0

25 Nov 18:11
Compare
Choose a tag to compare

What's Changed

  • Adds transaction support to the MongoRepository by @cdavernas in #65

Full Changelog: v4.5.2...v4.6.0

4.5.2

25 Nov 15:11
Compare
Choose a tag to compare

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

23 Nov 10:35
Compare
Choose a tag to compare

Full Changelog: v4.5.0...v4.5.1

4.5.0

23 Nov 09:49
Compare
Choose a tag to compare

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

22 Nov 17:28
Compare
Choose a tag to compare

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

21 Nov 20:42
Compare
Choose a tag to compare

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

21 Nov 12:57
Compare
Choose a tag to compare

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

20 Nov 15:41
Compare
Choose a tag to compare

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