Skip to content

Latest commit

 

History

History
367 lines (211 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

367 lines (211 loc) · 14.9 KB

Release Notes

Fixed

  • Http Client Link State (#1078)
  • Improve file handling in client request watcher (#1080)

Added

  • Add http client request watcher (#1073)

Changed

  • Remove asset manifest check and warning (#1063)

Fixed

  • Implemented fallback for PDO::quote method on QueryWatcher (#1066)

Fixed

  • Always boot commands (#1045)
  • Fix JSON indenting (#1049)
  • Fix query formatting in preview (#1050)

Fixed

  • Fix query preview (#1044)

Changed

  • Move booting of commands (#1034)
  • Prep For Octane (#1040)

Fixed

  • Revert "[4.x] Move cache read inside handler to avoid early cache call" (#1030)

Fixed

  • Move cache read inside handler to avoid early cache call (#1025)

Fixed

  • Implement new GateEvaluated event (#1018)

Fixed

  • Handle when $batch is null (#1013)

Fixed

  • GateWatcher shows allowed when it is denied via Response class (#1010)

Fixed

  • Prevent access to uninitialized typed properties (#1005)

Added

  • Add model hydrations to model watcher (#1000)

Fixed

  • Fix typo in memory calculation (#997)

Fixed

  • Revert "[4.x] Updated db command for clearing tables" (#993)

Changed

  • Updated db command for clearing tables (#991)

Fixed

  • Fix for database migrations publishing path (#979)

Added

  • PHP 8 Support (#977)

Changed

  • Consolidate database directory (#975)

Added

  • Be able to specify only allowed paths (#963, (18c475f))
  • Added isGate() filter (#967)
  • Added isRequest() filter (#966)

Added

  • Dump visibility toggling, search, etc (#959)

Fixed

  • Support new listeners syntax (a69fc6f)

Added

  • Laravel 8 support & Batches support (#903)

Fixed

  • May be written to an empty log (#930)

Removed

  • Laravel 6 & 7 support (#860)
  • PHP 7.2 support (3c3883d)

Fixed

  • Change text for Marking Exceptions as Resolved (#916)
  • Add explicit base font family fallback (#920)
  • Remove problematic unused code when formatting SQL (#924)

Added

  • Add request IP address to RequestWatcher (#895)

Fixed

Added

Fixed

  • Changed truncate from 75 chars to 50 (#887)
  • Add index to created_at (#885)

Added

  • Ability to review Exception context data (#882)

Fixed

  • Fix typed properties issues (#879)
  • Remove thousands separator in time records (#877)

Fixed

  • Testing fixes (#866)
  • Encode array for logging (#873)

Added

  • Added isQuery in IncomingEntry (#842)

Fixed

  • Preserving the alphabetical order of providers (#841)

Fixed

  • Fix array to string conversion (#839)

Added

Changed

  • Change Telescope::$tagUsing to an array (#694)
  • Make ignoring Laravel Nova paths configurable (#799)

Removed

  • Dropped support for Laravel 5.8

Fixed

  • Handle all eval() failures from Laravel Tinker (#829)

Fixed

  • ReflectionException when used with debugbar (#825)

Fixed

  • Only log file/line for exception trace (#817)

Fixed

  • Avoiding to create guard (#810)

Fixed

  • Check if composers key exists (#797)

Fixed

  • 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)

Added

  • 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)

Changed

  • Add the Nova API to ignore paths array (#752)
  • Use getConnection method in Migrations (#736)

Fixed

  • 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)

Added

  • 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)

Changed

  • Adding meta for disavowing robots (#703)
  • Chunk storage of exceptions and tags (#670)
  • Simplify dump error screen (#688)

Fixed

  • 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)

Fixed

  • Enable chunking on delete to prevent errors on large resultsets (#658, 32c3709)

Added

  • Add app name config to title and dashboard (#643), (a3f1580)

Fixed

  • JSON fallback font (#605)
  • PHPUnit 8 Warnings (#610)
  • Empty path config in frontend (#637)

Fixed

Changed

  • Cache key compatibility update (#583)

Fixed

  • Newline Config (#595)

Fixes

  • Support apps that run carbon 1.0 (2b976e5)

Added

  • Added support for Date::use(CarbonImmutable::class); (d7a3ca4)

Changed

  • Update Cache to use seconds instead of minutes (#562)