Releases: DamienHarper/auditor-bundle
Releases · DamienHarper/auditor-bundle
4.0.2
4.0.1
4.0.0
What's new
DoctrineAuditBundle
has been split into two different packages:auditor
the core libraryauditor-bundle
a Symfony bundle providingauditor
integration into Symfony applications
- PHP 7.1 is not supported anymore
- Pretty much everything has been rewritten
- New documentation website
Breaking changes
- As long as pretty much everything has been rewritten, public API and namespaces have changed.
How to upgrade?
You'll find a detailed upgrade guide here.
3.4.2
What's Changed
- Update PHPStan ignore rules by @colonelclick in #198
- Remove the
ROLE_PREVIOUS_ADMIN
deprecation warning from Symfony 5.1 by @rcapile in #221 - Handle
TableNotFoundException
by @Herz3h in #214 - Template static datetime fix by @wiejakp in #200
New Contributors
- @colonelclick made their first contribution in #198
- @rcapile made their first contribution in #221
- @Herz3h made their first contribution in #214
- @wiejakp made their first contribution in #200
References
Full Changelog: 3.4.1...3.4.2
3.4.1
What's changed
- Add operation type constants by @DamienHarper in e3cc043
- Audit operations were stored in reverse order in a transaction by @DamienHarper in e01d871
References
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
Starting today (2020-03-29), 4.x
development begins in master
branch.
A 3.x
branch has also been created and will host any 3.x related development.
Note that 4.x
will drop PHP 7.1 support.
Changes
- Cleanup command accepts an ISO 8601 date interval by @patrickmatsumura in #170
- Adding date range function getAuditsByDate by @McAnix in #172
- Add audited entity FQCN to event payload by @DamienHarper in #174
- Changed how the entity FQDN is obtained by @alsar in #175
- Avoid proxy references in audit entries by @DamienHarper in #179
New Contributors
References
Full Changelog: 3.3.2...3.4.0
3.3.2
Changes
- Fixed a BC break with Symfony 4.3/4.4 by @DamienHarper in d42c1d6
References
Full Changelog: 3.3.1...3.3.2
3.3.1
Changes
- Fixed a deprecation warning with Symfony 4.3+ by @DamienHarper in 8eadd94
- Adjusted PHPStan rules by @DamienHarper in 3d7639c
References
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
Changes
- Add a configuration option for enabling/disabling audit viewer by @p365labs in #161
- Documentation updates by @Jonathan-Lathiere in #158
- Update DoctrineHelper by @p365labs in #143
- Add french, english, spanish, italian and german translations by @p365labs in #152
- Add
branch-alias
for convenient testing by @gam6itko in #154 - Add composer config.sort-packages; symfony/translation duplication fix by @gam6itko in #155
- Use
.gitattributes
to keep your tests out of other people’s production by @gam6itko in #156
Fixes
- Fixed some Doctrine deprecations by @DamienHarper in #159
- Fixed pager when viewing a entity history with lots of entries by @DamienHarper in #163
- Fixing travis config by @p365labs in #149
- Fixes display of boolean values in viewer by @DamienHarper in #167
- Fixed PHPStan raising a warning by @patrickmatsumura in #146
- PHPStan fixes by @DamienHarper in #148
- Bug fix in Paginator when filters are used by @DamienHarper in #151
New Contributors
References
Full Changelog: 3.2.3...3.3.0
3.2.3
What's Changed
- Fix a BC break introduced in
3.2.2
by @DamienHarper in c85ba4b - Updated Twig dependencies by @DamienHarper in #140
References
Full Changelog: 3.2.2...3.2.3