Skip to content

Releases: AppCoreNet/EventStore

Release v0.4.0

27 Jun 06:43
0851a99

Choose a tag to compare

What's Changed

  • Use Directory.Packages.props, updated dependencies and target frameworks. by @prochnowc in #6
  • Configure Renovate by @renovate in #7
  • Update dependency FluentAssertions to 8.4.0 by @renovate in #11
  • Update dependency AppCoreNet.Extensions.DependencyInjection.Abstractions to 0.7.0 by @renovate in #10
  • Update dependency AppCoreNet.Data.EntityFrameworkCore to 0.7.0 by @renovate in #12

New Contributors

Full Changelog: v0.3.4...v0.4.0

Release v0.3.4

06 Mar 12:01
ac84315

Choose a tag to compare

What's Changed

  • Only release lock when watching subscriptions if it was actually acquired by @sdc-ad in #5

Full Changelog: v0.3.3...v0.3.4

Release v0.3.3

10 Jan 09:34
78443e6

Choose a tag to compare

What's Changed

  • Ordering events by offset while writing them into event table to guara… by @id-adesso in #4

New Contributors

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

20 Dec 09:47
bec0362

Choose a tag to compare

What's Changed

  • Wrap writing events in a lock to avoid race condition by @sdc-ad in #3

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

08 Oct 11:43
161d7ee

Choose a tag to compare

What's Changed

  • Emit event when reaching end of event stream transaction by @sdc-ad in #2

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

20 Sep 11:22

Choose a tag to compare

Release v0.2.1

17 Jul 11:35

Choose a tag to compare

What's Changed

  • Features/process only once by @sdc-ad in #1

New Contributors

  • @sdc-ad made their first contribution in #1

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

16 Apr 09:55

Choose a tag to compare

Release v0.1.1

12 Apr 13:16

Choose a tag to compare

Release v0.1.0

27 Mar 06:20

Choose a tag to compare

Added locking when watching subscriptions.