Skip to content

Latest commit

 

History

History
158 lines (96 loc) · 6.96 KB

CHANGELOG.md

File metadata and controls

158 lines (96 loc) · 6.96 KB

Release Notes

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)