Releases: neos/eventstore-doctrineadapter
Releases · neos/eventstore-doctrineadapter
2.0.2
What's Changed
- Fix type annotations in test classes by @bwaidelich in #22
- TASK: upmerges by @bwaidelich in #23
- BUGFIX: Replace deprecated usage of DBAL functions by @bwaidelich in #25
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- BUGFIX: Include
causationId
andcorrelationId
in read events by @bwaidelich in #21
Full Changelog: 2.0.0...2.0.1
1.0.1
What's Changed
- BUGFIX: Include
causationId
andcorrelationId
in read events by @bwaidelich in #21
Full Changelog: 2.0.0...1.0.1
2.0.0
What's Changed
- FEATURE: DBAL 3.x compatibility by @bwaidelich in #17
Note
This release adds compatibility with doctrine/dbal
3.x but it loses compatibility for older versions. In order to use this package with doctrine/dbal
2.x, use one of the 1.x releases!
Full Changelog: 1.0.0...2.0.0
1.0.0
Initial Final Release
What's Changed
- !!! TASK: Remove CheckpointStorage implementation by @bwaidelich in #13
- TASK: Concurrency tests by @bwaidelich in #9
- TASK: Run SQLite Tests in CI by @bwaidelich in #15
- FEATURE: Deterministic charset and collation by @bwaidelich in #14
Full Changelog: 1.0.0-beta3...1.0.0
1.0.0-beta3
Merge pull request #7 from neos/bugfix/eventstore-dependency Fix neos/eventstore dependency
Beta2 with adjusted dependencies
1.0.0-beta2 TASK: Require 1.0.0 of eventstore
1.0.0-beta1
Merge pull request #6 from neos/feature/1.0-finetuning FEATURE: CI and documentation