|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [v7.5.0](https://github.com/prooph/event-store/tree/v7.5.0) |
| 3 | +## [v7.5.3](https://github.com/prooph/event-store/tree/v7.5.3) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/prooph/event-store/compare/v7.5.1...v7.5.3) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Improvement/merged stream iterator [\#367](https://github.com/prooph/event-store/pull/367) ([basz](https://github.com/basz)) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Improvement/persist after blocksize processed events [\#368](https://github.com/prooph/event-store/pull/368) ([basz](https://github.com/basz)) |
| 14 | + |
| 15 | +## [v7.5.1](https://github.com/prooph/event-store/tree/v7.5.1) (2019-03-26) |
| 16 | +[Full Changelog](https://github.com/prooph/event-store/compare/v8.0.0-BETA-2...v7.5.1) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Add Support for "event\_name" field for MetadataMatcher in InMemoryEventStore [\#363](https://github.com/prooph/event-store/pull/363) ([fjogeleit](https://github.com/fjogeleit)) |
| 21 | +- Improve docblocks of ResolvedEvent [\#360](https://github.com/prooph/event-store/pull/360) ([enumag](https://github.com/enumag)) |
| 22 | + |
| 23 | +## [v8.0.0-BETA-2](https://github.com/prooph/event-store/tree/v8.0.0-BETA-2) (2019-02-03) |
| 24 | +[Full Changelog](https://github.com/prooph/event-store/compare/v8.0.0-BETA-1...v8.0.0-BETA-2) |
| 25 | + |
| 26 | +**Implemented enhancements:** |
| 27 | + |
| 28 | +- add fail \(multiple\) eventId\(s\) to EventStorePersistentSubscription [\#359](https://github.com/prooph/event-store/pull/359) ([prolic](https://github.com/prolic)) |
| 29 | + |
| 30 | +## [v8.0.0-BETA-1](https://github.com/prooph/event-store/tree/v8.0.0-BETA-1) (2019-01-26) |
| 31 | +[Full Changelog](https://github.com/prooph/event-store/compare/v7.5.0...v8.0.0-BETA-1) |
| 32 | + |
| 33 | +**Implemented enhancements:** |
| 34 | + |
| 35 | +- \[RFC\] Refactor projections or add new projection styles [\#328](https://github.com/prooph/event-store/issues/328) |
| 36 | +- Add AsyncEventStore interface [\#318](https://github.com/prooph/event-store/issues/318) |
| 37 | +- refactor async interfaces [\#358](https://github.com/prooph/event-store/pull/358) ([prolic](https://github.com/prolic)) |
| 38 | +- rename exceptions [\#355](https://github.com/prooph/event-store/pull/355) ([prolic](https://github.com/prolic)) |
| 39 | + |
| 40 | +**Closed issues:** |
| 41 | + |
| 42 | +- \[RFC\] Creating read model from a category with PdoEventStoreReadModelProjector in wrong order [\#330](https://github.com/prooph/event-store/issues/330) |
| 43 | +- \[RFC\] Remove MetadataMatcher [\#326](https://github.com/prooph/event-store/issues/326) |
| 44 | +- \[RFC\] Remove stream position from metadata [\#324](https://github.com/prooph/event-store/issues/324) |
| 45 | +- Projections vs. event listners [\#322](https://github.com/prooph/event-store/issues/322) |
| 46 | +- Add EventLog interface [\#319](https://github.com/prooph/event-store/issues/319) |
| 47 | +- Using MongoDB for writing projections and MariaDB as the event store [\#317](https://github.com/prooph/event-store/issues/317) |
| 48 | +- RFC projection consumer groups [\#299](https://github.com/prooph/event-store/issues/299) |
| 49 | + |
| 50 | +**Merged pull requests:** |
| 51 | + |
| 52 | +- Add JsonSerializable to PersistentSubscriptionSettings [\#357](https://github.com/prooph/event-store/pull/357) ([enumag](https://github.com/enumag)) |
| 53 | +- Fix PersistentSubscriptionDropped [\#356](https://github.com/prooph/event-store/pull/356) ([enumag](https://github.com/enumag)) |
| 54 | +- Event Store v8 [\#354](https://github.com/prooph/event-store/pull/354) ([prolic](https://github.com/prolic)) |
| 55 | + |
| 56 | +## [v7.5.0](https://github.com/prooph/event-store/tree/v7.5.0) (2018-11-03) |
5 | 57 | [Full Changelog](https://github.com/prooph/event-store/compare/v7.4.0...v7.5.0) |
6 | 58 |
|
7 | 59 | **Implemented enhancements:** |
|
0 commit comments