3.0.0
What's Changed
This release is focused on bringing Symfony 7, doctrine/orm
3.x and doctrine/dbal
4.x support as well as dropping PHP 8.0 and 8.1 compatibility.
Changes
- Drop PHP 74 support by @DamienHarper in #128
- Drop Doctrine annotations by @DamienHarper in #129
- Drop Symfony 4.x support by @DamienHarper in #130
- Missing types by @DamienHarper in #131
- Backport fix for 132 by @DamienHarper in #135
- Cleanup by @DamienHarper in #136
- improved the TransactionProcessor to convert encoding of diff properly (#150) by @joerndyherrn in #151
- Clean Command: include, exclude entities and specify date by @joerndyherrn in #164
- PHPStan: type coverage by @DamienHarper in #166
- Deprecation fixes by @DamienHarper in #167
- Small refactor by @DamienHarper in #168
- Deprecation fixes by @DamienHarper in #169
- MSSQL compatibility by @knallcharge in #182
- Add PHP 8.3 and Symfony 7 support by @DamienHarper in #190
- Useless
ext-json
requirement by @DamienHarper in #191 - Dependencies updates + coding style by @DamienHarper in #204
- 3.x by @oleg-andreyev in #203
- Docker testing setup by @DamienHarper in #206
- Doctrine ORM 3.x support by @DamienHarper in #207
- Update Reader.php to include filter by user by @RomanApunts in #205
- Doctrine DBAL 4.x support by @DamienHarper in #208
- Removed no more needed
DoctrineHelper::getDoctrineType()
by @DamienHarper in #210 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #209
- Prepare release by @DamienHarper in #211
- Create dependabot.yml by @DamienHarper in #212
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #213
- Bump actions/cache from 3 to 4 by @dependabot in #214
- Bump actions/checkout from 3 to 4 by @dependabot in #215
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #216
- Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #217
Fixes
- Fixed compatibility issue with doctrine/event-manager ^2.0 by @DamienHarper in #157
- Bugfix - Audit character encoding for arrays fails by @joerndyherrn in #161
- Fix failing CI (lock related) by @DamienHarper in #165
- Fixes
diffs
column type when JSON type is supported by @DamienHarper in #170 - Fix actual cs-fixer errors by @dmitryuk in #176
- #171 Correct timezone on Created_At field by @dbannik in #172
- Invalid schema by @dmitryuk in #175
- Bug fix: Too many ignored properties by @gassan in #199
New Contributors
- @dbannik made their first contribution in #172
- @knallcharge made their first contribution in #182
- @gassan made their first contribution in #199
- @RomanApunts made their first contribution in #205
- @dependabot made their first contribution in #209
References
Full Changelog: 2.4.8...3.0.0