Releases: sonata-project/EntityAuditBundle
Releases · sonata-project/EntityAuditBundle
1.11.0
Added
- [#541] Support for Doctrine Event manager v2 (@X-Coder264)
Fixed
- [#543] Clear extra updates array to prevent memory leak (@X-Coder264)
- [#544] Clear entity cache to prevent memory leak (@X-Coder264)
1.10.1
Fixed
- [#539] Not null constraint violation during many to many association audit recording (@X-Coder264)
1.10.0
Added
- [#536] Support for PSR ClockInterface (@X-Coder264)
Fixed
- [#537] Schema creation for self referencing many to many association with class table inheritance (@X-Coder264)
1.9.1
Fixed
- [#534] Audit query for Doctrine ORM >= 2.14.1 for entities with enumType column mapping (@X-Coder264)
1.9.0
1.8.0
1.7.0
Deprecated
- [#472] Constructing
TokenStorageUsernameCallable
with an instance ofContainer
, use an instance ofTokenStorageInterface
instead (@franmomu)
Fixed
- [#469] Fixed
AuditReader
to process to-many associations using IDs with custom types (@webmozart) - [#472] Fixed service id of
ViewEntityAction
(@franmomu)
Removed
1.6.1
Fixed
- [#459] Re add support for nullable username in a revision (@VincentLanglet)
1.6.0
Added
- [#444] Added support for Doctrine DBAL 3 (@jordisala1991)
Changed
Fixed
- [#413] Return value at
TokenStorageUsernameCallable::__invoke()
(@phansys) - [#452]
InvalidRevisionException
exception handling when a revision is not found atViewRevisionAction::__invoke()
(@phansys) - [#415] Missing dependencies required by this package (@phansys)
- [#446] Avoid passing unknown options to a column during its creation (@simonberger)
Removed
- [#451] Removed support for Doctrine ORM < 2.10 (@jordisala1991)
- [#451] Removed support for Doctrine DBAL < 2.13 (@jordisala1991)
1.5.0
Added
- [#439] Added explicit dependencies with Doctrine and Symfony (@jordisala1991)
- [#439] Added support for Symfony 6 (@jordisala1991)
Fixed
- [#414] Wrong return type declarations in
AuditedCollection
methods (@phansys) - [#414] Obsolete check in
AuditReader::createEntity()
(@phansys)
Removed
- [#439] Removed support for Symfony 5.2 (@jordisala1991)