1- 0.12.0 (unreleased)
2- -----
1+ # Changelog
2+
3+ ## 1.0.0 (unreleased)
4+
5+ - ...
6+
7+ ## 0.12.0 (unreleased)
38
49- ...
510
6- 0.11.0
7- -----
11+ ## 0.11.0
812
913- Correctly merge the user config with the default configuration file (#163 )
1014- Listen for queue events and flush the send queue and breadcrum queue (#153 )
1115- Add tag with the console command name to the event (#146 )
1216
13- 0.10.1
14- -----
17+ ## 0.10.1
1518
1619- Fix support for Laravel 5.0.
1720
18- 0.10.0
19- -----
21+ ## 0.10.0
2022
2123- Support for Laravel 5.7.
2224
23- 0.9.2
24- -----
25+ ## 0.9.2
2526
2627- The ` sentry:test ` artisan command no longer requires the secret key in the DSN (secret key in DSN deprecated since Sentry 9).
2728
2829
29- 0.9.1
30- -----
30+ ## 0.9.1
3131
3232- Allow setting custom formatter for the log channel. (#145 )
3333
34- 0.9.0
35- -----
34+ ## 0.9.0
3635
3736This version no longer supports Laravel 4.x, version ` 0.8.x ` will ofcourse still work for Laravel 4.
3837
@@ -43,37 +42,31 @@ This version no longer supports Laravel 4.x, version `0.8.x` will ofcourse still
4342- Add support for Laravel 5.6 log channels. (#122 )
4443- Type hint Laravel contracts instead of implementation. (#107 )
4544
46- 0.8.0
47- -----
45+ ## 0.8.0
4846
4947- Improved default app_path to include entire application code, excluding vendor. (#89 )
5048- Fix for auth context not working properly on Laravel >=5.3. (#81 )
5149- Support Laravel auto-discovery. (#78 )
5250
53- 0.7.0
54- -----
51+ ## 0.7.0
5552
5653- Added 'sentry: test ' to Artisan. (#65 )
5754- Added 'user_context' configuration to disable automatic collection. (#55 )
5855
59- 0.6.1
60- -----
56+ ## 0.6.1
6157
6258- Various fixes for query event breadcrumbs. (#54 )
6359
64- 0.6.0
65- -----
60+ ## 0.6.0
6661
6762- Support for Laravel 5.4.
6863
69- 0.5.0
70- -----
64+ ## 0.5.0
7165
7266- Require sentry/sentry >= 1.6.0.
7367- Allow overriding abstract type Sentry is bound to in service container.
7468
75- 0.4.0
76- -----
69+ ## 0.4.0
7770
7871- Require sentry/sentry >= 1.5.0.
7972- Added support for Illuminate SQL queries in breadcrumbs.
0 commit comments