v1.2.1 - 2025-04-16
- Ensure user ID is always captured by @timacdonald in #138
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.2.0...v1.2.1
v1.2.0 - 2025-04-15
- 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: https://github.com/laravel/nightwatch/compare/v1.1.2...v1.2.0
v1.1.2 - 2025-03-31
- 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: https://github.com/laravel/nightwatch/compare/v1.1.1...v1.1.2
v1.1.1 - 2025-03-19
- Fix horizon capturing jobs by @timacdonald in #125
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.1.0...v1.1.1
v1.1.0 - 2025-03-17
- 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: https://github.com/laravel/nightwatch/compare/v1.0.7...v1.1.0
v1.0.7 - 2025-03-03
- Fix class declaration by @timacdonald in #123
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.6...v1.0.7
v1.0.6 - 2025-03-03
- Improve deterministic builds by @timacdonald in #121
- Allow longer job names by @timacdonald in #122
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.5...v1.0.6
v1.0.5 - 2025-02-27
- Use more performant hashing algorithm by @timacdonald in #116
- Improve deterministic builds by @timacdonald in #117
- Send package version in the user agent header by @timacdonald in #118
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.4...v1.0.5
v1.0.4 - 2025-02-25
- Improve exported git attributes by @timacdonald in #113
- Ensure client can be included multiple times by @timacdonald in #112
- Improve gitattributes by @timacdonald in #114
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.3...v1.0.4
v1.0.3 - 2025-02-23
- Build agent by @timacdonald in #107
- Remove unneeded extension dependency by @timacdonald in #108
- Pass agent token directly by @timacdonald in #110
- Build client by @timacdonald in #109
- Rename facade workflow by @timacdonald in #111
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.2...v1.0.3
v1.0.2 - 2025-02-18
- Capture notification duration by @avosalmon in #104
- Mail duration by @avosalmon in #105
- Capture job dispatch duration by @avosalmon in #106
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.1...v1.0.2
v1.0.1 - 2025-02-14
- fix: workflow permissions by @jamesdangercarpenter in #101
- Migrate auth url from config to command option by @timacdonald in #100
- Revert "fix: workflow permissions" by @jamesdangercarpenter in #102
- Rename Agent to match Laravel's naming conventions by @timacdonald in #103
Full Changelog: https://github.com/laravel/nightwatch/compare/v1.0.0...v1.0.1
v1.0.0 - 2025-02-13
- Initial release
Full Changelog: https://github.com/laravel/nightwatch/commits/v1.0.0
Initial pre-release.