Skip to content

Releases: headsnet/domain-events-bundle

Do not publish events if a transaction is open

15 Jul 06:14
34a4c2f

Choose a tag to compare

What's Changed

  • Prevent event publishing during active transactions by @wazum in #46

Full Changelog: v0.4.4...v0.4.5

Fix console command configuration

07 Mar 08:17
719f9ca

Choose a tag to compare

What's Changed

  • Add missing "console.command" tag to command service configuration by @benr77 in #45

Full Changelog: v0.4.3...v0.4.4

Support for Doctrine ORM 3

04 Jan 08:33
40ad17d

Choose a tag to compare

What's Changed

  • Add Doctrine ORM 3 support by @wazum in #44

Full Changelog: v0.4.2...v0.4.3

Fix initialisation error

14 Dec 08:33

Choose a tag to compare

What's Changed

  • Initialise actorId to null to avoid initialization error by @benr77 in #42

Full Changelog: v0.4.1...v0.4.2

Compare duplicate events by class-string in recordOnce()

14 Dec 08:25

Choose a tag to compare

What's Changed

  • Fix record once comparison method by @benr77 in #41

Full Changelog: v0.4.0...v0.4.1

Add recordsOnce() method

14 Dec 07:58

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Bump minimum PHP version to 8.1 and Symfony to 5.4

13 Dec 13:00
41e4cb1

Choose a tag to compare

What's Changed

  • Bump minimum PHP version to 8.1 and Symfony to 5.4 by @benr77 in #39
  • Symfony console command now configured via attribute

Full Changelog: v0.2.5...v0.3.0

Convert Doctrine Subscribers to Doctrine Listeners

14 Jun 05:59
316b16e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

Symfony 7 Support

02 Jun 08:35
b530a24

Choose a tag to compare

What's Changed

  • Update README to reflect supported Symfony versions by @benr77 in #35
  • Refresh StoredEvent object and confirm still unpublished by @benr77 in #36
  • Update new default branch to "main", add latest Symfony & PHP versions by @benr77 in #37

Full Changelog: v0.2.3...v0.2.4

Fix deprecations and improve connection error handling

13 Nov 10:22

Choose a tag to compare

v0.2.3

Fix silly mistake with exception namespace