Releases: laravel/nightwatch
Releases · laravel/nightwatch
v1.5.1
What's Changed
- Update changlog on release by @timacdonald in #162
- Refactor agent tests to PHPUnit classes by @timacdonald in #158
- Migrate to PHPUnit by @timacdonald in #163
- Fix exception preview sticking between executions by @jessarcher in #164
- Support job attempts for Laravel < v11.23.0 by @avosalmon in #154
- Silence exceptions occurring while handling exceptions by @timacdonald in #166
- Fix user-agent string by @timacdonald in #165
- Ingest at threshold by @timacdonald in #161
- Improve codebase consistency by @timacdonald in #167
- Migrate to PHPUnit by @timacdonald in #168
- Respect
retry_in
from app response by @timacdonald in #171 - Migrate to assertions by @timacdonald in #170
- Handle binary and unicode characters by @timacdonald in #172
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Revert to MIT license by @timacdonald in #155
- Fix intermittent ingest issues by @timacdonald in #152
- Always read base url from env by @timacdonald in #159
- Automagically restart the agent by @timacdonald in #156
- Add release action by @timacdonald in #160
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Job sampling by @timacdonald in #147
- Command sampling by @timacdonald in #148
- Encapsulate capturing of scheduled tasks by @timacdonald in #150
- Improve local ci check performance by @timacdonald in #151
- Fix
facades
build permission by @crynobone in #149
New Contributors
- @crynobone made their first contribution in #149
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Improve quota check performance by @timacdonald in #136
- Add health check / status command by @timacdonald in #140
- Use Bencode for agent payloads by @timacdonald in #141
- Fix typo by @timacdonald in #143
- Request Sampling by @timacdonald in #142
- Write payload for debugging by @timacdonald in #144
- Add watch command by @timacdonald in #145
- Improve status command by @timacdonald in #146
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Ensure user ID is always captured by @timacdonald in #138
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Improved authentication retries by @timacdonald in #130
- Allow customisation of captured user details by @timacdonald in #131
- Support using Guzzle directly by @timacdonald in #132
- Capture and reuse loop instance by @timacdonald in #133
- Register hooks to ensure we capture exceptions occuring in the register method of the application's service provider by @timacdonald in #135
- Back off ingestion once over quota by @timacdonald in #134
- Add auth testing endpoints by @timacdonald in #137
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Add missing record property length limits by @timacdonald in #126
- Capture exception previews by @jessarcher in #127
- Capture execution previews by @jessarcher in #128
- Improve exception handling by @timacdonald in #129
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Send the server name with outgoing requests by @timacdonald in #120
- Add Laravel 10 support (excluding job attempts) by @timacdonald in #119
- Add Laravel 12 support by @timacdonald in #124
Full Changelog: v1.0.7...v1.1.0