Releases: TheDragonCode/laravel-request-tracker
Releases · TheDragonCode/laravel-request-tracker
Release list
1.7.1
Fixed
- Test files have been excluded from installation by @andrey-helldar in #42
1.7.0
Added
- Added authorization tests by @andrey-helldar in #38
- Added context forget method by @andrey-helldar in #39
- Added test for forget method by @andrey-helldar in #40
- Replace
UserMiddlewarewith events listeners by @andrey-helldar in #41
1.6.0
Added
- Added
getHeadersmethod toContextHelperby @andrey-helldar in #36 - Added automatic header assignment for Guzzle Client by @andrey-helldar in #34
Changed
- Added dynamic header population by @andrey-helldar in #37
- The
ContextDataobject is split into DTO and Transformer by @andrey-helldar in #33 - The
composer normalizecommand has been moved to thestylesection by @andrey-helldar in #35
1.4.2
Fixed
- Fixed compatibility issue with custom guards by @andrey-helldar in #29
- Removed unused file by @andrey-helldar in #28
1.4.1
Fixed
- Revert middleware splitting by @andrey-helldar in #26
1.4.0
Added
- Split middleware to prepend and append by @andrey-helldar in #24
1.3.2
Fixed
- Fixed middleware initialization by @andrey-helldar in #22
1.3.1
Fixed
- Fixed middleware groups iteration by @andrey-helldar in #21
1.3.0
Added
- Added
TrackerConfighelper class by @andrey-helldar in #16 - Added header forwarding to Http Client by @andrey-helldar in #20
- Added parent trace ID by @andrey-helldar in #18
Changed
- Middleware is now automatically registered by @andrey-helldar in #17
1.2.0
Added
- Added Laravel 13 compatibility by @andrey-helldar in #15
Changed
- The year in the LICENSE file has been updated by @github-actions[bot] in #10
- Update logo in README for Laravel Request Tracker by @andrey-helldar in #11
- Update preview by @github-actions[bot] in #13
- Update repository banner image by @github-actions[bot] in #14