Releases: laravel/telescope
Releases · laravel/telescope
v4.14.6
- Show list of headers when present by @timacdonald in #1355
v4.14.5
- Avoids serialialisation of exception traces by @nunomaduro in #1354
v4.14.4
- Fixes jobs saying "pending" forever by @nunomaduro in #1349
- Prevent Memory Leak when using hideRequestParameters and hideRequestHeaders by @danilopinotti in #1350
v4.14.3
v4.14.2
v4.14.1
- Return callable output on Telescope::withoutRecording by @adamczykpiotr in #1317
- Removed redundant default value from config file by @siarheipashkevich in #1323
- Don't use constructor injection in console commands, and inject into handle() instead by @mad-briller in #1327
v4.14.0
- Prevent
Laravel\Scout\Jobs\MakeSearchable
job from being recorded to avoid memory leak by @nicoverbruggen in #1306 - Allows to specify the log level by @nunomaduro in #1312
v4.13.2
- Create a fresh instance of schema for each migration by @nunomaduro in #1305
v4.13.1
Changed
- Center header button icons by @timacdonald in #1299
v4.13.0
Changed
- A fresh coat of paint by @jessarcher in #1295
Fixed
- Handle redis connection exception on DumpWatcher register by @aidanthewiz in #1296