Releases: owen-it/laravel-auditing
Releases · owen-it/laravel-auditing
v13.6.8
v13.6.7
v13.6.6
What's Changed
- Read Audit Implementation from Auditable by @erikn69 in #874
- Fix Laravel 11 event auto-discovery by registering listeners in AuditingServiceProvider by @onlime in #916
- Add config to allow records array values by @rizkypujiraharja in #915
- Fix DispatchAudit Serialization Problems by @erikn69 in #893
- 12.x EOL by @erikn69 in #934
- Avoid only using
id
as audit model primary key by @erikn69 in #933 - Add
withoutAuditing()
callback method to temporarily disable auditing for one class by @derekmd in #917 - Globally disable auditing on
withoutAuditing()
by @erikn69 in #938 - feat (Auditable): customized relationship for Attach, Detach and Sync by @wilianx7 in #921
- Added
auditSyncWithPivotValues
method by @erikn69 in #939
New Contributors
- @onlime made their first contribution in #916
- @rizkypujiraharja made their first contribution in #915
- @tricki made their first contribution in #929
- @derekmd made their first contribution in #935
- @wilianx7 made their first contribution in #921
Full Changelog: v13.6.5...v13.6.6
v13.6.5
v13.6.4
What's Changed
- Disable queue by default by @erikn69 in #894
- Correct reference to Request facade by @robin-trigg in #887
New Contributors
- @robin-trigg made their first contribution in #887
Full Changelog: v13.6.3...v13.6.4
v13.6.3
What's Changed
Full Changelog: v13.6.2...v13.6.3
v13.6.2
What's Changed
- Make queued auditing opt-in by @cosmastech in #882
New Contributors
- @cosmastech made their first contribution in #882
Full Changelog: v13.6.1...v13.6.2
v13.6.1
What's Changed
- Use
https
for the homepage on thecomposer.json
file by @majidalaeinia in #875 - Make queued audits feature opt-in by @erikn69 in #881
New Contributors
- @majidalaeinia made their first contribution in #875
Full Changelog: v13.6.0...v13.6.1
v13.6.0
What's Changed
- PhpStan fixes by @erikn69 in #848
- allow selecting columns to be saved when using auditAttach() method by @s4muel in #844
- allow selecting columns to be saved when using auditDetach(), auditSync() and auditSyncWithoutDetaching() by @s4muel in #850
- Use GitHub Actions V4 by @erikn69 in #868
- Test against php 8.3 by @erikn69 in #867
- Make UrlResolver resolve the proper command line used instead of "console" by @tigitz in #851
- fix ArrayObject::__construct() TypeError by @erikn69 in #865
- Unset classCastCache for given key by @bskl in #742
- Fix tests by @erikn69 in #872
- Include Attribute Mutator on Audit Formatting by @hamedghaderi in #829
- Refactor auditSync, auditDetach, auditAttach methods by @erikn69 in #866
- Avoid duplicate data on detach, attach, sync by @erikn69 in #873
New Contributors
- @s4muel made their first contribution in #844
- @tigitz made their first contribution in #851
- @bskl made their first contribution in #742
- @hamedghaderi made their first contribution in #829
Full Changelog: v13.5.1...v13.6.0
What's Changed
- PhpStan fixes by @erikn69 in #848
- allow selecting columns to be saved when using auditAttach() method by @s4muel in #844
- allow selecting columns to be saved when using auditDetach(), auditSync() and auditSyncWithoutDetaching() by @s4muel in #850
- Use GitHub Actions V4 by @erikn69 in #868
- Test against php 8.3 by @erikn69 in #867
- Make UrlResolver resolve the proper command line used instead of "console" by @tigitz in #851
- fix ArrayObject::__construct() TypeError by @erikn69 in #865
- Unset classCastCache for given key by @bskl in #742
- Fix tests by @erikn69 in #872
- Include Attribute Mutator on Audit Formatting by @hamedghaderi in #829
- Refactor auditSync, auditDetach, auditAttach methods by @erikn69 in #866
- Avoid duplicate data on detach, attach, sync by @erikn69 in #873
- Queued Auditing by @Orrison in #846
New Contributors
- @s4muel made their first contribution in #844
- @tigitz made their first contribution in #851
- @bskl made their first contribution in #742
- @hamedghaderi made their first contribution in #829
- @Orrison made their first contribution in #846
Full Changelog: v13.5.1...v13.6.0
v13.5.1
What's Changed
- Use FQN instead of alias to fix phpstan internal error by @SanderMuller in #807
- Replace lumen-vendor-publish with larasupport by @erikn69 in #824
- Update return value of Auditor->execute so that it works for PHP Version 8.1.19 by @weirdlooop in #838
- Fix null parameter when no created_at/updated_at by @erikn69 in #833
- Don't need to execute these calls multiple times by @gms8994 in #831
New Contributors
- @SanderMuller made their first contribution in #807
- @weirdlooop made their first contribution in #838
- @gms8994 made their first contribution in #831
Full Changelog: v13.5.0...v13.5.1