- Doctrine V4 support for subsplits (@wjzijderveld)
- Doctrine V4 support (@wjzijderveld)
- Support Laravel 11 (@axlon)
- Support pagination when there are gaps in the IDs (@thomasschiet)
- [Outbox] Added relay mechanism based on a dispatcher that supports batched relaying (by @lcobucci)
- [Outbox] Added relay mechanism based on a consumer for single message relaying (by @lcobucci)
- [Outbox] The
OutboxRelay
was renamed toRelayMessagesThroughConsumer
but available under a backward compatibility extension/alias. (by @lcobucci)