Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rekalogika/domain-event-src

2.5.2

08 Apr 13:42
8ce4caf
Compare
Choose a tag to compare

What's Changed

  • feat(outbox): remove duplicate events in a single invocation by @priyadi in #123
  • fix: allows pop() transactions in the current transaction scope by @priyadi in #124
  • fix: for some reason, sometimes kernel.reset event gets executed before WorkerMessageHandledEvent, and therefore the relayer does not get executed. by @priyadi in #126
  • deps: allow doctrine/persistence-4 by @priyadi in #127
  • release: 2.5.2 by @priyadi in #128

Full Changelog: 2.5.1...2.5.2

2.5.1

04 Jan 12:34
f4b1ae8
Compare
Choose a tag to compare

What's Changed

  • chore: static analysis fix by @priyadi in #119
  • fix: change outbox primary key to bigint by @priyadi in #118
  • feat: also listen to WorkerMessageHandledEvent for relaying messages by @priyadi in #120
  • feat: CLI relay all messages, not just the first 100 by @priyadi in #121
  • release: 2.5.1 by @priyadi in #122

Full Changelog: 2.5.0...2.5.1

2.5.0

16 Sep 15:47
f4ceada
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

03 Jul 06:42
7ba1dd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.4.0

2.3.4

30 May 18:03
76cb2fb
Compare
Choose a tag to compare

What's Changed

  • fix: collect events at the beginning of dispatchPostFlushDomainEvents(), fix manual dispatching postFlush events without preFlush. by @priyadi in #98

Full Changelog: 2.3.3...2.3.4

2.3.3

19 Apr 18:09
4c2a97a
Compare
Choose a tag to compare

What's Changed

  • chore: enable native_function_invocation in php-cs-fixer by @priyadi in #94
  • fix: Should fix ManagerRegistry::resetManager() by @priyadi in #95

Full Changelog: 2.3.1...2.3.3

2.3.1

27 Mar 12:43
716fe78
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

13 Mar 05:08
64a9f40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.3...2.3.0

2.2.3

12 Mar 18:28
b3cee93
Compare
Choose a tag to compare

What's Changed

  • fix: commit & rollback without transaction no longer throw an exception by @priyadi in #82

Full Changelog: 2.2.2...2.2.3

2.2.2

12 Mar 17:17
c2d065e
Compare
Choose a tag to compare

What's Changed

  • fix: handle case where ProfilerController is not available by @priyadi in #80

Full Changelog: 2.2.1...2.2.2