Releases: DamienHarper/auditor
Releases · DamienHarper/auditor
3.3.0
What's Changed
- Viewer page size can now be configured by @DamienHarper in #229
- Fix isJsonSupported for MariaDB by @jmsche in #226
- Strengthen type checking in AuditTrait by @janklan in #228, fixes #227
New Contributors
References
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Better JSON support by @DamienHarper in #225
old
and new
keys are now only set when needed and their respective values can be nested diff arrays
References
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Fix getWrappedConnection is deprecated by @dmitryuk in #222
- Avoid warning (and dismissal) of objects in input array when using mb_convert_encoding by @remyroussel in #223
- Ensures soft-delete is audited by @DamienHarper in #224
New Contributors
- @remyroussel made their first contribution in #223
References
Full Changelog: 3.0.1...3.1.0
3.0.1
What's Changed
- Enhanced database version checking by @DamienHarper in #219 (thanks to @yivi for pointing out an issue)
References
Full Changelog: 3.0.0...3.0.1
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
2.4.8
What's Changed
- Fix Nested LoggerChain DoctrineSubscriber issue (#185) by @oleg-andreyev in #186
- Skip embedded class from schema listener by @DamienHarper in #189
BC changes
ViewerController
does not extendAbstractController
anymore. So, if you use a custom controller extendingViewerController
, you have to adjust it manually.
New Contributors
- @oleg-andreyev made their first contribution in #186
References
Full Changelog: 2.4.7...2.4.8
2.4.7
What's Changed
- Fixes
diffs
column type when JSON type is supported (cf. #52) by @DamienHarper in 2fd4f3e
References
Full Changelog: 2.4.6...2.4.7
2.4.6
2.4.5
What's Changed
- Validate that diff is a string before passing to mb_convert_encoding by @martijnboers in #156
New Contributors
- @martijnboers made their first contribution in #156
References
Full Changelog: 2.4.4...2.4.5
2.4.4
What's Changed
- improved the TransactionProcessor to convert encoding of diff properly by @joerndyherrn in #152
References
Full Changelog: 2.4.3...2.4.4