Skip to content

Commit 83cc125

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent f265cf5 commit 83cc125

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## v3.16.0 - 2025-07-21
4+
5+
### What's Changed
6+
7+
* Make all scalar config values configurable through environment variables by @wimski in https://github.com/barryvdh/laravel-debugbar/pull/1784
8+
* Check if file exists on FilesystemStorage by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1790
9+
* Bump php-debugbar by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1791
10+
* Fix counter tests by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1792
11+
* `$group` arg support on TimelineCollectors methods by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1789
12+
* Collect other eloquent model events by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1781
13+
* Add new cache events on CacheCollector by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1773
14+
* Exclude events on EventCollector by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1786
15+
* Use `addWarning` on warnings, silenced errors, notices by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1767
16+
* Do not rely on DB::connection() to get information in query collector by @cweiske in https://github.com/barryvdh/laravel-debugbar/pull/1779
17+
* Trace file for Gate checks(GateCollector) by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1770
18+
* Fix support for PDOExceptions by @LukeTowers in https://github.com/barryvdh/laravel-debugbar/pull/1752
19+
* Time measure on cache events by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1794
20+
* fix debugbar for Lumen usage by @flibidi67 in https://github.com/barryvdh/laravel-debugbar/pull/1796
21+
* Custom path for Inertia views by @joaopms in https://github.com/barryvdh/laravel-debugbar/pull/1797
22+
* Better contrast in dark theme titles. by @angeljqv in https://github.com/barryvdh/laravel-debugbar/pull/1798
23+
24+
### New Contributors
25+
26+
* @wimski made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1784
27+
* @cweiske made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1779
28+
* @flibidi67 made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1796
29+
* @joaopms made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1797
30+
31+
**Full Changelog**: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.4...v3.16.0
32+
333
## v3.15.4 - 2025-04-16
434

535
### What's Changed

0 commit comments

Comments
 (0)