- Add a new "Clear Entries" button (#1091)
Telescope:withoutRecording()
should be exception safe (#1092)
- Fixed frontend request polling memory leaks (#1086)
- Fix for
JobWatchers
when the job payload is encrypted (#1089)
- Add http client request watcher (#1073)
- Remove asset manifest check and warning (#1063)
- Implemented fallback for
PDO::quote
method onQueryWatcher
(#1066)
- Fix query preview (#1044)
- Revert "[4.x] Move cache read inside handler to avoid early cache call" (#1030)
- Move cache read inside handler to avoid early cache call (#1025)
- Implement new
GateEvaluated
event (#1018)
- Handle when
$batch
isnull
(#1013)
- GateWatcher shows allowed when it is denied via Response class (#1010)
- Prevent access to uninitialized typed properties (#1005)
- Add model hydrations to model watcher (#1000)
- Fix typo in memory calculation (#997)
- Revert "[4.x] Updated db command for clearing tables" (#993)
- Updated db command for clearing tables (#991)
- Fix for database migrations publishing path (#979)
- PHP 8 Support (#977)
- Consolidate database directory (#975)
- Be able to specify only allowed paths (#963, (18c475f))
- Added
isGate()
filter (#967) - Added
isRequest()
filter (#966)
- Dump visibility toggling, search, etc (#959)
- Support new listeners syntax (a69fc6f)
- Laravel 8 support & Batches support (#903)
- May be written to an empty log (#930)
- Change text for Marking Exceptions as Resolved (#916)
- Add explicit base font family fallback (#920)
- Remove problematic unused code when formatting SQL (#924)
- Add request IP address to RequestWatcher (#895)
- Compile assets (762e4ed)
- Allow avatar path customization (#890, 94a3952)
- Add entry to afterRecording hook (#893)
- Add afterStore hooks (#894, (600e462))
- Ability to review Exception context data (#882)
- Added
isQuery
inIncomingEntry
(#842)
- Preserving the alphabetical order of providers (#841)
- Fix array to string conversion (#839)
- Laravel 7 support (a26891d)
- Dropped support for Laravel 5.8
- Handle all
eval()
failures from Laravel Tinker (#829)
- ReflectionException when used with debugbar (#825)
- Only log file/line for exception trace (#817)
- Avoiding to create guard (#810)
- Check if composers key exists (#797)
- Enable redis events by default if the watcher is enabled (#789)
- Fix Round queries duration to 2 decimal places (#791)
- Fix ignore generic listeners as view composer (#794)
- Add information about view composers (#766)
- Add formatted output support for plain text responses (#749)
- Added support for event ignoring (#738)
- Show warning when manifest is outdated (#729)
- Properly Implode Nested(Array) Notification Routes To Fix Array To String Conversion Exception (#778)
- Don't use familyHash for queries (#773)
- Hide php-auth-pw server variable by default (#740)
- Use time instead of duplicated to show global queries duration (#737)
- Check for null values in query bindings (#727)
- Prevent resuming recording when processing sync job (#720)
- Jump to related entry by hash (#708)
- Format SQL in watcher (#714)
- Mark exceptions as resolved (#710)
- Full timestamp on hover (#668)
- Add memory to request watcher (#680)
- Add view collector (#679)
- Adding meta for disavowing robots (#703)
- Chunk storage of exceptions and tags (#670)
- Simplify dump error screen (#688)
- Log failed requests (#701)
- Fix view tab selection order (#707)
- Only load sfDump header once (#714)
- Fix events with ShouldBroadcastNow (#623)
- Support duration calculation without constant
LARAVEL_START
(#664) - Optimize dump (#683)
- use
property_exists
(eb3f6f8)
- Cache key compatibility update (#583)
- Newline Config (#595)
- Support apps that run carbon 1.0 (2b976e5)
- Added support for
Date::use(CarbonImmutable::class);
(d7a3ca4)
- Update Cache to use seconds instead of minutes (#562)