Skip to content

Commit

Permalink
Prep changelog and remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jul 8, 2023
1 parent 157c1b0 commit e15d080
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.1.0 - 2023-07-08

### Added

- [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)

### Deprecated

- [Outbox] The `OutboxRelay` was renamed to `RelayMessagesThroughConsumer`
but available under a backward compatibility extension/alias. (by @lcobucci)

8 changes: 0 additions & 8 deletions src/MessageOutbox/OutboxRelay.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

namespace EventSauce\MessageOutbox;

use EventSauce\BackOff\BackOffStrategy;
use EventSauce\BackOff\ExponentialBackOffStrategy;
use EventSauce\EventSourcing\Message;
use EventSauce\EventSourcing\MessageConsumer;
use Throwable;

use function count;

/**
* @deprecated
*
Expand Down

0 comments on commit e15d080

Please sign in to comment.