Skip to content

Commit ee4fafb

Browse files
committed
add upgrade information & update msi
1 parent 987c622 commit ee4fafb

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

docs/pages/UPGRADE-4.0.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,32 @@ $subscriptionEngine = new DefaultSubscriptionEngine(
6060
$subscriberAccessorRepository,
6161
RetryStrategyRepository::withDefault($retryStrategy),
6262
);
63-
```
63+
```
64+
65+
## Store
66+
67+
### DoctrineDbalStore
68+
69+
`DoctrineDbalStore` has been removed in favor of `StreamDoctrineDbalStore`.
70+
And all the associated classes:
71+
72+
* `Patchlevel\EventSourcing\Store\Criteria\AggregateNameCriterion`
73+
* `Patchlevel\EventSourcing\Store\Criteria\AggregateIdCriterion`
74+
* `Patchlevel\EventSourcing\Store\DoctrineDbalStore`
75+
* `Patchlevel\EventSourcing\Store\DoctrineDbalStoreStream`
76+
* `Patchlevel\EventSourcing\Store\ReadOnlyStore`
77+
78+
## Message
79+
80+
### AggregateHeader
81+
82+
`Patchlevel\EventSourcing\Aggregate\AggregateHeader` has been removed
83+
and replaced with the following headers:
84+
85+
* `Patchlevel\EventSourcing\Store\Header\StreamNameHeader`
86+
* `Patchlevel\EventSourcing\Store\Header\PlayheadHeader`
87+
* `Patchlevel\EventSourcing\Store\Header\RecordedOnHeader`
88+
89+
### AggregateToStreamHeaderTranslator
90+
91+
`Patchlevel\EventSourcing\Store\AggregateToStreamHeaderTranslator` has been removed.

infection.json.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"mutators": {
1515
"@default": true
1616
},
17-
"minMsi": 72,
18-
"minCoveredMsi": 95,
17+
"minMsi": 69,
18+
"minCoveredMsi": 93,
1919
"testFrameworkOptions": "--testsuite=unit"
2020
}

0 commit comments

Comments
 (0)