v5.2.1 - 2024-08-20
- Fix that multiple use of the same binding is only replaced once in the query by @kohlerdominik in laravel#1503
- [5.x] Enhance Telescope Clear Method by @a1383n in laravel#1507
v5.2.0 - 2024-08-02
- add support for non-standard PDOs by @macbookandrew in laravel#1499
v5.1.1 - 2024-06-27
- Revert "[5.x] Enhance query preview when using the pgsql driver" by @driesvints in laravel#1491
v5.1.0 - 2024-06-17
- [5.x] Add
isLog
toIncomingEntry
by @ngunyimacharia in laravel#1485 - [5.x] Enhance query preview when using the pgsql driver by @morloderex in laravel#1486
v5.0.5 - 2024-05-09
- add queue connection customization to the Job self dispatch by @ariaieboy in laravel#1478
v5.0.4 - 2024-04-22
- add config option for queue by @ariaieboy in laravel#1469
v5.0.3 - 2024-04-17
- Revert "[5.x] feature: add vite integrity plugin" by @driesvints in laravel#1464
- Revert "[5.x] feature: move laravel mix setup to vite" by @driesvints in laravel#1465
v5.0.2 - 2024-04-15
- [5.x] feature: move laravel mix setup to vite by @mmachatschek in laravel#1460
- [5.x] feature: add vite integrity plugin by @mmachatschek in laravel#1461
v5.0.1 - 2024-03-23
- Fix misspelled property in base.scss by @vanderb in laravel#1447
- [5.x] Make commands lazy by @timacdonald in laravel#1448
v5.0.0 - 2024-03-12
- Retain exceptions data by @senthilvelpro in laravel#950
- Add a new "Clear Entries" button at the top of Telescope by @AlexDanault in laravel#1087
- [5.x] Refactor routes by @driesvints in laravel#1095
- Always register migrations by @MasterRO94 in laravel#1119
- [5.x] Adds Laravel 11 support by @nunomaduro in laravel#1420
v4.17.6 - 2024-02-08
- [4.x] Add
use
to closure to pass in environment condition by @LaurenceRawlings in laravel#1434
v4.17.5 - 2024-01-30
- [4.x] Ignore duplicate tags by @driesvints in laravel#1431
v4.17.4 - 2024-01-22
- [4.x] Add primary keys to database tables by @driesvints in laravel#1425
v4.17.3 - 2023-12-11
- fix: clear all entries using chunks by @skrskr in laravel#1415
- Ignore pulse and livewire by @tomswinkels in laravel#1418
v4.17.2 - 2023-11-01
- Revert "Fixes RelatedEntries is not loaded after migrating from mix to vite" by @taylorotwell in laravel#1402
- Revert "[4.x] Mix to Vite migration" by @taylorotwell in laravel#1403
v4.17.1 - 2023-11-01
- Fixes RelatedEntries is not loaded after migrating from mix to vite by @crynobone in laravel#1401
v4.17.0 - 2023-10-31
- Mix to Vite migration by @esurov in laravel#1391
v4.16.4 - 2023-09-25
- Fix duplicated queries on multiple connections by @February30th in laravel#1385
v4.16.3 - 2023-09-19
- modified moment-timezone package version in package.json by @yoonustehrani in laravel#1382
v4.16.2 - 2023-08-28
- Test Improvements by @crynobone in laravel#1378
- Handle pushed jobs by @timacdonald in laravel#1379
v4.16.1 - 2023-08-11
- Fix copy to clipboard button position on query preview by @alissn in laravel#1373
v4.16.0 - 2023-08-08
- [4.x] Add hotkey to clear entries without confirmation: CMD+K by @bradleybernard in laravel#1364
- Enhancement: Multi-Tag Filtering and Search Functionality by @Algeneralo in laravel#1367
v4.15.2 - 2023-07-13
- [4.x] Fixes unexpected jobs on Vapor by @nunomaduro in laravel#1363
v4.15.1 - 2023-06-21
- Fix non existing property by @driesvints in laravel#1360
v4.15.0 - 2023-06-08
- Feature/copy to clipboard by @diogogomeswww in laravel#1356
v4.14.6 - 2023-06-03
- Show list of headers when present by @timacdonald in laravel#1355
v4.14.5 - 2023-06-02
- Avoids serialialisation of exception traces by @nunomaduro in laravel#1354
v4.14.4 - 2023-05-29
- Fixes jobs saying "pending" forever by @nunomaduro in laravel#1349
- Prevent Memory Leak when using hideRequestParameters and hideRequestHeaders by @danilopinotti in laravel#1350
v4.14.3 - 2023-05-19
- Add duration to HTTP Client watcher by @DougSisk in laravel#1348
v4.14.2 - 2023-04-19
- Fix MailWatcher tags by @Rezrazi in laravel#1340
v4.14.1 - 2023-03-17
- Return callable output on Telescope::withoutRecording by @adamczykpiotr in laravel#1317
- Removed redundant default value from config file by @siarheipashkevich in laravel#1323
- Don't use constructor injection in console commands, and inject into handle() instead by @mad-briller in laravel#1327
v4.14.0 - 2023-02-21
- Prevent
Laravel\Scout\Jobs\MakeSearchable
job from being recorded to avoid memory leak by @nicoverbruggen in laravel#1306 - Allows to specify the log level by @nunomaduro in laravel#1312
v4.13.2 - 2023-02-16
- Create a fresh instance of schema for each migration by @nunomaduro in laravel#1305
v4.13.1 - 2023-02-06
- Center header button icons by @timacdonald in laravel#1299
v4.13.0 - 2023-01-30
- A fresh coat of paint by @jessarcher in laravel#1295
- Handle redis connection exception on DumpWatcher register by @aidanthewiz in laravel#1296
v4.12.0 - 2023-01-13
- Laravel v10 Support by @driesvints in laravel#1292
v4.11.0 - 2023-01-03
- Add support for model keys cast to backed enums in FormatModel by @sidquisaad in laravel#1286
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in laravel#1267
v4.10.2 - 2022-12-19
- Fix deprecations by @driesvints in laravel#1284
v4.10.1 - 2022-12-14
- Adjust text-break layout with text-break class by @thomas-goncalves-83 in laravel#1281
- Fix FormatModel class to work with keyless Pivot models by @Cellard in laravel#1282
v4.10.0 - 2022-12-05
- Add the Ability to Pass Custom
ignore_paths
To Query Watcher by @Watercycle in laravel#1276
v4.9.6 - 2022-11-08
- Fix issue where json_encode quietly fails due to binary data inside telescope entry by @Hexide in laravel#1266
v4.9.5 - 2022-10-06
- Dont register redis watcher if the redis service is not bound into the container. by @mad-briller in laravel#1259
v4.9.4 - 2022-10-03
- Do not record when unserializing command by @driesvints in laravel#1257 & laravel#1258
v4.9.3 - 2022-09-12
- Fix bug watching invokeable object events by @ziadoz in laravel#1250
v4.9.2 - 2022-08-08
- HTML Response vs Empty Response by @bdenizar in laravel#1242
v4.9.1 - 2022-07-18
- Check tags after set $this->user() by @trin4ik in laravel#1236
v4.9.0 - 2022-04-19
- Add support for ignoring by HTTP Verb by @ArthurPatriot in laravel#1222
v4.8.3 - 2022-04-11
- Relax user type in GateWatcher to match Laravel base framework. by @CImrie in laravel#1221
v4.8.2 - 2022-04-01
- Defer loading monitored tags by @taylorotwell in laravel#1215
v4.8.1 - 2022-03-26
- CacheWatcher hide values by @dododedodonl in laravel#1206
- Read from Horizon config when ignoring requests by @lightbulblighter in laravel#1211
v4.8.0 - 2022-03-15
- Add option to record dumps even though the dump watcher tab is not open by @superDuperCyberTechno in laravel#1199
- Add pause and resume commands by @jamespavett in laravel#1200
- Use Throwable instead of Exception by @adriaanzon in laravel#1201
v4.7.4 - 2022-03-03
- Use new anonymous classes by @mmachatschek in laravel#1194
- Truncate request url more by @driesvints in laravel#1195
v4.7.3 - 2022-02-15
- Mails sent through Notifications preview invalid HTML by @guushuizen in laravel#1188
v4.7.2 - 2022-02-04
- Fix key handling for ModelWatcher (#1180)
v4.7.1 - 2022-02-01
- Attempt to fix model hydration (#1174)
- Laravel 9 Support (#1170)
- Fix issue with array hydration (#1165)
- Merge previously defined view data when building the view mailable data (#1157)
- Slow query filter method added (#1146)
- Replace Http/Uri with HTTP/URI (#1141)
- Fix syntax highlighting (#1142)
- Fix mail to check to allow for null to fields (#1133)
- Don't log HTTP requests to Telescope endpoints (#1127)
- Laravel Octane fix: GateWatcher handles stack trace caller not found (#1128)
- Fix
telescope.domain
usage (#1124)
- Rewind http client response after recording (#1114)
- Suppress filesize errors in client request watcher (#1096)
- Use
intdiv
where appropriate to prevent unexpected conversion to float (#1100) - Fix publishing for disabled module (#1104)
- 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)